Searched refs:DecodeT2LoadLabel (Results 1 – 7 of 7) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 318 static DecodeStatus DecodeT2LoadLabel(MCInst *Inst, unsigned Insn, 3378 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LoadShift() 3463 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LoadImm8() 3543 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LoadImm12() 3612 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LoadT() 3622 static DecodeStatus DecodeT2LoadLabel(MCInst *Inst, unsigned Insn, in DecodeT2LoadLabel() function 3820 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LdStPre()
|
D | ARMGenDisassemblerTables.inc | 12991 if (!Check(&S, DecodeT2LoadLabel(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 349 static DecodeStatus DecodeT2LoadLabel(MCInst &Inst, unsigned Insn, 3396 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LoadShift() 3482 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LoadImm8() 3563 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LoadImm12() 3631 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LoadT() 3641 static DecodeStatus DecodeT2LoadLabel(MCInst &Inst, unsigned Insn, in DecodeT2LoadLabel() function 3836 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LdStPre()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 423 static DecodeStatus DecodeT2LoadLabel(MCInst &Inst, unsigned Insn, 3803 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LoadShift() 3890 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LoadImm8() 3971 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LoadImm12() 4039 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LoadT() 4049 static DecodeStatus DecodeT2LoadLabel(MCInst &Inst, unsigned Insn, in DecodeT2LoadLabel() function 4325 return DecodeT2LoadLabel(Inst, Insn, Address, Decoder); in DecodeT2LdStPre()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 1057 let DecoderMethod = "DecodeT2LoadLabel"; 1696 let DecoderMethod = "DecodeT2LoadLabel";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 1254 let DecoderMethod = "DecodeT2LoadLabel"; 1890 let DecoderMethod = "DecodeT2LoadLabel";
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 20904 if (!Check(S, DecodeT2LoadLabel(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }
|