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

/openjdk10/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.cpp355 u_char instr_0 = ubyte_at(off); local
358 if (instr_0 == instruction_VEX_prefix_2bytes) {
363 if (instr_0 == instruction_VEX_prefix_3bytes) {
368 if (instr_0 == instruction_EVEX_prefix_4bytes) {
374 if (instr_0 >= instruction_prefix_wide_lo && // 0x40
375 instr_0 <= instruction_prefix_wide_hi) { // 0x4f
377 instr_0 = ubyte_at(off);
380 if (instr_0 == instruction_code_xor) {
382 instr_0 = ubyte_at(off);
387 if (instr_0
418 u_char instr_0 = *(u_char*) instruction_address(); local
[all...]

Completed in 35 milliseconds