Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for XSAVEC (0.15 sec)

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

    	"XLAT",
    	"XORB",
    	"XORL",
    	"XORPD",
    	"XORPS",
    	"XORQ",
    	"XORW",
    	"XRELEASE",
    	"XRSTOR",
    	"XRSTOR64",
    	"XRSTORS",
    	"XRSTORS64",
    	"XSAVE",
    	"XSAVE64",
    	"XSAVEC",
    	"XSAVEC64",
    	"XSAVEOPT",
    	"XSAVEOPT64",
    	"XSAVES",
    	"XSAVES64",
    	"XSETBV",
    	"XTEST",
    	"LAST",
    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/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*7083*/ uint16(xMatch),
    	/*7084*/ uint16(xCondIs64), 7087, 7099,
    	/*7087*/ uint16(xCondDataSize), 7091, 7095, 0,
    	/*7091*/ uint16(xSetOp), uint16(XSAVEC),
    	/*7093*/ uint16(xArgMem),
    	/*7094*/ uint16(xMatch),
    	/*7095*/ uint16(xSetOp), uint16(XSAVEC),
    	/*7097*/ uint16(xArgMem),
    	/*7098*/ uint16(xMatch),
    	/*7099*/ uint16(xCondDataSize), 7091, 7095, 7103,
    	/*7103*/ uint16(xSetOp), uint16(XSAVEC64),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	XSAVE (R11)                             // 410fae23
    	XSAVE64 (BX)                            // 480fae23
    	XSAVE64 (R11)                           // 490fae23
    	XSAVEC (BX)                             // 0fc723
    	XSAVEC (R11)                            // 410fc723
    	XSAVEC64 (BX)                           // 480fc723
    	XSAVEC64 (R11)                          // 490fc723
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (0)
Back to top