Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for auxType (0.24 sec)

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

    		},
    	},
    	{
    		name:              "MOVSSconst",
    		auxType:           auxFloat32,
    		argLen:            0,
    		rematerializeable: true,
    		asm:               x86.AMOVSS,
    		reg: regInfo{
    			outputs: []outputInfo{
    				{0, 65280}, // X0 X1 X2 X3 X4 X5 X6 X7
    			},
    		},
    	},
    	{
    		name:              "MOVSDconst",
    		auxType:           auxFloat64,
    		argLen:            0,
    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