Searched refs:secondary (Results 1 - 3 of 3) sorted by relevance
| /openjdk7/hotspot/src/share/vm/adlc/ |
| H A D | formssel.hpp | 410 Opcode(char *primary, char *secondary, char *tertiary);
|
| H A D | adlparse.cpp | 2962 // New: allow "primary", "secondary", "tertiary" as parameters. 3201 char *secondary = NULL; local 3216 // Parse primary, secondary, and tertiary opcodes, if provided. 3225 // Parse secondary opcode 3226 if ( ((secondary = get_ident_or_literal_constant("secondary opcode")) == NULL) ) { 3227 parse_err(SYNERR, "secondary hex opcode expected at %c\n", _curchar); 3261 if (secondary != NULL) fprintf(stderr,"secondary opcode: %s\n", secondary); [all...] |
| H A D | formssel.cpp | 1623 // "primary, secondary, tertiary" 1665 Opcode::Opcode(char *primary, char *secondary, char *tertiary) argument 1666 : _primary(primary), _secondary(secondary), _tertiary(tertiary) { 1676 else if( strcmp(param,"secondary") == 0 ) { 1698 description = "secondary()";
|
Completed in 62 milliseconds