Lines Matching refs:opcode_1
1542 int opcode_1, in cdp() argument
1548 ASSERT(is_uint4(opcode_1) && is_uint3(opcode_2)); in cdp()
1549 emit(cond | B27 | B26 | B25 | (opcode_1 & 15)*B20 | crn.code()*B16 | in cdp()
1555 int opcode_1, in cdp2() argument
1560 cdp(coproc, opcode_1, crd, crn, crm, opcode_2, kSpecialCondition); in cdp2()
1565 int opcode_1, in mcr() argument
1571 ASSERT(is_uint3(opcode_1) && is_uint3(opcode_2)); in mcr()
1572 emit(cond | B27 | B26 | B25 | (opcode_1 & 7)*B21 | crn.code()*B16 | in mcr()
1578 int opcode_1, in mcr2() argument
1583 mcr(coproc, opcode_1, rd, crn, crm, opcode_2, kSpecialCondition); in mcr2()
1588 int opcode_1, in mrc() argument
1594 ASSERT(is_uint3(opcode_1) && is_uint3(opcode_2)); in mrc()
1595 emit(cond | B27 | B26 | B25 | (opcode_1 & 7)*B21 | L | crn.code()*B16 | in mrc()
1601 int opcode_1, in mrc2() argument
1606 mrc(coproc, opcode_1, rd, crn, crm, opcode_2, kSpecialCondition); in mrc2()