Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dassembler-arm.h1059 int opcode_2, Condition cond = al);
1063 int opcode_2); // v5 and above
1067 int opcode_2 = 0, Condition cond = al);
1071 int opcode_2 = 0); // v5 and above
1075 int opcode_2 = 0, Condition cond = al);
1079 int opcode_2 = 0); // v5 and above
Dassembler-arm.cc2316 int opcode_2, in cdp() argument
2318 DCHECK(is_uint4(opcode_1) && is_uint3(opcode_2)); in cdp()
2320 crd.code()*B12 | coproc*B8 | (opcode_2 & 7)*B5 | crm.code()); in cdp()
2324 CRegister crn, CRegister crm, int opcode_2) { in cdp2() argument
2325 cdp(coproc, opcode_1, crd, crn, crm, opcode_2, kSpecialCondition); in cdp2()
2334 int opcode_2, in mcr() argument
2336 DCHECK(is_uint3(opcode_1) && is_uint3(opcode_2)); in mcr()
2338 rd.code()*B12 | coproc*B8 | (opcode_2 & 7)*B5 | B4 | crm.code()); in mcr()
2342 CRegister crn, CRegister crm, int opcode_2) { in mcr2() argument
2343 mcr(coproc, opcode_1, rd, crn, crm, opcode_2, kSpecialCondition); in mcr2()
[all …]