Searched refs:DecodeSignedLdStInstruction (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/AArch64/ |
D | AArch64Disassembler.c | 116 static DecodeStatus DecodeSignedLdStInstruction(MCInst *Inst, 992 static DecodeStatus DecodeSignedLdStInstruction(MCInst *Inst, in DecodeSignedLdStInstruction() function
|
D | AArch64GenDisassemblerTables.inc | 11760 …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-10.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 140 static DecodeStatus DecodeSignedLdStInstruction(MCInst &Inst, uint32_t insn, 1089 static DecodeStatus DecodeSignedLdStInstruction(MCInst &Inst, uint32_t insn, in DecodeSignedLdStInstruction() function
|
/external/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 140 static DecodeStatus DecodeSignedLdStInstruction(MCInst &Inst, uint32_t insn, 1092 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-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 3670 let DecoderMethod = "DecodeSignedLdStInstruction"; 3755 let DecoderMethod = "DecodeSignedLdStInstruction"; 3802 let DecoderMethod = "DecodeSignedLdStInstruction"; 3848 let DecoderMethod = "DecodeSignedLdStInstruction";
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 3806 let DecoderMethod = "DecodeSignedLdStInstruction"; 3891 let DecoderMethod = "DecodeSignedLdStInstruction"; 3938 let DecoderMethod = "DecodeSignedLdStInstruction"; 3984 let DecoderMethod = "DecodeSignedLdStInstruction";
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 24516 …if (!Check(S, DecodeSignedLdStInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::F…
|