| 248 | } |
| 249 | |
| 250 | static DecodeStatus decodePC32DBLOperand(MCInst *Inst, uint64_t Imm, |
| 251 | uint64_t Address, |
| 252 | const void *Decoder) |
| 253 | { |
| 254 | return decodePCDBLOperand(Inst, Imm, Address, 32); |
| 255 | } |
| 256 | |
| 257 | static DecodeStatus decodeBDAddr12Operand(MCInst *Inst, uint64_t Field, |
| 258 | const unsigned *Regs) |
nothing calls this directly
no test coverage detected
searching dependent graphs…