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,
3291 static DecodeStatus DecodeThumbAddrModePC(MCInst *Inst, unsigned Val, in DecodeThumbAddrModePC() function
DARMGenDisassemblerTables.inc12386 if (!Check(&S, DecodeThumbAddrModePC(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
/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/llvm/lib/Target/ARM/
DARMInstrThumb.td164 let DecoderMethod = "DecodeThumbAddrModePC";
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrThumb.td172 let DecoderMethod = "DecodeThumbAddrModePC";
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrThumb.td176 let DecoderMethod = "DecodeThumbAddrModePC";
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp414 static DecodeStatus DecodeThumbAddrModePC(MCInst &Inst, unsigned Val,
3737 static DecodeStatus DecodeThumbAddrModePC(MCInst &Inst, unsigned Val, in DecodeThumbAddrModePC() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp409 static DecodeStatus DecodeThumbAddrModePC(MCInst &Inst, unsigned Val,
3716 static DecodeStatus DecodeThumbAddrModePC(MCInst &Inst, unsigned Val, in DecodeThumbAddrModePC() function
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc20222 … if (!Check(S, DecodeThumbAddrModePC(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; }