Home
last modified time | relevance | path

Searched refs:DecodeT2LdStPre (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrFormats.td1197 let DecoderMethod = "DecodeT2LdStPre";
1231 let DecoderMethod = "DecodeT2LdStPre";
/external/capstone/arch/ARM/
DARMDisassembler.c360 static DecodeStatus DecodeT2LdStPre(MCInst *Inst, unsigned Val,
3729 static DecodeStatus DecodeT2LdStPre(MCInst *Inst, unsigned Insn, in DecodeT2LdStPre() function
DARMGenDisassemblerTables.inc12863 if (!Check(&S, DecodeT2LdStPre(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp311 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/
DARMInstrFormats.td1355 let DecoderMethod = "DecodeT2LdStPre";
1389 let DecoderMethod = "DecodeT2LdStPre";
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstrFormats.td1387 let DecoderMethod = "DecodeT2LdStPre";
1421 let DecoderMethod = "DecodeT2LdStPre";
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp391 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/
DARMDisassembler.cpp400 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/
DARMGenDisassemblerTables.inc14188 if (!Check(S, DecodeT2LdStPre(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }