Searched refs:op3 (Results 1 - 4 of 4) sorted by relevance

/art/disassembler/
H A Ddisassembler_arm.cc538 uint32_t op3 = (instr >> 23) & 3; local
545 if ((op3 & 2) == 2) { // 1x
568 if (op3 == 0) { // op3 is 00, op4 is 00
575 } else { // op3 is 01, op4 is 00
604 if (op3 == 0) { // op3 is 00, op4 is 01
610 } else { // op3 is 01, op4 is 01
639 case 2: // op3 is 0x, op4 is 10
640 case 3: // op3 i
673 uint32_t op3 = (instr >> 21) & 0xF; local
751 default: opcode << "UNKNOWN DPSR-" << op3; break; local
797 uint32_t op3 = (instr >> 20) & 0x3F; local
1062 uint32_t op3 = (instr >> 21) & 0xF; local
1107 default: opcode << "UNKNOWN DPMI-" << op3; break; local
1123 uint32_t op3 = (instr >> 20) & 0x1F; local
1186 uint32_t op3 = (instr >> 12) & 7; local
1446 uint32_t op3 = (instr >> 4) & 3; local
[all...]
/art/compiler/dex/quick/x86/
H A Dquick_assemble_x86_test.cc138 int opcode, int op0 = 0, int op1 = 0, int op2 = 0, int op3 = 0, int op4 = 0) {
147 lir.operands[3] = op3;
/art/compiler/dex/quick/
H A Dmir_to_lir-inl.h47 int op1, int op2, int op3, int op4, LIR* target) {
54 insn->operands[3] = op3;
46 RawLIR(DexOffset dalvik_offset, int opcode, int op0, int op1, int op2, int op3, int op4, LIR* target) argument
H A Dmir_to_lir.h654 int op2 = 0, int op3 = 0, int op4 = 0, LIR* target = nullptr);

Completed in 75 milliseconds