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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DrelocInfo_x86.cpp39 assert(which == Assembler::disp32_operand ||
137 assert(which == Assembler::disp32_operand ||
147 assert(which == Assembler::disp32_operand || which == Assembler::imm_operand, "format unpacks ok");
161 assert(which == Assembler::disp32_operand ||
205 which = Assembler::disp32_operand;
227 which = Assembler::disp32_operand;
H A Dassembler_x86.cpp199 code_section()->relocate(inst_mark(), rspec, disp32_operand); local
328 emit_data(disp, rspec, disp32_operand);
348 emit_data(disp, rspec, disp32_operand);
367 emit_data(disp, rspec, disp32_operand);
378 emit_data(disp, rspec, disp32_operand);
397 emit_data((int32_t) adjusted, rspec, disp32_operand);
405 emit_data(disp, rspec, disp32_operand);
423 // If "which" is disp32_operand, selects the displacement portion
540 assert(which == imm_operand || which == disp32_operand,
768 assert(which != disp32_operand || has_disp3
[all...]
H A Dassembler_x86.hpp536 disp32_operand = 1, // embedded 32-bit displacement or address enumerator in enum:Assembler::WhichOperand

Completed in 61 milliseconds