Searched refs:checkDecodedInstruction (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 713 static DecodeStatus checkDecodedInstruction(MCInst &MI, uint64_t &Size, in checkDecodedInstruction() function 806 return checkDecodedInstruction(MI, Size, Address, CS, Insn, Result); in getARMInstruction() 837 return checkDecodedInstruction(MI, Size, Address, CS, Insn, Result); in getARMInstruction() 1175 return checkDecodedInstruction(MI, Size, Address, CS, Insn32, Result); in getThumbInstruction()
|