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