Searched refs:checkDecodedInstruction (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | 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()
|
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 447 static DecodeStatus checkDecodedInstruction(MCInst *MI, in checkDecodedInstruction() function 499 result = checkDecodedInstruction(MI, insn, result); in _ARM_getInstruction()
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 415 static DecodeStatus checkDecodedInstruction(MCInst &MI, uint64_t &Size, in checkDecodedInstruction() function 461 return checkDecodedInstruction(MI, Size, Address, OS, CS, Insn, Result); in getInstruction()
|