Searched refs:DecodeT2LdStPre (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrFormats.td | 1197 let DecoderMethod = "DecodeT2LdStPre"; 1231 let DecoderMethod = "DecodeT2LdStPre";
|
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 360 static DecodeStatus DecodeT2LdStPre(MCInst *Inst, unsigned Val, 3729 static DecodeStatus DecodeT2LdStPre(MCInst *Inst, unsigned Insn, in DecodeT2LdStPre() function
|
D | ARMGenDisassemblerTables.inc | 12863 if (!Check(&S, DecodeT2LdStPre(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 311 static DecodeStatus DecodeT2LdStPre(llvm::MCInst &Inst, unsigned Val, 2980 static DecodeStatus DecodeT2LdStPre(llvm::MCInst &Inst, unsigned Insn, in DecodeT2LdStPre() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrFormats.td | 1355 let DecoderMethod = "DecodeT2LdStPre"; 1389 let DecoderMethod = "DecodeT2LdStPre";
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMInstrFormats.td | 1387 let DecoderMethod = "DecodeT2LdStPre"; 1421 let DecoderMethod = "DecodeT2LdStPre";
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 391 static DecodeStatus DecodeT2LdStPre(MCInst &Inst, unsigned Val, 3797 static DecodeStatus DecodeT2LdStPre(MCInst &Inst, unsigned Insn, in DecodeT2LdStPre() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 400 static DecodeStatus DecodeT2LdStPre(MCInst &Inst, unsigned Val, 3797 static DecodeStatus DecodeT2LdStPre(MCInst &Inst, unsigned Insn, in DecodeT2LdStPre() function
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 14188 if (!Check(S, DecodeT2LdStPre(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }
|