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,
3340 static DecodeStatus DecodeT2LoadShift(MCInst *Inst, unsigned Insn, in DecodeT2LoadShift() function
DARMGenDisassemblerTables.inc12979 if (!Check(&S, DecodeT2LoadShift(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
/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/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp420 static DecodeStatus DecodeT2LoadShift(MCInst &Inst, unsigned Val,
3784 static DecodeStatus DecodeT2LoadShift(MCInst &Inst, unsigned Insn, in DecodeT2LoadShift() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp415 static DecodeStatus DecodeT2LoadShift(MCInst &Inst, unsigned Val,
3763 static DecodeStatus DecodeT2LoadShift(MCInst &Inst, unsigned Insn, in DecodeT2LoadShift() function
/external/llvm/lib/Target/ARM/
DARMInstrThumb2.td1034 let DecoderMethod = "DecodeT2LoadShift";
1672 let DecoderMethod = "DecodeT2LoadShift";
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrThumb2.td1230 let DecoderMethod = "DecodeT2LoadShift";
1866 let DecoderMethod = "DecodeT2LoadShift";
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrThumb2.td1231 let DecoderMethod = "DecodeT2LoadShift";
1869 let DecoderMethod = "DecodeT2LoadShift";
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc20892 if (!Check(S, DecodeT2LoadShift(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }