Searched refs:TBIT (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dia64-opc-i.c194 #define TBIT(a,b,c,d) \ macro
198 {"tbit.z", TBIT (0, 0, 0, 0)},
200 {"tbit.z.unc", TBIT (0, 0, 0, 1)},
202 {"tbit.z.and", TBIT (0, 1, 0, 0)},
204 {"tbit.nz.and", TBIT (0, 1, 0, 1)},
206 {"tbit.z.or", TBIT (1, 0, 0, 0)},
208 {"tbit.nz.or", TBIT (1, 0, 0, 1)},
210 {"tbit.z.or.andcm", TBIT (1, 1, 0, 0)},
212 {"tbit.nz.or.andcm", TBIT (1, 1, 0, 1)},
214 #undef TBIT macro
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dia64-opc-i.c194 #define TBIT(a,b,c,d) \ macro
198 {"tbit.z", TBIT (0, 0, 0, 0)},
200 {"tbit.z.unc", TBIT (0, 0, 0, 1)},
202 {"tbit.z.and", TBIT (0, 1, 0, 0)},
204 {"tbit.nz.and", TBIT (0, 1, 0, 1)},
206 {"tbit.z.or", TBIT (1, 0, 0, 0)},
208 {"tbit.nz.or", TBIT (1, 0, 0, 1)},
210 {"tbit.z.or.andcm", TBIT (1, 1, 0, 0)},
212 {"tbit.nz.or.andcm", TBIT (1, 1, 0, 1)},
214 #undef TBIT macro
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dia64-opc-i.c194 #define TBIT(a,b,c,d) \ macro
198 {"tbit.z", TBIT (0, 0, 0, 0)},
200 {"tbit.z.unc", TBIT (0, 0, 0, 1)},
202 {"tbit.z.and", TBIT (0, 1, 0, 0)},
204 {"tbit.nz.and", TBIT (0, 1, 0, 1)},
206 {"tbit.z.or", TBIT (1, 0, 0, 0)},
208 {"tbit.nz.or", TBIT (1, 0, 0, 1)},
210 {"tbit.z.or.andcm", TBIT (1, 1, 0, 0)},
212 {"tbit.nz.or.andcm", TBIT (1, 1, 0, 1)},
214 #undef TBIT macro
[all...]
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dia64-opc-i.c194 #define TBIT(a,b,c,d) \ macro
198 {"tbit.z", TBIT (0, 0, 0, 0)},
200 {"tbit.z.unc", TBIT (0, 0, 0, 1)},
202 {"tbit.z.and", TBIT (0, 1, 0, 0)},
204 {"tbit.nz.and", TBIT (0, 1, 0, 1)},
206 {"tbit.z.or", TBIT (1, 0, 0, 0)},
208 {"tbit.nz.or", TBIT (1, 0, 0, 1)},
210 {"tbit.z.or.andcm", TBIT (1, 1, 0, 0)},
212 {"tbit.nz.or.andcm", TBIT (1, 1, 0, 1)},
214 #undef TBIT macro
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Darmemu.h70 #define TBIT (1L << 5) macro
208 ARMul_SetCPSR (state, ((ARMul_GetCPSR (state) & ~(EMODE | TBIT)) \
H A Darmsupp.c236 ASSIGNT ((state->Cpsr & TBIT) != 0);
237 state->Cpsr &= ~TBIT;
H A Darmemu.c2375 /* Don't allow TBIT to be set by MSR. */
2376 temp &= ~ TBIT;
/netbsd-current/external/gpl3/gdb/dist/sim/arm/
H A Darmemu.h70 #define TBIT (1L << 5) macro
208 ARMul_SetCPSR (state, ((ARMul_GetCPSR (state) & ~(EMODE | TBIT)) \
H A Darmsupp.c239 ASSIGNT ((state->Cpsr & TBIT) != 0);
240 state->Cpsr &= ~TBIT;
H A Darmemu.c2439 /* Don't allow TBIT to be set by MSR. */
2440 temp &= ~ TBIT;

Completed in 314 milliseconds