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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DrelocInfo_x86.cpp41 which == Assembler::imm_operand, "format unpacks ok");
42 if (which == Assembler::imm_operand) {
139 which == Assembler::imm_operand, "format unpacks ok");
140 if (which != Assembler::imm_operand) {
147 assert(which == Assembler::disp32_operand || which == Assembler::imm_operand, "format unpacks ok");
163 which == Assembler::imm_operand, "format unpacks ok");
164 if (which != Assembler::imm_operand) {
H A Dassembler_x86.cpp188 assert(imm_operand == 0, "default format must be immediate in this file");
496 assert(which == imm_operand && !is_64bit, "pushl has no disp32 or 64bit immediate");
540 assert(which == imm_operand || which == disp32_operand,
543 assert((which == call32_operand || which == imm_operand) && is_64bit ||
763 assert(which != imm_operand, "instruction is not a movq reg, imm64");
765 // assert(which != imm_operand || has_imm32, "instruction has no imm32 field");
766 assert(which != imm_operand || has_disp32, "instruction has no imm32 field");
825 assert(which == imm_operand, "instruction has only an imm field");
849 assert(format == imm_operand || format == disp32_operand
853 assert(format == imm_operand, "canno
[all...]
H A Dassembler_x86.hpp535 imm_operand = 0, // embedded 32-bit|64-bit immediate operand enumerator in enum:Assembler::WhichOperand

Completed in 286 milliseconds