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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.hpp410 Opcode(char *primary, char *secondary, char *tertiary);
H A Dadlparse.cpp2962 // New: allow "primary", "secondary", "tertiary" as parameters.
3202 char *tertiary = NULL; local
3216 // Parse primary, secondary, and tertiary opcodes, if provided.
3234 // Parse tertiary opcode
3235 if ( ((tertiary = get_ident_or_literal_constant("tertiary opcode")) == NULL) ) {
3236 parse_err(SYNERR,"tertiary hex opcode expected at %c\n", _curchar);
3262 if (tertiary != NULL) fprintf(stderr,"tertiary opcode: %s\n", tertiary);
[all...]
H A Dformssel.cpp1623 // "primary, secondary, tertiary"
1665 Opcode::Opcode(char *primary, char *secondary, char *tertiary) argument
1666 : _primary(primary), _secondary(secondary), _tertiary(tertiary) {
1679 else if( strcmp(param,"tertiary") == 0 ) {
1702 description = "tertiary()";

Completed in 591 milliseconds