Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for MOVSSstoreidx4 (0.21 sec)

  1. src/cmd/compile/internal/ssa/_gen/386Ops.go

    		{name: "MOVSSstoreidx1", argLength: 4, reg: fpstoreidx, asm: "MOVSS", aux: "SymOff", symEffect: "Write"},                // fp32 indexed by i store
    		{name: "MOVSSstoreidx4", argLength: 4, reg: fpstoreidx, asm: "MOVSS", aux: "SymOff", symEffect: "Write"},                // fp32 indexed by 4i store
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 14 08:10:32 UTC 2023
    - 45.1K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    		// x==S for float32, x==D for float64
    		// does *(arg0+scale*arg1+auxint+aux) = arg2, arg3 = mem
    		{name: "MOVSSstoreidx1", argLength: 4, reg: fpstoreidx, asm: "MOVSS", scale: 1, aux: "SymOff", symEffect: "Write"},
    		{name: "MOVSSstoreidx4", argLength: 4, reg: fpstoreidx, asm: "MOVSS", scale: 4, aux: "SymOff", symEffect: "Write"},
    		{name: "MOVSDstoreidx1", argLength: 4, reg: fpstoreidx, asm: "MOVSD", scale: 1, aux: "SymOff", symEffect: "Write"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (1)
  3. src/cmd/compile/internal/ssa/opGen.go

    			inputs: []inputInfo{
    				{1, 255},   // AX CX DX BX SP BP SI DI
    				{2, 65280}, // X0 X1 X2 X3 X4 X5 X6 X7
    				{0, 65791}, // AX CX DX BX SP BP SI DI SB
    			},
    		},
    	},
    	{
    		name:      "MOVSSstoreidx4",
    		auxType:   auxSymOff,
    		argLen:    4,
    		symEffect: SymWrite,
    		asm:       x86.AMOVSS,
    		reg: regInfo{
    			inputs: []inputInfo{
    				{1, 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