Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for convertPPC64RldiclAndccconst (0.21 sec)

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

    	v_0 := v.Args[0]
    	// match: (RLDICLCC [a] x)
    	// cond: convertPPC64RldiclAndccconst(a) != 0
    	// result: (ANDCCconst [convertPPC64RldiclAndccconst(a)] x)
    	for {
    		a := auxIntToInt64(v.AuxInt)
    		x := v_0
    		if !(convertPPC64RldiclAndccconst(a) != 0) {
    			break
    		}
    		v.reset(OpPPC64ANDCCconst)
    		v.AuxInt = int64ToAuxInt(convertPPC64RldiclAndccconst(a))
    		v.AddArg(x)
    		return true
    	}
    	return false
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 16.5K bytes
    - Viewed (0)
Back to top