Lines Matching refs:orig
1123 * @param orig - The instruction ID that is not 16-bit1126 static bool is16BitEquivalent(unsigned orig, unsigned equiv)1131 if ((idx = x86_16_bit_eq_lookup[orig]) != 0) {1132 for (i = idx - 1; i < ARR_SIZE(x86_16_bit_eq_tbl) && x86_16_bit_eq_tbl[i].first == orig; i++) {