Searched refs:DecodeSignedLdStInstruction (Results 1 – 7 of 7) sorted by relevance
/external/capstone/arch/AArch64/ |
D | AArch64Disassembler.c | 114 static DecodeStatus DecodeSignedLdStInstruction(MCInst *Inst, 1000 static DecodeStatus DecodeSignedLdStInstruction(MCInst *Inst, in DecodeSignedLdStInstruction() function
|
D | AArch64GenDisassemblerTables.inc | 11768 …if (!Check(&S, DecodeSignedLdStInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fai…
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 108 static DecodeStatus DecodeSignedLdStInstruction(llvm::MCInst &Inst, 896 static DecodeStatus DecodeSignedLdStInstruction(llvm::MCInst &Inst, in DecodeSignedLdStInstruction() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 139 static DecodeStatus DecodeSignedLdStInstruction(MCInst &Inst, uint32_t insn, 1081 static DecodeStatus DecodeSignedLdStInstruction(MCInst &Inst, uint32_t insn, in DecodeSignedLdStInstruction() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 3015 let DecoderMethod = "DecodeSignedLdStInstruction"; 3074 let DecoderMethod = "DecodeSignedLdStInstruction"; 3121 let DecoderMethod = "DecodeSignedLdStInstruction"; 3167 let DecoderMethod = "DecodeSignedLdStInstruction";
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 3420 let DecoderMethod = "DecodeSignedLdStInstruction"; 3505 let DecoderMethod = "DecodeSignedLdStInstruction"; 3552 let DecoderMethod = "DecodeSignedLdStInstruction"; 3598 let DecoderMethod = "DecodeSignedLdStInstruction";
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 21295 …if (!Check(S, DecodeSignedLdStInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::F…
|