Searched refs:checkDecodedInstruction (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 714 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() 1178 return checkDecodedInstruction(MI, Size, Address, CS, Insn32, Result); in getThumbInstruction()
|