Searched refs:DecodeThumbAddrModePC (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 304 static DecodeStatus DecodeThumbAddrModePC(MCInst *Inst, unsigned Val, 3291 static DecodeStatus DecodeThumbAddrModePC(MCInst *Inst, unsigned Val, in DecodeThumbAddrModePC() function
|
D | ARMGenDisassemblerTables.inc | 12386 if (!Check(&S, DecodeThumbAddrModePC(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 335 static DecodeStatus DecodeThumbAddrModePC(MCInst &Inst, unsigned Val, 3310 static DecodeStatus DecodeThumbAddrModePC(MCInst &Inst, unsigned Val, in DecodeThumbAddrModePC() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 164 let DecoderMethod = "DecodeThumbAddrModePC";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 172 let DecoderMethod = "DecodeThumbAddrModePC";
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 176 let DecoderMethod = "DecodeThumbAddrModePC";
|
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 414 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/ |
D | ARMDisassembler.cpp | 409 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/ |
D | ARMGenDisassemblerTables.inc | 20222 … if (!Check(S, DecodeThumbAddrModePC(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; }
|