Lines Matching defs:imm8
385 void Assembler::mov_b(const Operand& dst, int8_t imm8) { in mov_b()
674 void Assembler::cmpb(const Operand& op, Immediate imm8) { in cmpb()
940 void Assembler::rcl(Register dst, uint8_t imm8) { in rcl()
954 void Assembler::rcr(Register dst, uint8_t imm8) { in rcr()
968 void Assembler::ror(const Operand& dst, uint8_t imm8) { in ror()
989 void Assembler::sar(const Operand& dst, uint8_t imm8) { in sar()
1032 void Assembler::shl(const Operand& dst, uint8_t imm8) { in shl()
1052 void Assembler::shr(const Operand& dst, uint8_t imm8) { in shr()
1156 void Assembler::test_b(Register reg, Immediate imm8) { in test_b()
1174 void Assembler::test_b(const Operand& op, Immediate imm8) { in test_b()
2097 void Assembler::emit_arith_b(int op1, int op2, Register dst, int imm8) { in emit_arith_b()