Searched refs:DecodePairLdStInstruction (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/AArch64/ |
D | AArch64Disassembler.c | 123 static DecodeStatus DecodePairLdStInstruction(MCInst *Inst, uint32_t insn, 1257 static DecodeStatus DecodePairLdStInstruction(MCInst *Inst, uint32_t insn, in DecodePairLdStInstruction() function
|
D | AArch64GenDisassemblerTables.inc | 9620 …if (!Check(&S, DecodePairLdStInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail;…
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 115 static DecodeStatus DecodePairLdStInstruction(llvm::MCInst &Inst, uint32_t insn, 1164 static DecodeStatus DecodePairLdStInstruction(llvm::MCInst &Inst, uint32_t insn, in DecodePairLdStInstruction() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 146 static DecodeStatus DecodePairLdStInstruction(MCInst &Inst, uint32_t insn, 1370 static DecodeStatus DecodePairLdStInstruction(MCInst &Inst, uint32_t insn, in DecodePairLdStInstruction() function
|
/external/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 146 static DecodeStatus DecodePairLdStInstruction(MCInst &Inst, uint32_t insn, 1373 static DecodeStatus DecodePairLdStInstruction(MCInst &Inst, uint32_t insn, in DecodePairLdStInstruction() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 3216 let DecoderMethod = "DecodePairLdStInstruction"; 3265 let DecoderMethod = "DecodePairLdStInstruction"; 3306 let DecoderMethod = "DecodePairLdStInstruction"; 3347 let DecoderMethod = "DecodePairLdStInstruction";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 3897 let DecoderMethod = "DecodePairLdStInstruction"; 3946 let DecoderMethod = "DecodePairLdStInstruction"; 3987 let DecoderMethod = "DecodePairLdStInstruction"; 4028 let DecoderMethod = "DecodePairLdStInstruction";
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 4033 let DecoderMethod = "DecodePairLdStInstruction"; 4082 let DecoderMethod = "DecodePairLdStInstruction"; 4123 let DecoderMethod = "DecodePairLdStInstruction"; 4164 let DecoderMethod = "DecodePairLdStInstruction";
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 22210 …if (!Check(S, DecodePairLdStInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fai…
|