Searched refs:TBIT (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | ia64-opc-i.c | 163 #define TBIT(a,b,c,d) \ macro 167 {"tbit.z", TBIT (0, 0, 0, 0)}, 169 {"tbit.z.unc", TBIT (0, 0, 0, 1)}, 171 {"tbit.z.and", TBIT (0, 1, 0, 0)}, 173 {"tbit.nz.and", TBIT (0, 1, 0, 1)}, 175 {"tbit.z.or", TBIT (1, 0, 0, 0)}, 177 {"tbit.nz.or", TBIT (1, 0, 0, 1)}, 179 {"tbit.z.or.andcm", TBIT (1, 1, 0, 0)}, 181 {"tbit.nz.or.andcm", TBIT (1, 1, 0, 1)}, 183 #undef TBIT
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | ia64-opc-i.c | 195 #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
|