Home
last modified time | relevance | path

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

/external/capstone/arch/ARM/
DARMDisassembler.c308 static DecodeStatus DecodeT2AddrModeSOReg(MCInst *Inst, unsigned Val,
3304 static DecodeStatus DecodeT2AddrModeSOReg(MCInst *Inst, unsigned Val, in DecodeT2AddrModeSOReg() function
3399 if (!Check(&S, DecodeT2AddrModeSOReg(Inst, addrmode, Address, Decoder))) in DecodeT2LoadShift()
DARMGenDisassemblerTables.inc12860 if (!Check(&S, DecodeT2AddrModeSOReg(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
12912 if (!Check(&S, DecodeT2AddrModeSOReg(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp269 static DecodeStatus DecodeT2AddrModeSOReg(llvm::MCInst &Inst, unsigned Val,
2825 static DecodeStatus DecodeT2AddrModeSOReg(llvm::MCInst &Inst, unsigned Val, in DecodeT2AddrModeSOReg() function
2891 if (!Check(S, DecodeT2AddrModeSOReg(Inst, addrmode, Address, Decoder))) in DecodeT2LoadShift()
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp339 static DecodeStatus DecodeT2AddrModeSOReg(MCInst &Inst, unsigned Val,
3328 static DecodeStatus DecodeT2AddrModeSOReg(MCInst &Inst, unsigned Val, in DecodeT2AddrModeSOReg() function
3432 if (!Check(S, DecodeT2AddrModeSOReg(Inst, addrmode, Address, Decoder))) in DecodeT2LoadShift()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp348 static DecodeStatus DecodeT2AddrModeSOReg(MCInst &Inst, unsigned Val,
3327 static DecodeStatus DecodeT2AddrModeSOReg(MCInst &Inst, unsigned Val, in DecodeT2AddrModeSOReg() function
3433 if (!Check(S, DecodeT2AddrModeSOReg(Inst, addrmode, Address, Decoder))) in DecodeT2LoadShift()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrThumb2.td214 let DecoderMethod = "DecodeT2AddrModeSOReg";
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstrThumb2.td274 let DecoderMethod = "DecodeT2AddrModeSOReg";
/external/llvm/lib/Target/ARM/
DARMInstrThumb2.td271 let DecoderMethod = "DecodeT2AddrModeSOReg";
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc14185 … if (!Check(S, DecodeT2AddrModeSOReg(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; }
14307 … if (!Check(S, DecodeT2AddrModeSOReg(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; }