Searched refs:notShort (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
723 __ jcc(Assembler::notEqual, notShort);
727 __ bind(notShort);
H A DtemplateInterpreter_x86_64.cpp680 Label notObj, notInt, notByte, notShort; local
712 __ jcc(Assembler::notEqual, notShort);
717 __ bind(notShort);
H A DtemplateTable_x86_32.cpp2269 Label Done, notByte, notInt, notShort, notChar, notLong, notFloat, notObj, notDouble; local
2325 __ jcc(Assembler::notEqual, notShort);
2334 __ bind(notShort);
2485 Label notByte, notInt, notShort, notChar, notLong, notFloat, notObj, notDouble; local
2550 __ jcc(Assembler::notEqual, notShort);
2563 __ bind(notShort);
H A DtemplateTable_x86_64.cpp2333 Label Done, notByte, notInt, notShort, notChar, local
2388 __ jcc(Assembler::notEqual, notShort);
2398 __ bind(notShort);
2541 Label notByte, notInt, notShort, notChar, local
2609 __ jcc(Assembler::notEqual, notShort);
2622 __ bind(notShort);
H A DcppInterpreter_x86.cpp868 Label notByte, notShort, notChar; local
894 __ jcc(Assembler::notEqual, notShort);
898 __ bind(notShort);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp2300 Label notByte, notInt, notShort, notChar, notLong, notFloat, notObj;
2384 __ br(Assembler::notEqual, false, Assembler::pt, notShort);
2396 __ bind(notShort);
2661 Label notInt, notShort, notChar, notObj, notByte, notLong, notFloat;
2779 __ br(Assembler::notEqual, false, Assembler::pt, notShort);
2794 __ bind(notShort);

Completed in 73 milliseconds