Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for PSIGNW (0.29 sec)

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

    	"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",
    	"PSUBSW",
    	"PSUBUSB",
    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

    	PSIGNW (BX), X2                         // 660f380913
    	PSIGNW (R11), X2                        // 66410f380913
    	PSIGNW X2, X2                           // 660f3809d2
    	PSIGNW X11, X2                          // 66410f3809d3
    	PSIGNW (BX), X11                        // 66440f38091b
    	PSIGNW (R11), X11                       // 66450f38091b
    	PSIGNW X2, X11                          // 66440f3809da
    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

    	/*2446*/ uint16(xMatch),
    	/*2447*/ uint16(xCondPrefix), 2,
    	0x66, 2459,
    	0x0, 2453,
    	/*2453*/ uint16(xSetOp), uint16(PSIGNW),
    	/*2455*/ uint16(xReadSlashR),
    	/*2456*/ uint16(xArgMm1),
    	/*2457*/ uint16(xArgMm2M64),
    	/*2458*/ uint16(xMatch),
    	/*2459*/ uint16(xSetOp), uint16(PSIGNW),
    	/*2461*/ uint16(xReadSlashR),
    	/*2462*/ uint16(xArgXmm1),
    	/*2463*/ uint16(xArgXmm2M128),
    	/*2464*/ 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