Searched refs:nameAD (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | maverick.c | 291 #define MVf(nameAD, nameDA, opcode2) \ argument 292 MVDSPARM (nameAD, 4, opcode2, "f"); \ 297 #define MVd(nameAD, nameDA, opcode2) \ argument 298 MVDSPARM (nameAD, 4, opcode2, "d"); \ 303 #define MVfx(nameAD, nameDA, opcode2) \ argument 304 MVDSPARM (nameAD, 5, opcode2, "fx"); \ 309 #define MVdx(nameAD, nameDA, opcode2) \ argument 310 MVDSPARM (nameAD, 5, opcode2, "dx"); \ 321 #define MVdxa(nameDA, nameAD, opcode2) \ argument 323 MVACCDSP (nameAD, opcode2, "dx")
|