D | IceAssemblerX86BaseImpl.h | 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() [all …]
|