Home
last modified time | relevance | path

Searched refs:op4 (Results 1 – 3 of 3) sorted by relevance

/art/disassembler/
Ddisassembler_arm.cc507 uint32_t op4 = (instr >> 20) & 3; in DumpThumb32() local
518 if ((op4 & 1) == 1) { in DumpThumb32()
534 switch (op4) { in DumpThumb32()
609 if (op4 == 2) { in DumpThumb32()
767 uint32_t op4 = (instr >> 4) & 0x1; in DumpThumb32() local
835 } else if ((op3 >> 4) == 2 && op4 == 0) { // 10xxxx, op = 0 in DumpThumb32()
969 } else if ((op3 >> 4) == 2 && op4 == 1) { // 10xxxx, op = 1 in DumpThumb32()
1465 uint32_t op4 = (instr >> 6) & 0x3F; in DumpThumb32() local
1482 } else if (op4 == 0) { in DumpThumb32()
/art/compiler/dex/quick/
Dmir_to_lir-inl.h45 int op1, int op2, int op3, int op4, LIR* target) { in RawLIR() argument
53 insn->operands[4] = op4; in RawLIR()
Dmir_to_lir.h677 int op2 = 0, int op3 = 0, int op4 = 0, LIR* target = NULL);