Searched refs:DecodeT2MOVTWInstruction (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 188 static DecodeStatus DecodeT2MOVTWInstruction(MCInst *Inst, unsigned Insn, 2091 static DecodeStatus DecodeT2MOVTWInstruction(MCInst *Inst, unsigned Insn, in DecodeT2MOVTWInstruction() function
|
D | ARMGenDisassemblerTables.inc | 12743 …if (!Check(&S, DecodeT2MOVTWInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 164 static DecodeStatus DecodeT2MOVTWInstruction(llvm::MCInst &Inst, unsigned Insn, 1785 static DecodeStatus DecodeT2MOVTWInstruction(llvm::MCInst &Inst, unsigned Insn, in DecodeT2MOVTWInstruction() function
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 207 static DecodeStatus DecodeT2MOVTWInstruction(MCInst &Inst, unsigned Insn, 2066 static DecodeStatus DecodeT2MOVTWInstruction(MCInst &Inst, unsigned Insn, in DecodeT2MOVTWInstruction() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 213 static DecodeStatus DecodeT2MOVTWInstruction(MCInst &Inst, unsigned Insn, 2065 static DecodeStatus DecodeT2MOVTWInstruction(MCInst &Inst, unsigned Insn, in DecodeT2MOVTWInstruction() function
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 1740 let DecoderMethod = "DecodeT2MOVTWInstruction"; 1766 let DecoderMethod = "DecodeT2MOVTWInstruction";
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 1929 let DecoderMethod = "DecodeT2MOVTWInstruction"; 1962 let DecoderMethod = "DecodeT2MOVTWInstruction";
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 1923 let DecoderMethod = "DecodeT2MOVTWInstruction"; 1955 let DecoderMethod = "DecodeT2MOVTWInstruction";
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 14048 …if (!Check(S, DecodeT2MOVTWInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail…
|