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

/freebsd-12-stable/contrib/binutils/opcodes/
H A Dia64-opc-i.c195 #define TBIT(a,b,c,d) \ macro
199 {"tbit.z", TBIT (0, 0, 0, 0)},
201 {"tbit.z.unc", TBIT (0, 0, 0, 1)},
203 {"tbit.z.and", TBIT (0, 1, 0, 0)},
205 {"tbit.nz.and", TBIT (0, 1, 0, 1)},
207 {"tbit.z.or", TBIT (1, 0, 0, 0)},
209 {"tbit.nz.or", TBIT (1, 0, 0, 1)},
211 {"tbit.z.or.andcm", TBIT (1, 1, 0, 0)},
213 {"tbit.nz.or.andcm", TBIT (1, 1, 0, 1)},
215 #undef TBIT macro
[all...]

Completed in 44 milliseconds