Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CMPWconst (0.09 sec)

  1. src/cmd/compile/internal/ssa/opGen.go

    		auxType: auxInt32,
    		argLen:  1,
    		asm:     x86.ACMPL,
    		reg: regInfo{
    			inputs: []inputInfo{
    				{0, 255}, // AX CX DX BX SP BP SI DI
    			},
    		},
    	},
    	{
    		name:    "CMPWconst",
    		auxType: auxInt16,
    		argLen:  1,
    		asm:     x86.ACMPW,
    		reg: regInfo{
    			inputs: []inputInfo{
    				{0, 255}, // AX CX DX BX SP BP SI DI
    			},
    		},
    	},
    	{
    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