Searched refs:QLF (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | aarch64-tbl.h | 39 #define QLF(x) AARCH64_OPND_QLF_##x macro 40 #define QLF1(a) {QLF(a)} 41 #define QLF2(a,b) {QLF(a), QLF(b)} 42 #define QLF3(a,b,c) {QLF(a), QLF(b), QLF(c)} 43 #define QLF4(a,b,c,d) {QLF(a), QLF(b), QLF(c), QLF(d)} 44 #define QLF5(a,b,c,d,e) {QLF(a), QLF(b), QLF(c), QLF(d), QLF(e)} 45 #define QLF6(a,b,c,d,e,f) {QLF(a), QLF(b), QLF(c), QLF(d), QLF(e), QLF(f)}
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | aarch64-tbl.h | 38 #define QLF(x) AARCH64_OPND_QLF_##x macro 39 #define QLF1(a) {QLF(a)} 40 #define QLF2(a,b) {QLF(a), QLF(b)} 41 #define QLF3(a,b,c) {QLF(a), QLF(b), QLF(c)} 42 #define QLF4(a,b,c,d) {QLF(a), QLF(b), QLF(c), QLF(d)} 43 #define QLF5(a,b,c,d,e) {QLF(a), QLF(b), QLF(c), QLF(d), QLF(e)}
|