Searched refs:DecodeT2Imm8S4 (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 320 static DecodeStatus DecodeT2Imm8S4(MCInst *Inst, unsigned Val, 3673 static DecodeStatus DecodeT2Imm8S4(MCInst *Inst, unsigned Val, in DecodeT2Imm8S4() function 3698 if (!Check(&S, DecodeT2Imm8S4(Inst, imm, Address, Decoder))) in DecodeT2AddrModeImm8s4()
|
D | ARMGenDisassemblerTables.inc | 12593 if (!Check(&S, DecodeT2Imm8S4(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ 12607 if (!Check(&S, DecodeT2Imm8S4(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 351 static DecodeStatus DecodeT2Imm8S4(MCInst &Inst, unsigned Val, 3694 static DecodeStatus DecodeT2Imm8S4(MCInst &Inst, unsigned Val, in DecodeT2Imm8S4() function 3717 if (!Check(S, DecodeT2Imm8S4(Inst, imm, Address, Decoder))) in DecodeT2AddrModeImm8s4()
|
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 430 static DecodeStatus DecodeT2Imm8S4(MCInst &Inst, unsigned Val, 4123 static DecodeStatus DecodeT2Imm8S4(MCInst &Inst, unsigned Val, in DecodeT2Imm8S4() function 4161 if (!Check(S, DecodeT2Imm8S4(Inst, imm, Address, Decoder))) in DecodeT2AddrModeImm8s4()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 425 static DecodeStatus DecodeT2Imm8S4(MCInst &Inst, unsigned Val, 4102 static DecodeStatus DecodeT2Imm8S4(MCInst &Inst, unsigned Val, in DecodeT2Imm8S4() function 4140 if (!Check(S, DecodeT2Imm8S4(Inst, imm, Address, Decoder))) in DecodeT2AddrModeImm8s4()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 249 let DecoderMethod = "DecodeT2Imm8S4";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 292 let DecoderMethod = "DecodeT2Imm8S4";
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 293 let DecoderMethod = "DecodeT2Imm8S4";
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 20578 if (!Check(S, DecodeT2Imm8S4(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } 20592 if (!Check(S, DecodeT2Imm8S4(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; }
|