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

/openjdk9/hotspot/src/cpu/sparc/vm/
H A DmacroAssembler_sparc.inline.hpp314 inline void MacroAssembler::fbp( Condition c, bool a, CC cc, Predict p, address d, relocInfo::relocType rt ) { function in class:MacroAssembler
318 inline void MacroAssembler::fbp( Condition c, bool a, CC cc, Predict p, Label& L ) { function in class:MacroAssembler
H A Dassembler_sparc.inline.hpp96 inline void Assembler::fbp( Condition c, bool a, CC cc, Predict p, address d, relocInfo::relocType rt ) { v9_only(); insert_nop_after_cbcond(); cti(); emit_data( op(branch_op) | annul(a) | cond(c) | op2(fbp_op2) | branchcc(cc) | predict(p) | wdisp(intptr_t(d), intptr_t(pc()), 19), rt); has_delay_slot(); } function in class:Assembler
97 inline void Assembler::fbp( Condition c, bool a, CC cc, Predict p, Label& L ) { insert_nop_after_cbcond(); fbp(c, a, cc, p, target(L)); } function in class:Assembler

Completed in 55 milliseconds