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,
3498 if (!Check(&S, DecodeT2AddrModeImm8(Inst, imm, Address, Decoder))) in DecodeT2LoadImm8()
3617 if (!Check(&S, DecodeT2AddrModeImm8(Inst, imm, Address, Decoder))) in DecodeT2LoadT()
3733 static DecodeStatus DecodeT2AddrModeImm8(MCInst *Inst, unsigned Val, in DecodeT2AddrModeImm8() function
3836 if (!Check(&S, DecodeT2AddrModeImm8(Inst, addr, Address, Decoder))) in DecodeT2LdStPre()
DARMGenDisassemblerTables.inc12959 if (!Check(&S, DecodeT2AddrModeImm8(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
12968 if (!Check(&S, DecodeT2AddrModeImm8(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
13009 if (!Check(&S, DecodeT2AddrModeImm8(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
/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/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp446 static DecodeStatus DecodeT2AddrModeImm8(MCInst &Inst, unsigned Val,
3946 if (!Check(S, DecodeT2AddrModeImm8(Inst, imm, Address, Decoder))) in DecodeT2LoadImm8()
4065 if (!Check(S, DecodeT2AddrModeImm8(Inst, imm, Address, Decoder))) in DecodeT2LoadT()
4225 static DecodeStatus DecodeT2AddrModeImm8(MCInst &Inst, unsigned Val, in DecodeT2AddrModeImm8() function
4362 if (!Check(S, DecodeT2AddrModeImm8(Inst, addr, Address, Decoder))) in DecodeT2LdStPre()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp441 static DecodeStatus DecodeT2AddrModeImm8(MCInst &Inst, unsigned Val,
3925 if (!Check(S, DecodeT2AddrModeImm8(Inst, imm, Address, Decoder))) in DecodeT2LoadImm8()
4044 if (!Check(S, DecodeT2AddrModeImm8(Inst, imm, Address, Decoder))) in DecodeT2LoadT()
4204 static DecodeStatus DecodeT2AddrModeImm8(MCInst &Inst, unsigned Val, in DecodeT2AddrModeImm8() function
4341 if (!Check(S, DecodeT2AddrModeImm8(Inst, addr, Address, Decoder))) in DecodeT2LdStPre()
/external/llvm/lib/Target/ARM/
DARMInstrThumb2.td186 let DecoderMethod = "DecodeT2AddrModeImm8";
197 let DecoderMethod = "DecodeT2AddrModeImm8";
207 let DecoderMethod = "DecodeT2AddrModeImm8";
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrThumb2.td223 let DecoderMethod = "DecodeT2AddrModeImm8";
237 let DecoderMethod = "DecodeT2AddrModeImm8";
250 let DecoderMethod = "DecodeT2AddrModeImm8";
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrThumb2.td223 let DecoderMethod = "DecodeT2AddrModeImm8";
237 let DecoderMethod = "DecodeT2AddrModeImm8";
250 let DecoderMethod = "DecodeT2AddrModeImm8";
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc20872 if (!Check(S, DecodeT2AddrModeImm8(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; }
20881 if (!Check(S, DecodeT2AddrModeImm8(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; }
20992 if (!Check(S, DecodeT2AddrModeImm8(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; }