Searched refs:not_equal (Results 1 - 11 of 11) sorted by relevance
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | superword.hpp | 497 bool not_equal(SWPointer& q) { return not_equal(cmp(q)); } 500 static bool not_equal(int cmp) { return cmp <= NotEqual; }
|
H A D | superword.cpp | 553 } else if (!SWPointer::not_equal(cmp)) {
|
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | templateTable.hpp | 100 enum Condition { equal, not_equal, less, less_equal, greater, greater_equal }; enumerator in enum:TemplateTable::Condition
|
H A D | templateTable.cpp | 415 def(Bytecodes::_ifne , ubcp|____|clvm|____, itos, vtos, if_0cmp , not_equal ); 421 def(Bytecodes::_if_icmpne , ubcp|____|clvm|____, itos, vtos, if_icmp , not_equal ); 427 def(Bytecodes::_if_acmpne , ubcp|____|clvm|____, atos, vtos, if_acmp , not_equal ); 460 def(Bytecodes::_ifnonnull , ubcp|____|clvm|____, atos, vtos, if_nullcmp , not_equal );
|
/openjdk7/hotspot/src/share/vm/adlc/ |
H A D | output_h.cpp | 1190 fprintf(fp," case BoolTest::ne : return not_equal();\n"); 1338 const char *not_equal = cInterface->_not_equal; local 1339 if( not_equal != NULL ) { 1340 define_oper_interface(fp, *oper, _globalNames, "not_equal", not_equal);
|
H A D | formssel.hpp | 810 const char* not_equal, const char* not_equal_format,
|
H A D | adlparse.cpp | 3393 char *not_equal; local 3425 else if ( strcmp(field,"not_equal") == 0 ) { 3426 not_equal = interface_field_parse(¬_equal_format); 3454 not_equal, not_equal_format,
|
H A D | formssel.cpp | 2742 const char* not_equal, const char* not_equal_format, 2749 _not_equal(not_equal), _not_equal_format(not_equal_format), 2767 if ( _not_equal != NULL ) fprintf(fp," not_equal == %s\n", _not_equal); 2741 CondInterface(const char* equal, const char* equal_format, const char* not_equal, const char* not_equal_format, const char* less, const char* less_format, const char* greater_equal, const char* greater_equal_format, const char* less_equal, const char* less_equal_format, const char* greater, const char* greater_format) argument
|
/openjdk7/hotspot/src/cpu/x86/vm/ |
H A D | templateTable_x86_32.cpp | 104 case TemplateTable::not_equal : return Assembler::equal;
|
H A D | templateTable_x86_64.cpp | 116 case TemplateTable::not_equal : return Assembler::equal;
|
/openjdk7/hotspot/src/cpu/sparc/vm/ |
H A D | templateTable_sparc.cpp | 139 case TemplateTable::not_equal : return Assembler::equal;
|
Completed in 1135 milliseconds