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

/openjdk10/hotspot/src/cpu/x86/vm/
H A DrelocInfo_x86.cpp41 which == Assembler::imm_operand, "format unpacks ok");
42 if (which == Assembler::imm_operand) {
148 which == Assembler::imm_operand, "format unpacks ok");
151 guarantee(which == Assembler::imm_operand, "must be immediate operand");
153 assert(which == Assembler::disp32_operand || which == Assembler::imm_operand, "format unpacks ok");
169 which == Assembler::imm_operand, "format unpacks ok");
170 if (which != Assembler::imm_operand) {
H A DjvmciCodeInstaller_x86.cpp80 address operand = Assembler::locate_operand(pc, Assembler::imm_operand);
82 _instructions->relocate(pc, oop_Relocation::spec_for_immediate(), Assembler::imm_operand);
98 address operand = Assembler::locate_operand(pc, Assembler::imm_operand);
130 _instructions->relocate(mov->instruction_address(), runtime_call_Relocation::spec(), Assembler::imm_operand);
213 _instructions->relocate(pc, relocInfo::poll_type, Assembler::imm_operand);
222 _instructions->relocate(pc, relocInfo::poll_return_type, Assembler::imm_operand);
H A DcompiledIC_x86.cpp57 __ relocate(static_stub_Relocation::spec(mark, false), Assembler::imm_operand); member in class:Assembler
105 __ relocate(static_stub_Relocation::spec(mark, true /* is_aot */), Assembler::imm_operand); member in class:Assembler
H A Dassembler_x86.cpp222 assert(imm_operand == 0, "default format must be immediate in this file");
693 assert(which == imm_operand && !is_64bit, "pushl has no disp32 or 64bit immediate");
737 assert(which == imm_operand || which == disp32_operand,
740 assert((which == call32_operand || which == imm_operand) && is_64bit ||
1001 assert(which != imm_operand, "instruction is not a movq reg, imm64");
1003 // assert(which != imm_operand || has_imm32, "instruction has no imm32 field");
1004 assert(which != imm_operand || has_disp32, "instruction has no imm32 field");
1063 assert(which == imm_operand, "instruction has only an imm field");
1087 assert(format == imm_operand || format == disp32_operand
1091 assert(format == imm_operand, "canno
[all...]
H A Dassembler_x86.hpp579 imm_operand = 0, // embedded 32-bit|64-bit immediate operand enumerator in enum:Assembler::WhichOperand

Completed in 77 milliseconds