Searched defs:emit_arith (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp233 void Assembler::emit_arith(int op1, int op2, Register dst, int32_t imm32) { function in class:Assembler
273 void Assembler::emit_arith(int op1, int op2, Register dst, jobject obj) { function in class:Assembler
285 void Assembler::emit_arith(int op1, int op2, Register dst, Register src) { function in class:Assembler
917 emit_arith(0x81, 0xD0, dst, imm32);
929 emit_arith(0x13, 0xC0, dst, src);
947 emit_arith(0x81, 0xC0, dst, imm32);
959 emit_arith(0x03, 0xC0, dst, src);
1091 emit_arith(0x81, 0xE0, dst, imm32);
1103 emit_arith(0x23, 0xC0, dst, src);
1215 emit_arith(
[all...]

Completed in 68 milliseconds