Searched refs:opcode_1 (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/arm/ |
D | assembler-arm.cc | 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() [all …]
|
D | assembler-arm.h | 950 void cdp(Coprocessor coproc, int opcode_1, 954 void cdp2(Coprocessor coproc, int opcode_1, 958 void mcr(Coprocessor coproc, int opcode_1, 962 void mcr2(Coprocessor coproc, int opcode_1, 966 void mrc(Coprocessor coproc, int opcode_1, 970 void mrc2(Coprocessor coproc, int opcode_1,
|
/external/chromium_org/v8/src/arm/ |
D | assembler-arm.cc | 1990 int opcode_1, in cdp() argument 1996 ASSERT(is_uint4(opcode_1) && is_uint3(opcode_2)); in cdp() 1997 emit(cond | B27 | B26 | B25 | (opcode_1 & 15)*B20 | crn.code()*B16 | in cdp() 2003 int opcode_1, in cdp2() argument 2008 cdp(coproc, opcode_1, crd, crn, crm, opcode_2, kSpecialCondition); in cdp2() 2013 int opcode_1, in mcr() argument 2019 ASSERT(is_uint3(opcode_1) && is_uint3(opcode_2)); in mcr() 2020 emit(cond | B27 | B26 | B25 | (opcode_1 & 7)*B21 | crn.code()*B16 | in mcr() 2026 int opcode_1, in mcr2() argument 2031 mcr(coproc, opcode_1, rd, crn, crm, opcode_2, kSpecialCondition); in mcr2() [all …]
|
D | assembler-arm.h | 1051 void cdp(Coprocessor coproc, int opcode_1, 1055 void cdp2(Coprocessor coproc, int opcode_1, 1059 void mcr(Coprocessor coproc, int opcode_1, 1063 void mcr2(Coprocessor coproc, int opcode_1, 1067 void mrc(Coprocessor coproc, int opcode_1, 1071 void mrc2(Coprocessor coproc, int opcode_1,
|