Lines Matching refs:imm8
693 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); } in mov_b() argument
694 void mov_b(const Operand& dst, int8_t imm8);
755 void cmpb(Register reg, int8_t imm8) { cmpb(Operand(reg), imm8); } in cmpb() argument
756 void cmpb(const Operand& op, int8_t imm8);
805 void rcl(Register dst, uint8_t imm8);
806 void rcr(Register dst, uint8_t imm8);
808 void sar(Register dst, uint8_t imm8);
816 void shl(Register dst, uint8_t imm8);
822 void shr(Register dst, uint8_t imm8);
836 void test_b(Register reg, uint8_t imm8) { test_b(Operand(reg), imm8); } in test_b() argument
837 void test_b(const Operand& op, uint8_t imm8);
1030 void extractps(Register dst, XMMRegister src, byte imm8);
1144 void emit_arith_b(int op1, int op2, Register dst, int imm8);