Home
last modified time | relevance | path

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

/external/capstone/arch/ARM/
DARMDisassembler.c306 static DecodeStatus DecodeThumbAddrModeSP(MCInst *Inst, unsigned Val,
3295 static DecodeStatus DecodeThumbAddrModeSP(MCInst *Inst, unsigned Val, in DecodeThumbAddrModeSP() function
DARMGenDisassemblerTables.inc12336 if (!Check(&S, DecodeThumbAddrModeSP(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp267 static DecodeStatus DecodeThumbAddrModeSP(llvm::MCInst &Inst, unsigned Val,
2817 static DecodeStatus DecodeThumbAddrModeSP(llvm::MCInst &Inst, unsigned Val, in DecodeThumbAddrModeSP() function
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrThumb.td212 let DecoderMethod = "DecodeThumbAddrModeSP";
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp337 static DecodeStatus DecodeThumbAddrModeSP(MCInst &Inst, unsigned Val,
3320 static DecodeStatus DecodeThumbAddrModeSP(MCInst &Inst, unsigned Val, in DecodeThumbAddrModeSP() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp346 static DecodeStatus DecodeThumbAddrModeSP(MCInst &Inst, unsigned Val,
3319 static DecodeStatus DecodeThumbAddrModeSP(MCInst &Inst, unsigned Val, in DecodeThumbAddrModeSP() function
/external/llvm/lib/Target/ARM/
DARMInstrThumb.td258 let DecoderMethod = "DecodeThumbAddrModeSP";
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstrThumb.td267 let DecoderMethod = "DecodeThumbAddrModeSP";
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc13647 … if (!Check(S, DecodeThumbAddrModeSP(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; }