Searched defs:not_equal_continue (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.cpp940 Label& not_equal_continue) {
949 jcc(Assembler::notEqual, not_equal_continue);
936 test_mdp_data_at(Register mdp_in, int offset, Register value, Register test_value_out, Label& not_equal_continue) argument
H A Dinterp_masm_x86_64.cpp954 Label& not_equal_continue) {
963 jcc(Assembler::notEqual, not_equal_continue);
950 test_mdp_data_at(Register mdp_in, int offset, Register value, Register test_value_out, Label& not_equal_continue) argument
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp1476 // If it is not equal to value, branch to the not_equal_continue Label.
1481 Label& not_equal_continue,
1486 brx(Assembler::notEqual, false, Assembler::pn, not_equal_continue);
1479 test_mdp_data_at(int offset, Register value, Label& not_equal_continue, Register scratch) argument

Completed in 44 milliseconds