Home | History | Annotate | Download | only in x87

Lines Matching refs:imm8

596   void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); }
597 void mov_b(const Operand& dst, int8_t imm8);
653 void cmpb(Register reg, int8_t imm8) { cmpb(Operand(reg), imm8); }
654 void cmpb(const Operand& op, int8_t imm8);
703 void rcl(Register dst, uint8_t imm8);
704 void rcr(Register dst, uint8_t imm8);
705 void ror(Register dst, uint8_t imm8);
708 void sar(Register dst, uint8_t imm8);
716 void shl(Register dst, uint8_t imm8);
722 void shr(Register dst, uint8_t imm8);
736 void test_b(Register reg, uint8_t imm8);
737 void test_b(const Operand& op, uint8_t imm8);
966 void emit_arith_b(int op1, int op2, Register dst, int imm8);