Home
last modified time | relevance | path

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

/external/capstone/arch/ARM/
DARMDisassembler.c310 static DecodeStatus DecodeT2LoadShift(MCInst *Inst, unsigned Val,
3333 static DecodeStatus DecodeT2LoadShift(MCInst *Inst, unsigned Insn, in DecodeT2LoadShift() function
DARMGenDisassemblerTables.inc12891 if (!Check(&S, DecodeT2LoadShift(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp271 static DecodeStatus DecodeT2LoadShift(llvm::MCInst &Inst, unsigned Val,
2842 static DecodeStatus DecodeT2LoadShift(llvm::MCInst &Inst, unsigned Insn, in DecodeT2LoadShift() function
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp341 static DecodeStatus DecodeT2LoadShift(MCInst &Inst, unsigned Val,
3356 static DecodeStatus DecodeT2LoadShift(MCInst &Inst, unsigned Insn, in DecodeT2LoadShift() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp350 static DecodeStatus DecodeT2LoadShift(MCInst &Inst, unsigned Val,
3356 static DecodeStatus DecodeT2LoadShift(MCInst &Inst, unsigned Insn, in DecodeT2LoadShift() function
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrThumb2.td930 let DecoderMethod = "DecodeT2LoadShift";
1514 let DecoderMethod = "DecodeT2LoadShift";
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstrThumb2.td1043 let DecoderMethod = "DecodeT2LoadShift";
1678 let DecoderMethod = "DecodeT2LoadShift";
/external/llvm/lib/Target/ARM/
DARMInstrThumb2.td1034 let DecoderMethod = "DecodeT2LoadShift";
1672 let DecoderMethod = "DecodeT2LoadShift";
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc14216 if (!Check(S, DecodeT2LoadShift(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }