Searched refs:checkDecodedInstruction (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
| HD | ARMDisassembler.cpp | 581 static DecodeStatus checkDecodedInstruction(MCInst &MI, uint64_t &Size, in checkDecodedInstruction() function 646 return checkDecodedInstruction(MI, Size, Address, CS, Insn, Result); in getARMInstruction() 677 return checkDecodedInstruction(MI, Size, Address, CS, Insn, Result); in getARMInstruction() 1013 return checkDecodedInstruction(MI, Size, Address, CS, Insn32, Result); in getThumbInstruction()
|