Home
last modified time | relevance | path

Searched refs:cpnum (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Dmaverick.c183 #define CDP2(insname, var, cpnum, opcode1, opcode2, reg1name, reg2name) \ argument
185 (14 << 24) | ((opcode1) << 20) | ((cpnum) << 8) | ((opcode2) << 5), \
206 #define CDP2_imm7(insname, cpnum, opcode1, reg1name, reg2name) \ argument
207 mv_insn (insname, , (14 << 24) | ((opcode1) << 20) | ((cpnum) << 8), \
220 #define CDP3(insname, var, cpnum, opcode1, opcode2, reg1name, reg2name, reg3name) \ argument
222 (14 << 24) | ((opcode1) << 20) | ((cpnum) << 8) | ((opcode2) << 5), \
258 #define MCRC2(insname, cpnum, opcode1, dir, opcode2, reg1spec, reg2spec) \ argument
261 ((cpnum) << 8) | ((opcode2) << 5) | (1 << 4)), \
265 #define MVDSPARM(insname, cpnum, opcode2, regDSPname) \ argument
266 MCRC2 (mv ## insname, cpnum, 0, 0, opcode2, \
[all …]