Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	"AESENCLAST",
    	"AESIMC",
    	"AESKEYGENASSIST",
    	"ANDB",
    	"ANDL",
    	"ANDNL",
    	"ANDNPD",
    	"ANDNPS",
    	"ANDNQ",
    	"ANDPD",
    	"ANDPS",
    	"ANDQ",
    	"ANDW",
    	"ARPL",
    	"BEXTRL",
    	"BEXTRQ",
    	"BLENDPD",
    	"BLENDPS",
    	"BLENDVPD",
    	"BLENDVPS",
    	"BLSIL",
    	"BLSIQ",
    	"BLSMSKL",
    	"BLSMSKQ",
    	"BLSRL",
    	"BLSRQ",
    	"BOUNDL",
    	"BOUNDW",
    	"BSFL",
    	"BSFQ",
    	"BSFW",
    	"BSRL",
    	"BSRQ",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 19.1K bytes
    - Viewed (0)
  2. 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