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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp11027 Label COMPARE_WIDE_VECTORS, VECTOR_NOT_EQUAL, COMPARE_WIDE_TAIL, COMPARE_SMALL_STR; local
11076 jccb(Assembler::notZero, VECTOR_NOT_EQUAL);
11094 bind(VECTOR_NOT_EQUAL);
11119 Label COMPARE_WIDE_VECTORS, VECTOR_NOT_EQUAL, COMPARE_TAIL; local
11148 jccb(Assembler::below, VECTOR_NOT_EQUAL); // CF==1
11165 bind(VECTOR_NOT_EQUAL);

Completed in 63 milliseconds