Lines Matching refs:emitGenericShift
3229 emitGenericShift(0, Ty, reg, imm); in rol()
3235 emitGenericShift(0, Ty, Operand(operand), shifter); in rol()
3241 emitGenericShift(0, Ty, operand, shifter); in rol()
3247 emitGenericShift(4, Ty, reg, imm); in shl()
3253 emitGenericShift(4, Ty, Operand(operand), shifter); in shl()
3259 emitGenericShift(4, Ty, operand, shifter); in shl()
3265 emitGenericShift(5, Ty, reg, imm); in shr()
3271 emitGenericShift(5, Ty, Operand(operand), shifter); in shr()
3277 emitGenericShift(5, Ty, operand, shifter); in shr()
3283 emitGenericShift(7, Ty, reg, imm); in sar()
3289 emitGenericShift(7, Ty, Operand(operand), shifter); in sar()
3295 emitGenericShift(7, Ty, address, shifter); in sar()
3994 void AssemblerX86Base<TraitsType>::emitGenericShift(int rm, Type Ty, in emitGenericShift() function
4017 void AssemblerX86Base<TraitsType>::emitGenericShift(int rm, Type Ty, in emitGenericShift() function