Searched refs:nameDA (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 293 MVARMDSP (nameDA, 4, opcode2, "f") 297 #define MVd(nameAD, nameDA, opcode2) \ argument 299 MVARMDSP (nameDA, 4, opcode2, "d") 303 #define MVfx(nameAD, nameDA, opcode2) \ argument 305 MVARMDSP (nameDA, 5, opcode2, "fx") 309 #define MVdx(nameAD, nameDA, opcode2) \ argument 311 MVARMDSP (nameDA, 5, opcode2, "dx") 321 #define MVdxa(nameDA, nameAD, opcode2) \ argument 322 MVDSPACC (nameDA, opcode2, "dx"); \
|