Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    		}
    		v.reset(OpARM64ORNshiftLL)
    		v.AuxInt = int64ToAuxInt(c)
    		v.AddArg2(x0, y)
    		return true
    	}
    	// match: (ORN x0 x1:(SRLconst [c] y))
    	// cond: clobberIfDead(x1)
    	// result: (ORNshiftRL x0 y [c])
    	for {
    		x0 := v_0
    		x1 := v_1
    		if x1.Op != OpARM64SRLconst {
    			break
    		}
    		c := auxIntToInt64(x1.AuxInt)
    		y := x1.Args[0]
    		if !(clobberIfDead(x1)) {
    			break
    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