Home | History | Annotate | Download | only in ia32

Lines Matching full:imm32

539   static const int kPatchReturnSequenceAddressOffset = 1;  // JMP imm32.
543 static const int kPatchDebugBreakSlotAddressOffset = 1; // JMP imm32.
603 void push_imm32(int32_t imm32);
624 void mov(Register dst, int32_t imm32);
664 void adc(Register dst, int32_t imm32);
673 void and_(Register dst, int32_t imm32);
687 void cmp(Register reg, int32_t imm32);
712 void imul(Register dst, Register src, int32_t imm32); // dst = src * imm32.
713 void imul(Register dst, const Operand& src, int32_t imm32);
729 void or_(Register dst, int32_t imm32);
778 void xor_(Register dst, int32_t imm32);