Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for aux1 (0.05 sec)

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

    		sym1 := auxToSym(v.Aux)
    		val := v_0
    		if v_1.Op != OpAMD64LEAQ {
    			break
    		}
    		off2 := auxIntToInt32(v_1.AuxInt)
    		sym2 := auxToSym(v_1.Aux)
    		base := v_1.Args[0]
    		mem := v_2
    		if !(is32Bit(int64(off1)+int64(off2)) && canMergeSym(sym1, sym2)) {
    			break
    		}
    		v.reset(OpAMD64ADDLload)
    		v.AuxInt = int32ToAuxInt(off1 + off2)
    		v.Aux = symToAux(mergeSym(sym1, sym2))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewritegeneric.go

    			break
    		}
    		t2 := auxToType(v_1.Aux)
    		_ = v_1.Args[2]
    		p2 := v_1.Args[0]
    		v_1_2 := v_1.Args[2]
    		if v_1_2.Op != OpStore {
    			break
    		}
    		t3 := auxToType(v_1_2.Aux)
    		_ = v_1_2.Args[2]
    		p3 := v_1_2.Args[0]
    		v_1_2_2 := v_1_2.Args[2]
    		if v_1_2_2.Op != OpStore {
    			break
    		}
    		t4 := auxToType(v_1_2_2.Aux)
    		x := v_1_2_2.Args[1]
    		p4 := v_1_2_2.Args[0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewriteARM64.go

    		i := auxIntToInt32(v.AuxInt)
    		s := auxToSym(v.Aux)
    		ptr := v_0
    		x := v_1
    		if x.Op != OpARM64MOVDstorezero || auxIntToInt32(x.AuxInt) != i+8 || auxToSym(x.Aux) != s {
    			break
    		}
    		mem := x.Args[1]
    		if ptr != x.Args[0] || !(x.Uses == 1 && setPos(v, x.Pos) && clobber(x)) {
    			break
    		}
    		v.reset(OpARM64MOVQstorezero)
    		v.AuxInt = int32ToAuxInt(i)
    		v.Aux = symToAux(s)
    		v.AddArg2(ptr, mem)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
Back to top