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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp707 Label notByte, notShort, notChar; local
717 __ jcc(Assembler::notEqual, notByte);
721 __ bind(notByte);
H A DtemplateInterpreter_x86_64.cpp680 Label notObj, notInt, notByte, notShort; local
705 __ jcc(Assembler::notEqual, notByte);
710 __ bind(notByte);
H A DtemplateTable_x86_32.cpp2269 Label Done, notByte, notInt, notShort, notChar, notLong, notFloat, notObj, notDouble; local
2275 __ jcc(Assembler::notZero, notByte);
2285 __ bind(notByte);
2485 Label notByte, notInt, notShort, notChar, notLong, notFloat, notObj, notDouble; local
2490 __ jcc(Assembler::notZero, notByte);
2503 __ bind(notByte);
H A DtemplateTable_x86_64.cpp2333 Label Done, notByte, notInt, notShort, notChar, local
2341 __ jcc(Assembler::notZero, notByte);
2351 __ bind(notByte);
2541 Label notByte, notInt, notShort, notChar, local
2548 __ jcc(Assembler::notZero, notByte);
2561 __ bind(notByte);
H A DcppInterpreter_x86.cpp868 Label notByte, notShort, notChar; local
888 __ jcc(Assembler::notEqual, notByte);
892 __ bind(notByte);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp2300 Label notByte, notInt, notShort, notChar, notLong, notFloat, notObj;
2354 __ br(Assembler::notEqual, false, Assembler::pt, notByte);
2366 __ bind(notByte);
2661 Label notInt, notShort, notChar, notObj, notByte, notLong, notFloat;
2728 __ br(Assembler::notEqual, false, Assembler::pt, notByte);
2743 __ bind(notByte);

Completed in 72 milliseconds