Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for PSIGND (0.08 sec)

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

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

    	PSIGND (BX), X2                         // 660f380a13
    	PSIGND (R11), X2                        // 66410f380a13
    	PSIGND X2, X2                           // 660f380ad2
    	PSIGND X11, X2                          // 66410f380ad3
    	PSIGND (BX), X11                        // 66440f380a1b
    	PSIGND (R11), X11                       // 66450f380a1b
    	PSIGND X2, X11                          // 66440f380ada
    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

    	/*2464*/ uint16(xMatch),
    	/*2465*/ uint16(xCondPrefix), 2,
    	0x66, 2477,
    	0x0, 2471,
    	/*2471*/ uint16(xSetOp), uint16(PSIGND),
    	/*2473*/ uint16(xReadSlashR),
    	/*2474*/ uint16(xArgMm1),
    	/*2475*/ uint16(xArgMm2M64),
    	/*2476*/ uint16(xMatch),
    	/*2477*/ uint16(xSetOp), uint16(PSIGND),
    	/*2479*/ uint16(xReadSlashR),
    	/*2480*/ uint16(xArgXmm1),
    	/*2481*/ uint16(xArgXmm2M128),
    	/*2482*/ 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