Home
last modified time | relevance | path

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

/external/capstone/arch/ARM/
DARMDisassembler.c328 static DecodeStatus DecodeT2AddrModeImm8(MCInst *Inst, unsigned Val,
3465 if (!Check(&S, DecodeT2AddrModeImm8(Inst, imm, Address, Decoder))) in DecodeT2LoadImm8()
3571 if (!Check(&S, DecodeT2AddrModeImm8(Inst, imm, Address, Decoder))) in DecodeT2LoadT()
3682 static DecodeStatus DecodeT2AddrModeImm8(MCInst *Inst, unsigned Val, in DecodeT2AddrModeImm8() function
3785 if (!Check(&S, DecodeT2AddrModeImm8(Inst, addr, Address, Decoder))) in DecodeT2LdStPre()
DARMGenDisassemblerTables.inc12871 if (!Check(&S, DecodeT2AddrModeImm8(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
12880 if (!Check(&S, DecodeT2AddrModeImm8(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
12921 if (!Check(&S, DecodeT2AddrModeImm8(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp368 static DecodeStatus DecodeT2AddrModeImm8(MCInst &Inst, unsigned Val,
3518 if (!Check(S, DecodeT2AddrModeImm8(Inst, imm, Address, Decoder))) in DecodeT2LoadImm8()
3637 if (!Check(S, DecodeT2AddrModeImm8(Inst, imm, Address, Decoder))) in DecodeT2LoadT()
3751 static DecodeStatus DecodeT2AddrModeImm8(MCInst &Inst, unsigned Val, in DecodeT2AddrModeImm8() function
3852 if (!Check(S, DecodeT2AddrModeImm8(Inst, addr, Address, Decoder))) in DecodeT2LdStPre()
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp359 static DecodeStatus DecodeT2AddrModeImm8(MCInst &Inst, unsigned Val,
3517 if (!Check(S, DecodeT2AddrModeImm8(Inst, imm, Address, Decoder))) in DecodeT2LoadImm8()
3636 if (!Check(S, DecodeT2AddrModeImm8(Inst, imm, Address, Decoder))) in DecodeT2LoadT()
3751 static DecodeStatus DecodeT2AddrModeImm8(MCInst &Inst, unsigned Val, in DecodeT2AddrModeImm8() function
3852 if (!Check(S, DecodeT2AddrModeImm8(Inst, addr, Address, Decoder))) in DecodeT2LdStPre()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp281 static DecodeStatus DecodeT2AddrModeImm8(llvm::MCInst &Inst, unsigned Val,
2949 static DecodeStatus DecodeT2AddrModeImm8(llvm::MCInst &Inst, unsigned Val, in DecodeT2AddrModeImm8() function
3004 if (!Check(S, DecodeT2AddrModeImm8(Inst, addr, Address, Decoder))) in DecodeT2LdStPre()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrThumb2.td144 let DecoderMethod = "DecodeT2AddrModeImm8";
155 let DecoderMethod = "DecodeT2AddrModeImm8";
166 let DecoderMethod = "DecodeT2AddrModeImm8";
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstrThumb2.td189 let DecoderMethod = "DecodeT2AddrModeImm8";
200 let DecoderMethod = "DecodeT2AddrModeImm8";
210 let DecoderMethod = "DecodeT2AddrModeImm8";
/external/llvm/lib/Target/ARM/
DARMInstrThumb2.td186 let DecoderMethod = "DecodeT2AddrModeImm8";
197 let DecoderMethod = "DecodeT2AddrModeImm8";
207 let DecoderMethod = "DecodeT2AddrModeImm8";
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc14196 if (!Check(S, DecodeT2AddrModeImm8(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; }
14205 if (!Check(S, DecodeT2AddrModeImm8(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; }
14316 if (!Check(S, DecodeT2AddrModeImm8(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; }