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, 3622 static DecodeStatus DecodeT2Imm8S4(MCInst *Inst, unsigned Val, in DecodeT2Imm8S4() function 3647 if (!Check(&S, DecodeT2Imm8S4(Inst, imm, Address, Decoder))) in DecodeT2AddrModeImm8s4()
|
D | ARMGenDisassemblerTables.inc | 12525 if (!Check(&S, DecodeT2Imm8S4(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \ 12539 if (!Check(&S, DecodeT2Imm8S4(MI, tmp, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 273 static DecodeStatus DecodeT2Imm8S4(llvm::MCInst &Inst, unsigned Val, 2897 static DecodeStatus DecodeT2Imm8S4(llvm::MCInst &Inst, unsigned Val, in DecodeT2Imm8S4() function 2915 if (!Check(S, DecodeT2Imm8S4(Inst, imm, Address, Decoder))) in DecodeT2AddrModeImm8s4()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 360 static DecodeStatus DecodeT2Imm8S4(MCInst &Inst, unsigned Val, 3695 static DecodeStatus DecodeT2Imm8S4(MCInst &Inst, unsigned Val, in DecodeT2Imm8S4() function 3718 if (!Check(S, DecodeT2Imm8S4(Inst, imm, Address, Decoder))) in DecodeT2AddrModeImm8s4()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 193 let DecoderMethod = "DecodeT2Imm8S4";
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 252 let DecoderMethod = "DecodeT2Imm8S4";
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 249 let DecoderMethod = "DecodeT2Imm8S4";
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 13954 if (!Check(S, DecodeT2Imm8S4(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } 13968 if (!Check(S, DecodeT2Imm8S4(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; }
|