Lines Matching refs:shifter
3234 GPRRegister shifter) { in rol() argument
3235 emitGenericShift(0, Ty, Operand(operand), shifter); in rol()
3240 GPRRegister shifter) { in rol() argument
3241 emitGenericShift(0, Ty, operand, shifter); in rol()
3252 GPRRegister shifter) { in shl() argument
3253 emitGenericShift(4, Ty, Operand(operand), shifter); in shl()
3258 GPRRegister shifter) { in shl() argument
3259 emitGenericShift(4, Ty, operand, shifter); in shl()
3270 GPRRegister shifter) { in shr() argument
3271 emitGenericShift(5, Ty, Operand(operand), shifter); in shr()
3276 GPRRegister shifter) { in shr() argument
3277 emitGenericShift(5, Ty, operand, shifter); in shr()
3288 GPRRegister shifter) { in sar() argument
3289 emitGenericShift(7, Ty, Operand(operand), shifter); in sar()
3294 GPRRegister shifter) { in sar() argument
3295 emitGenericShift(7, Ty, address, shifter); in sar()
4019 GPRRegister shifter) { in emitGenericShift() argument
4021 assert(shifter == Traits::Encoded_Reg_Counter); in emitGenericShift()
4022 (void)shifter; in emitGenericShift()