Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ALEAL (0.06 sec)

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

    	{ALARL, yml_rl, Pm, opBytes{0x02}},
    	{ALARQ, yml_rl, Pw, opBytes{0x0f, 0x02}},
    	{ALARW, yml_rl, Pq, opBytes{0x02}},
    	{ALDDQU, ylddqu, Pf2, opBytes{0xf0}},
    	{ALDMXCSR, ysvrs_mo, Pm, opBytes{0xae, 02, 0xae, 02}},
    	{ALEAL, ym_rl, Px, opBytes{0x8d}},
    	{ALEAQ, ym_rl, Pw, opBytes{0x8d}},
    	{ALEAVEL, ynone, P32, opBytes{0xc9}},
    	{ALEAVEQ, ynone, Py, opBytes{0xc9}},
    	{ALEAVEW, ynone, Pe, opBytes{0xc9}},
    	{ALEAW, ym_rl, Pe, opBytes{0x8d}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/opGen.go

    		},
    	},
    	{
    		name:              "LEAL",
    		auxType:           auxSymOff,
    		argLen:            1,
    		rematerializeable: true,
    		symEffect:         SymAddr,
    		asm:               x86.ALEAL,
    		reg: regInfo{
    			inputs: []inputInfo{
    				{0, 4295032831}, // AX CX DX BX SP BP SI DI R8 R9 R10 R11 R12 R13 g R15 SB
    			},
    			outputs: []outputInfo{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top