Searched defs:opcode2 (Results 1 – 3 of 3) sorted by relevance
1608 uint16_t opcode2 = instr >> 9; in DumpThumb16() local1678 uint16_t opcode2 = (instr >> 6) & 0xF; in DumpThumb16() local1685 uint16_t opcode2 = (instr >> 6) & 0x0F; in DumpThumb16() local1800 uint16_t opcode2 = (instr >> 5) & 0x7F; in DumpThumb16() local
295 const char* opcode2 = ""; // Sub-opcode. E.g., jump type. in DumpInstruction() local
277 public static boolean isBetween(Opcode opcode, Opcode opcode1, Opcode opcode2) { in isBetween()