Searched refs:negate (Results 76 - 80 of 80) sorted by relevance

1234

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp1955 if (ifproj->is_IfFalse()) btest = BoolTest(btest).negate();
3432 if (not_array) btest = BoolTest(btest).negate();
H A Dloopnode.cpp302 bt = BoolTest(bt).negate();
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp1972 void negate(LIR_Opr from, LIR_Opr to) { append(new LIR_Op1(lir_neg, from, to)); } function in class:LIR_List
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp318 // Shift base0 and base1 to the end of the arrays, negate limit
3105 void LIR_Assembler::negate(LIR_Opr left, LIR_Opr dest) { function in class:LIR_Assembler
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp550 // negate the index
3598 void LIR_Assembler::negate(LIR_Opr left, LIR_Opr dest) { function in class:LIR_Assembler

Completed in 98 milliseconds

1234