Lines Matching refs:secondary
2962 // New: allow "primary", "secondary", "tertiary" as parameters.
3201 char *secondary = NULL;
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);
3266 opcode = new Opcode(primary, secondary, tertiary);