Lines Matching refs:op2
453 uint32_t op2 = (instr >> 20) & 0x7F; in DumpThumb32() local
460 if ((op2 & 0x64) == 0) { // 00x x0xx in DumpThumb32()
505 } else if ((op2 & 0x64) == 4) { // 00x x1xx in DumpThumb32()
632 } else if ((op2 & 0x60) == 0x20) { // 01x xxxx in DumpThumb32()
756 } else if ((op2 & 0x40) == 0x40) { // 1xx xxxx in DumpThumb32()
1022 if ((instr & 0x8000) == 0 && (op2 & 0x20) == 0) { in DumpThumb32()
1085 } else if ((instr & 0x8000) == 0 && (op2 & 0x20) != 0) { in DumpThumb32()
1161 if ((op2 & 0x38) != 0x38) { in DumpThumb32()
1182 } else if (op2 == 0x3B) { in DumpThumb32()
1193 if ((op2 & 0x38) == 0x38) { in DumpThumb32()
1194 if (op2 == 0x7F) { in DumpThumb32()
1265 switch (op2) { in DumpThumb32()
1524 if ((op2 >> 4) == 2) { // 010xxxx in DumpThumb32()
1536 } else if ((op2 >> 3) == 6) { // 0110xxx in DumpThumb32()
1539 op2 = (instr >> 4) & 0x2; in DumpThumb32()
1546 if (op2 == 0) { in DumpThumb32()
1567 } else if ((op2 >> 3) == 7) { // 0111xxx in DumpThumb32()
1570 op2 = (instr >> 4) & 0xf; in DumpThumb32()
1610 opcode << "UNKNOWN " << op2; in DumpThumb32()