/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 328 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()
|
D | ARMGenDisassemblerTables.inc | 12871 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/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 359 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-7.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 368 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/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 281 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/ |
D | ARMInstrThumb2.td | 144 let DecoderMethod = "DecodeT2AddrModeImm8"; 155 let DecoderMethod = "DecodeT2AddrModeImm8"; 166 let DecoderMethod = "DecodeT2AddrModeImm8";
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 189 let DecoderMethod = "DecodeT2AddrModeImm8"; 200 let DecoderMethod = "DecodeT2AddrModeImm8"; 210 let DecoderMethod = "DecodeT2AddrModeImm8";
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 186 let DecoderMethod = "DecodeT2AddrModeImm8"; 197 let DecoderMethod = "DecodeT2AddrModeImm8"; 207 let DecoderMethod = "DecodeT2AddrModeImm8";
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 14196 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; }
|