Home | History | Annotate | Download | only in x87

Lines Matching refs:imm32

535   static const int kPatchDebugBreakSlotAddressOffset = 1;  // JMP imm32.
591 void push_imm32(int32_t imm32);
615 void mov(Register dst, int32_t imm32);
659 void adc(Register dst, int32_t imm32);
668 void and_(Register dst, int32_t imm32);
687 void cmp(Register reg, int32_t imm32);
713 void imul(Register dst, Register src, int32_t imm32); // dst = src * imm32.
714 void imul(Register dst, const Operand& src, int32_t imm32);
730 void or_(Register dst, int32_t imm32);
789 void xor_(Register dst, int32_t imm32);