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

/openjdk9/hotspot/src/cpu/ppc/vm/
H A DmacroAssembler_ppc.inline.hpp191 inline bool MacroAssembler::is_bc_far_variant1_at(address instruction_addr) { function in class:MacroAssembler
H A DmacroAssembler_ppc.hpp180 static bool inline is_bc_far_variant1_at(address instruction_addr);
H A DmacroAssembler_ppc.cpp467 return is_bc_far_variant1_at(instruction_addr) ||
473 if (is_bc_far_variant1_at(instruction_addr)) {
512 if (is_bc_far_variant1_at(instruction_addr)) {

Completed in 70 milliseconds