Home | History | Annotate | Download | only in x64

Lines Matching full:imm32

455       int imm32 = pos - (current + sizeof(int32_t));
456 long_at_put(current, imm32);
1896 void Assembler::push_imm32(int32_t imm32) {
1899 emitl(imm32);