Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:instr

500   enum FCInstr instr;
503 instr = FC_BREAK;
506 instr = FC_BREAK_NZ;
509 instr = FC_BREAK_NZ_INT;
512 instr = FC_BREAK_Z_INT;
516 instr = FC_CONTINUE;
519 instr = FC_IF;
521 instr = FC_IF_INT;
527 instr = FC_ELSE;
530 instr = FC_ENDIF;
533 instr = FC_ENDLOOP;
536 instr = FC_BGNLOOP;
542 EmitByte(instr, OS);