Searched refs:opcode2 (Results 1 – 1 of 1) sorted by relevance
1050 uint16_t opcode2 = instr >> 9; in DumpThumb16() local1051 switch (opcode2) { in DumpThumb16()1060 if (opcode2 <= 3) { in DumpThumb16()1062 } else if (opcode2 <= 7) { in DumpThumb16()1078 if ((opcode2 & 2) != 0 && imm3_or_Rm == 0) { in DumpThumb16()1081 if ((opcode2 & 1) == 0) { in DumpThumb16()1088 if ((opcode2 & 2) == 0) { in DumpThumb16()1106 switch (opcode2 >> 2) { in DumpThumb16()1120 uint16_t opcode2 = (instr >> 6) & 0xF; in DumpThumb16() local1123 opcode << kThumbDataProcessingOperations[opcode2]; in DumpThumb16()[all …]