Lines Matching defs:imm8
750 void Assembler::cmpb(const Operand& op, int8_t imm8) { in cmpb()
997 void Assembler::rcl(Register dst, uint8_t imm8) { in rcl()
1011 void Assembler::rcr(Register dst, uint8_t imm8) { in rcr()
1025 void Assembler::ror(const Operand& dst, uint8_t imm8) { in ror()
1046 void Assembler::sar(const Operand& dst, uint8_t imm8) { in sar()
1082 void Assembler::shl(const Operand& dst, uint8_t imm8) { in shl()
1111 void Assembler::shr(const Operand& dst, uint8_t imm8) { in shr()
1201 void Assembler::test_b(Register reg, uint8_t imm8) { in test_b()
1218 void Assembler::test_b(const Operand& op, uint8_t imm8) { in test_b()
2273 void Assembler::shufps(XMMRegister dst, XMMRegister src, byte imm8) { in shufps()
2384 void Assembler::extractps(Register dst, XMMRegister src, byte imm8) { in extractps()
2708 void Assembler::rorx(Register dst, const Operand& src, byte imm8) { in rorx()
2814 void Assembler::emit_arith_b(int op1, int op2, Register dst, int imm8) { in emit_arith_b()