Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for PSIGNB (0.3 sec)

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

    	"POPQ",
    	"POPW",
    	"POR",
    	"PREFETCHNTA",
    	"PREFETCHT0",
    	"PREFETCHT1",
    	"PREFETCHT2",
    	"PSADBW",
    	"PSHUFB",
    	"PSHUFD",
    	"PSHUFHW",
    	"PSHUFL",
    	"PSHUFLW",
    	"PSHUFW",
    	"PSIGNB",
    	"PSIGND",
    	"PSIGNW",
    	"PSLLL",
    	"PSLLO",
    	"PSLLQ",
    	"PSLLW",
    	"PSRAL",
    	"PSRAW",
    	"PSRLL",
    	"PSRLO",
    	"PSRLQ",
    	"PSRLW",
    	"PSUBB",
    	"PSUBL",
    	"PSUBQ",
    	"PSUBSB",
    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/asm/internal/asm/testdata/amd64enc.s

    	PSIGNB (BX), X2                         // 660f380813
    	PSIGNB (R11), X2                        // 66410f380813
    	PSIGNB X2, X2                           // 660f3808d2
    	PSIGNB X11, X2                          // 66410f3808d3
    	PSIGNB (BX), X11                        // 66440f38081b
    	PSIGNB (R11), X11                       // 66450f38081b
    	PSIGNB X2, X11                          // 66440f3808da
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*2428*/ uint16(xMatch),
    	/*2429*/ uint16(xCondPrefix), 2,
    	0x66, 2441,
    	0x0, 2435,
    	/*2435*/ uint16(xSetOp), uint16(PSIGNB),
    	/*2437*/ uint16(xReadSlashR),
    	/*2438*/ uint16(xArgMm1),
    	/*2439*/ uint16(xArgMm2M64),
    	/*2440*/ uint16(xMatch),
    	/*2441*/ uint16(xSetOp), uint16(PSIGNB),
    	/*2443*/ uint16(xReadSlashR),
    	/*2444*/ uint16(xArgXmm1),
    	/*2445*/ uint16(xArgXmm2M128),
    	/*2446*/ uint16(xMatch),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
Back to top