Lines Matching defs:trc
475 "disp_chain_assisted:" "\n" // x21 holds the trc. Return it.
507 /* Run a translation at host address 'translation' and return the TRC.
517 HWord trc = run_translation_asm();
519 return trc;
732 HWord trc = run_translation(next_host);
733 if (0) printf("------- trc = %lu\n", trc);
734 if (trc != VEX_TRC_JMP_BORING) {
735 if (1) printf("------- trc = %lu\n", trc);
737 assert(trc == VEX_TRC_JMP_BORING);