Home
last modified time | relevance | path

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

/external/capstone/arch/ARM/
DARMDisassembler.c304 static DecodeStatus DecodeThumbAddrModePC(MCInst *Inst, unsigned Val,
3284 static DecodeStatus DecodeThumbAddrModePC(MCInst *Inst, unsigned Val, in DecodeThumbAddrModePC() function
DARMGenDisassemblerTables.inc12318 if (!Check(&S, DecodeThumbAddrModePC(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp265 static DecodeStatus DecodeThumbAddrModePC(llvm::MCInst &Inst, unsigned Val,
2807 static DecodeStatus DecodeThumbAddrModePC(llvm::MCInst &Inst, unsigned Val, in DecodeThumbAddrModePC() function
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrThumb.td222 let DecoderMethod = "DecodeThumbAddrModePC";
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp335 static DecodeStatus DecodeThumbAddrModePC(MCInst &Inst, unsigned Val,
3310 static DecodeStatus DecodeThumbAddrModePC(MCInst &Inst, unsigned Val, in DecodeThumbAddrModePC() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp344 static DecodeStatus DecodeThumbAddrModePC(MCInst &Inst, unsigned Val,
3309 static DecodeStatus DecodeThumbAddrModePC(MCInst &Inst, unsigned Val, in DecodeThumbAddrModePC() function
/external/llvm/lib/Target/ARM/
DARMInstrThumb.td164 let DecoderMethod = "DecodeThumbAddrModePC";
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstrThumb.td173 let DecoderMethod = "DecodeThumbAddrModePC";
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc13629 … if (!Check(S, DecodeThumbAddrModePC(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; }