Searched refs:op4 (Results 1 – 3 of 3) sorted by relevance
507 uint32_t op4 = (instr >> 20) & 3; in DumpThumb32() local518 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() local835 } 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() local1482 } else if (op4 == 0) { in DumpThumb32()
45 int op1, int op2, int op3, int op4, LIR* target) { in RawLIR() argument53 insn->operands[4] = op4; in RawLIR()
677 int op2 = 0, int op3 = 0, int op4 = 0, LIR* target = NULL);