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

/openjdk9/hotspot/src/cpu/ppc/vm/
H A DnativeInst_ppc.hpp396 int second_instr = *((int*)address + 1); local
399 Assembler::is_mtctr(second_instr) &&
400 (Register)(intptr_t)Assembler::inv_rs_field(second_instr) == R12_scratch2) return true;

Completed in 85 milliseconds