Searched refs:ntBIT (Results 1 – 2 of 2) sorted by relevance
39 #define ntBIT(n) ( (ARMword)(next_instr >> (n)) & 1) macro183 if (tBITS (11, 15) == 0x1E && ntBIT (15) == 1) in handle_T2_insn()189 switch ((ntBIT (14) << 1) | ntBIT (12)) in handle_T2_insn()205 J1 = ntBIT (13); in handle_T2_insn()206 J2 = ntBIT (11); in handle_T2_insn()218 ARMword I1 = (ntBIT (13) ^ S) ? 0 : 1; in handle_T2_insn()219 ARMword I2 = (ntBIT (11) ^ S) ? 0 : 1; in handle_T2_insn()231 ARMword I1 = (ntBIT (13) ^ S) ? 0 : 1; in handle_T2_insn()232 ARMword I2 = (ntBIT (11) ^ S) ? 0 : 1; in handle_T2_insn()247 ARMword I1 = (ntBIT (13) ^ S) ? 0 : 1; in handle_T2_insn()[all …]
469 * thumbemu.c (tBIT, tBITS, ntBIT, ntBITS): New macros.