| 241 | } |
| 242 | |
| 243 | static DecodeStatus decodePC32DBLBranchOperand(MCInst *Inst, uint64_t Imm, |
| 244 | uint64_t Address, |
| 245 | const void *Decoder) |
| 246 | { |
| 247 | return decodePCDBLOperand(Inst, Imm, Address, 32); |
| 248 | } |
| 249 | |
| 250 | static DecodeStatus decodePC32DBLOperand(MCInst *Inst, uint64_t Imm, |
| 251 | uint64_t Address, |
nothing calls this directly
no test coverage detected
searching dependent graphs…