Searched refs:ntBIT (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Dthumbemu.c36 #define ntBIT(n) ( (ARMword)(next_instr >> (n)) & 1) macro
180 if (tBITS (11, 15) == 0x1E && ntBIT (15) == 1)
186 switch ((ntBIT (14) << 1) | ntBIT (12))
202 J1 = ntBIT (13);
203 J2 = ntBIT (11);
215 ARMword I1 = (ntBIT (13) ^ S) ? 0 : 1;
216 ARMword I2 = (ntBIT (11) ^ S) ? 0 : 1;
228 ARMword I1 = (ntBIT (13) ^ S) ? 0 : 1;
229 ARMword I2 = (ntBIT (1
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/arm/
H A Dthumbemu.c39 #define ntBIT(n) ( (ARMword)(next_instr >> (n)) & 1) macro
183 if (tBITS (11, 15) == 0x1E && ntBIT (15) == 1)
189 switch ((ntBIT (14) << 1) | ntBIT (12))
205 J1 = ntBIT (13);
206 J2 = ntBIT (11);
218 ARMword I1 = (ntBIT (13) ^ S) ? 0 : 1;
219 ARMword I2 = (ntBIT (11) ^ S) ? 0 : 1;
231 ARMword I1 = (ntBIT (13) ^ S) ? 0 : 1;
232 ARMword I2 = (ntBIT (1
[all...]

Completed in 183 milliseconds