Home | History | Annotate | Download | only in x87

Lines Matching full:imm32

528   static const int kPatchReturnSequenceAddressOffset = 1;  // JMP imm32.
532 static const int kPatchDebugBreakSlotAddressOffset = 1; // JMP imm32.
592 void push_imm32(int32_t imm32);
613 void mov(Register dst, int32_t imm32);
647 void adc(Register dst, int32_t imm32);
656 void and_(Register dst, int32_t imm32);
670 void cmp(Register reg, int32_t imm32);
695 void imul(Register dst, Register src, int32_t imm32); // dst = src * imm32.
696 void imul(Register dst, const Operand& src, int32_t imm32);
712 void or_(Register dst, int32_t imm32);
761 void xor_(Register dst, int32_t imm32);