Lines Matching defs:opB
1763 uint16_t opB = (instr >> 9) & 0x7;
1767 switch (opB) {
1779 uint16_t opB = (instr >> 11) & 1;
1782 opcode << (opB == 0 ? "str" : "ldr");
1786 uint16_t opB = (instr >> 11) & 1;
1792 opcode << (opB == 0 ? "str" : "ldr");
1796 opcode << (opB == 0 ? "strb" : "ldrb");
1800 opcode << (opB == 0 ? "strh" : "ldrh");
1862 uint16_t opB = instr & 0xF;
1863 if (opB == 0) {
1873 uint32_t mask = opB;
1905 // uint16_t opB = (instr >> 9) & 7;