Searched refs:greater_equal (Results 1 - 9 of 9) 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
H A DtemplateTable.cpp417 def(Bytecodes::_ifge , ubcp|____|clvm|____, itos, vtos, if_0cmp , greater_equal);
423 def(Bytecodes::_if_icmpge , ubcp|____|clvm|____, itos, vtos, if_icmp , greater_equal);
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_h.cpp1192 fprintf(fp," case BoolTest::ge : return greater_equal();\n");
1346 const char *greater_equal = cInterface->_greater_equal; local
1347 if( greater_equal != NULL ) {
1348 define_oper_interface(fp, *oper, _globalNames, "greater_equal", greater_equal);
H A Dformssel.hpp812 const char* greater_equal, const char* greater_equal_format,
H A Dadlparse.cpp3395 char *greater_equal; local
3431 else if ( strcmp(field,"greater_equal") == 0 ) {
3432 greater_equal = interface_field_parse(&greater_equal_format);
3456 greater_equal, greater_equal_format,
H A Dformssel.cpp2744 const char* greater_equal, const char* greater_equal_format,
2751 _greater_equal(greater_equal), _greater_equal_format(greater_equal_format),
2769 if ( _greater_equal != NULL ) fprintf(fp," greater_equal == %s\n", _greater_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 DtemplateTable_x86_32.cpp108 case TemplateTable::greater_equal: return Assembler::less;
H A DtemplateTable_x86_64.cpp120 case TemplateTable::greater_equal: return Assembler::less;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp143 case TemplateTable::greater_equal: return Assembler::less;

Completed in 389 milliseconds