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

/openjdk9/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86.cpp866 Label done, notBool, notByte, notChar; local
880 jcc(Assembler::notEqual, notByte);
886 bind(notByte);
H A DtemplateTable_x86.cpp2768 Label Done, notByte, notBool, notInt, notShort, notChar, notLong, notFloat, notObj, notDouble; local
2776 __ jcc(Assembler::notZero, notByte);
2786 __ bind(notByte);
3034 Label notByte, notBool, notInt, notShort, notChar, local
3041 __ jcc(Assembler::notZero, notByte);
3054 __ bind(notByte);
/openjdk9/hotspot/src/cpu/arm/vm/
H A Dinterp_masm_arm.cpp816 Label notBool, notByte, notChar, done;
827 b(notByte, ne);
831 bind(notByte);
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Dinterp_masm_aarch64.cpp50 Label done, notBool, notByte, notChar; local
64 br(Assembler::NE, notByte);
68 bind(notByte);
H A DtemplateTable_aarch64.cpp2419 Label Done, notByte, notBool, notInt, notShort, notChar, local
2428 __ cbnz(flags, notByte);
2442 __ bind(notByte);
2654 Label notByte, notBool, notInt, notShort, notChar, local
2662 __ cbnz(flags, notByte);
2678 __ bind(notByte);
/openjdk9/hotspot/src/cpu/ppc/vm/
H A Dinterp_masm_ppc_64.cpp738 Label notBool, notByte, notChar, done; local
751 bne(CCR0, notByte);
755 bind(notByte);
/openjdk9/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp1114 Label notBool, notByte, notChar, done; local
1130 br(Assembler::notEqual, true, pn, notByte);
1137 bind(notByte);
H A DtemplateTable_sparc.cpp2238 Label notByte, notBool, notInt, notShort, notChar, notLong, notFloat, notObj;
2292 __ br(Assembler::notEqual, false, Assembler::pt, notByte);
2304 __ bind(notByte);
2619 Label notInt, notShort, notChar, notObj, notByte, notBool, notLong, notFloat;
2686 __ br(Assembler::notEqual, false, Assembler::pt, notByte);
2701 __ bind(notByte);

Completed in 125 milliseconds