Searched defs:not_equal (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateTable.hpp100 enum Condition { equal, not_equal, less, less_equal, greater, greater_equal }; enumerator in enum:TemplateTable::Condition
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_h.cpp1190 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 Dadlparse.cpp3393 char *not_equal; local
3425 else if ( strcmp(field,"not_equal") == 0 ) {
3426 not_equal = interface_field_parse(&not_equal_format);
3454 not_equal, not_equal_format,
H A Dformssel.cpp2742 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

Completed in 61 milliseconds