Searched refs:WhichOperand (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DrelocInfo_x86.cpp37 typedef Assembler::WhichOperand WhichOperand; typedef
38 WhichOperand which = (WhichOperand) format(); // that is, disp32 or imm, call32, narrow oop
134 typedef Assembler::WhichOperand WhichOperand; typedef
135 WhichOperand which = (WhichOperand) format(); // that is, disp32 or imm/imm32
159 typedef Assembler::WhichOperand WhichOperand; typedef
202 typedef Assembler::WhichOperand WhichOperand; typedef
224 typedef Assembler::WhichOperand WhichOperand; typedef
[all...]
H A Dassembler_x86.hpp533 enum WhichOperand { enum in class:Assembler
813 static address locate_operand(address inst, WhichOperand which);
H A Dassembler_x86.cpp416 // Secret local extension to Assembler::WhichOperand:
419 address Assembler::locate_operand(address inst, WhichOperand which) {
851 opnd = locate_operand(inst, (WhichOperand)format);

Completed in 92 milliseconds