Lines Matching full:imm32
632 static const int kPatchReturnSequenceAddressOffset = 1; // JMP imm32.
636 static const int kPatchDebugBreakSlotAddressOffset = 1; // JMP imm32.
696 void push_imm32(int32_t imm32);
716 void mov(Register dst, int32_t imm32);
755 void adc(Register dst, int32_t imm32);
764 void and_(Register dst, int32_t imm32);
778 void cmp(Register reg, int32_t imm32);
800 void imul(Register dst, Register src, int32_t imm32); // dst = src * imm32.
814 void or_(Register dst, int32_t imm32);
857 void xor_(Register dst, int32_t imm32);