Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BLENDPD (0.16 sec)

  1. src/cmd/internal/obj/x86/asm6.go

    }
    
    // It should never have more than 1 entry,
    // because some optab entries have opcode sequences that
    // are longer than 2 bytes (zoffset=2 here),
    // ROUNDPD and ROUNDPS and recently added BLENDPD,
    // to name a few.
    var yxshuf = []ytab{
    	{Zibm_r, 2, argList{Yu8, Yxm, Yxr}},
    }
    
    var yextrw = []ytab{
    	{Zibm_r, 2, argList{Yu8, Yxr, Yrl}},
    	{Zibr_m, 2, argList{Yu8, Yxr, Yml}},
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
Back to top