Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CLRLSLWI (0.07 sec)

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

    		v.reset(OpPPC64SLWconst)
    		v.AuxInt = int64ToAuxInt(s)
    		v.AddArg(w)
    		return true
    	}
    	// match: (SLWconst [c] z:(MOVBZreg x))
    	// cond: z.Uses == 1 && c < 8
    	// result: (CLRLSLWI [newPPC64ShiftAuxInt(c,24,31,32)] x)
    	for {
    		c := auxIntToInt64(v.AuxInt)
    		z := v_0
    		if z.Op != OpPPC64MOVBZreg {
    			break
    		}
    		x := z.Args[0]
    		if !(z.Uses == 1 && c < 8) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
Back to top