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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.cpp238 u_char instr_0 = ubyte_at(off); local
241 if (instr_0 == instruction_VEX_prefix_2bytes) {
246 if (instr_0 == instruction_VEX_prefix_3bytes) {
253 if (instr_0 >= instruction_prefix_wide_lo && // 0x40
254 instr_0 <= instruction_prefix_wide_hi) { // 0x4f
256 instr_0 = ubyte_at(off);
259 if (instr_0 == instruction_code_xor) {
261 instr_0 = ubyte_at(off);
266 if (instr_0 == instruction_operandsize_prefix ) { // 0x66
268 instr_0
297 u_char instr_0 = *(u_char*) instruction_address(); local
[all...]

Completed in 23 milliseconds