Lines Matching refs:opB
1183 uint16_t opB = (instr >> 9) & 0x7;
1187 switch (opB) {
1199 uint16_t opB = (instr >> 11) & 1;
1202 opcode << (opB == 0 ? "str" : "ldr");
1206 uint16_t opB = (instr >> 11) & 1;
1212 opcode << (opB == 0 ? "str" : "ldr");
1216 opcode << (opB == 0 ? "strb" : "ldrb");
1220 opcode << (opB == 0 ? "strh" : "ldrh");
1272 uint16_t opB = instr & 0xF;
1273 if (opB == 0) {
1283 uint32_t mask = opB;
1315 // uint16_t opB = (instr >> 9) & 7;