Searched refs:emit_arith_imm32 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.hpp670 void emit_arith_imm32(int op1, int op2, Register dst, int32_t imm32);
H A Dassembler_x86.cpp249 void Assembler::emit_arith_imm32(int op1, int op2, Register dst, int32_t imm32) { function in class:Assembler
2764 emit_arith_imm32(0x81, 0xE8, dst, imm32);
5414 emit_arith_imm32(0x81, 0xE8, dst, imm32);

Completed in 73 milliseconds