Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for iretw (0.03 sec)

  1. src/cmd/vendor/golang.org/x/arch/x86/x86asm/gnu.go

    	CBW:       "cbtw",
    	CDQ:       "cltd",
    	CMPSD:     "cmpsl",
    	CMPSD_XMM: "cmpsd",
    	CWD:       "cwtd",
    	CWDE:      "cwtl",
    	CQO:       "cqto",
    	INSD:      "insl",
    	IRET:      "iretw",
    	IRETD:     "iret",
    	IRETQ:     "iretq",
    	LODSB:     "lods",
    	LODSD:     "lods",
    	LODSQ:     "lods",
    	LODSW:     "lods",
    	MOVSD:     "movsl",
    	MOVSD_XMM: "movsd",
    	OUTSD:     "outsl",
    	POPA:      "popaw",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 21.4K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/x86/asm6.go

    	{AICEBP, ynone, Px, opBytes{0xf1}},
    	{AINT, yint, Px, opBytes{0xcd}},
    	{AINTO, ynone, P32, opBytes{0xce}},
    	{AIRETL, ynone, Px, opBytes{0xcf}},
    	{AIRETQ, ynone, Pw, opBytes{0xcf}},
    	{AIRETW, ynone, Pe, opBytes{0xcf}},
    	{AJCC, yjcond, Px, opBytes{0x73, 0x83, 00}},
    	{AJCS, yjcond, Px, opBytes{0x72, 0x82}},
    	{AJCXZL, yloop, Px, opBytes{0xe3}},
    	{AJCXZW, yloop, Px, opBytes{0xe3}},
    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