Lines Matching refs:opcode_2
2144 int opcode_2, in cdp() argument
2146 DCHECK(is_uint4(opcode_1) && is_uint3(opcode_2)); in cdp()
2148 crd.code()*B12 | coproc*B8 | (opcode_2 & 7)*B5 | crm.code()); in cdp()
2157 int opcode_2) { // v5 and above in cdp2() argument
2158 cdp(coproc, opcode_1, crd, crn, crm, opcode_2, kSpecialCondition); in cdp2()
2167 int opcode_2, in mcr() argument
2169 DCHECK(is_uint3(opcode_1) && is_uint3(opcode_2)); in mcr()
2171 rd.code()*B12 | coproc*B8 | (opcode_2 & 7)*B5 | B4 | crm.code()); in mcr()
2180 int opcode_2) { // v5 and above in mcr2() argument
2181 mcr(coproc, opcode_1, rd, crn, crm, opcode_2, kSpecialCondition); in mcr2()
2190 int opcode_2, in mrc() argument
2192 DCHECK(is_uint3(opcode_1) && is_uint3(opcode_2)); in mrc()
2194 rd.code()*B12 | coproc*B8 | (opcode_2 & 7)*B5 | B4 | crm.code()); in mrc()
2203 int opcode_2) { // v5 and above in mrc2() argument
2204 mrc(coproc, opcode_1, rd, crn, crm, opcode_2, kSpecialCondition); in mrc2()