Lines Matching refs:imm8
616 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); } in mov_b() argument
617 void mov_b(const Operand& dst, int8_t imm8);
680 void cmpb(Register reg, int8_t imm8) { cmpb(Operand(reg), imm8); } in cmpb() argument
681 void cmpb(const Operand& op, int8_t imm8);
736 void rcl(Register dst, uint8_t imm8);
737 void rcr(Register dst, uint8_t imm8);
738 void ror(Register dst, uint8_t imm8);
741 void sar(Register dst, uint8_t imm8) { sar(Operand(dst), imm8); } in sar() argument
742 void sar(const Operand& dst, uint8_t imm8);
751 void shl(Register dst, uint8_t imm8) { shl(Operand(dst), imm8); } in shl() argument
752 void shl(const Operand& dst, uint8_t imm8);
759 void shr(Register dst, uint8_t imm8) { shr(Operand(dst), imm8); } in shr() argument
760 void shr(const Operand& dst, uint8_t imm8);
775 void test_b(Register reg, uint8_t imm8);
776 void test_b(const Operand& op, uint8_t imm8);
922 void shufps(XMMRegister dst, XMMRegister src, byte imm8);
1012 void extractps(Register dst, XMMRegister src, byte imm8);
1130 void emit_arith_b(int op1, int op2, Register dst, int imm8);