Lines Matching refs:imm8
605 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); } in mov_b() argument
606 void mov_b(const Operand& dst, int8_t imm8);
663 void cmpb(Register reg, int8_t imm8) { cmpb(Operand(reg), imm8); } in cmpb() argument
664 void cmpb(const Operand& op, int8_t imm8);
719 void rcl(Register dst, uint8_t imm8);
720 void rcr(Register dst, uint8_t imm8);
721 void ror(Register dst, uint8_t imm8);
724 void sar(Register dst, uint8_t imm8) { sar(Operand(dst), imm8); } in sar() argument
725 void sar(const Operand& dst, uint8_t imm8);
734 void shl(Register dst, uint8_t imm8) { shl(Operand(dst), imm8); } in shl() argument
735 void shl(const Operand& dst, uint8_t imm8);
742 void shr(Register dst, uint8_t imm8) { shr(Operand(dst), imm8); } in shr() argument
743 void shr(const Operand& dst, uint8_t imm8);
758 void test_b(Register reg, uint8_t imm8);
759 void test_b(const Operand& op, uint8_t imm8);
995 void emit_arith_b(int op1, int op2, Register dst, int imm8);