Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LEAL1 (0.1 sec)

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

    		x := v_0
    		if x.Op != OpSP {
    			break
    		}
    		v.reset(Op386LEAL)
    		v.AuxInt = int32ToAuxInt(c)
    		v.AddArg(x)
    		return true
    	}
    	// match: (ADDLconst [c] (LEAL1 [d] {s} x y))
    	// cond: is32Bit(int64(c)+int64(d))
    	// result: (LEAL1 [c+d] {s} x y)
    	for {
    		c := auxIntToInt32(v.AuxInt)
    		if v_0.Op != Op386LEAL1 {
    			break
    		}
    		d := auxIntToInt32(v_0.AuxInt)
    		s := auxToSym(v_0.Aux)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 21:05:46 UTC 2023
    - 262.4K bytes
    - Viewed (0)
Back to top