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,
3311 static DecodeStatus DecodeT2AddrModeSOReg(MCInst *Inst, unsigned Val, in DecodeT2AddrModeSOReg() function
3414 if (!Check(&S, DecodeT2AddrModeSOReg(Inst, addrmode, Address, Decoder))) in DecodeT2LoadShift()
DARMGenDisassemblerTables.inc12948 if (!Check(&S, DecodeT2AddrModeSOReg(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
13000 if (!Check(&S, DecodeT2AddrModeSOReg(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
/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/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp418 static DecodeStatus DecodeT2AddrModeSOReg(MCInst &Inst, unsigned Val,
3755 static DecodeStatus DecodeT2AddrModeSOReg(MCInst &Inst, unsigned Val, in DecodeT2AddrModeSOReg() function
3861 if (!Check(S, DecodeT2AddrModeSOReg(Inst, addrmode, Address, Decoder))) in DecodeT2LoadShift()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp413 static DecodeStatus DecodeT2AddrModeSOReg(MCInst &Inst, unsigned Val,
3734 static DecodeStatus DecodeT2AddrModeSOReg(MCInst &Inst, unsigned Val, in DecodeT2AddrModeSOReg() function
3840 if (!Check(S, DecodeT2AddrModeSOReg(Inst, addrmode, Address, Decoder))) in DecodeT2LoadShift()
/external/llvm/lib/Target/ARM/
DARMInstrThumb2.td271 let DecoderMethod = "DecodeT2AddrModeSOReg";
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrThumb2.td342 let DecoderMethod = "DecodeT2AddrModeSOReg";
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrThumb2.td343 let DecoderMethod = "DecodeT2AddrModeSOReg";
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc20861 … if (!Check(S, DecodeT2AddrModeSOReg(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; }
20983 … if (!Check(S, DecodeT2AddrModeSOReg(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; }