Home | History | Annotate | Download | only in x64

Lines Matching defs:imm32

297       int imm32 = pos - (current + sizeof(int32_t));
298 long_at_put(current, imm32);
1631 void Assembler::pushq_imm32(int32_t imm32) {
1634 emitl(imm32);