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

/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dassembler_ppc.inline.hpp395 inline void Assembler::bc( int boint, int biint, address a, relocInfo::relocType rt) { emit_data(BCXX_OPCODE| bo(boint) | bi(biint) | bd(disp( intptr_t(a), intptr_t(pc()))) | aa(0) | lk(0), rt); } argument
396 inline void Assembler::bc( int boint, int biint, Label& L) { bc(boint, biint, target(L)); } argument
397 inline void Assembler::bcl(int boint, int biint, address a, relocInfo::relocType rt) { emit_data(BCXX_OPCODE| bo(boint) | bi(biint) | bd(disp( intptr_t(a), intptr_t(pc()))) | aa(0)|lk(1)); } argument
398 inline void Assembler::bcl(int boint, int biint, Label& L) { bcl(boint, biint, target(L)); } argument
400 inline void Assembler::bclr( int boint, int biint, int bhint, relocInfo::relocType rt) { emit_data(BCLR_OPCODE | bo(boint) | bi(biint) | b argument
401 bclrl( int boint, int biint, int bhint, relocInfo::relocType rt) argument
402 bcctr( int boint, int biint, int bhint, relocInfo::relocType rt) argument
403 bcctrl(int boint, int biint, int bhint, relocInfo::relocType rt) argument
[all...]
H A DmacroAssembler_ppc.cpp412 void MacroAssembler::bc_far(int boint, int biint, Label& dest, int optimize) { argument
458 void MacroAssembler::bc_far_optimized(int boint, int biint, Label& dest) { argument
501 int biint = 0; local
[all...]

Completed in 53 milliseconds