Home
last modified time | relevance | path

Searched refs:DecodeT2MOVTWInstruction (Results 1 – 9 of 9) sorted by relevance

/external/capstone/arch/ARM/
DARMDisassembler.c188 static DecodeStatus DecodeT2MOVTWInstruction(MCInst *Inst, unsigned Insn,
2091 static DecodeStatus DecodeT2MOVTWInstruction(MCInst *Inst, unsigned Insn, in DecodeT2MOVTWInstruction() function
DARMGenDisassemblerTables.inc12743 …if (!Check(&S, DecodeT2MOVTWInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp164 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/
DARMDisassembler.cpp207 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/
DARMDisassembler.cpp213 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/
DARMInstrThumb2.td1740 let DecoderMethod = "DecodeT2MOVTWInstruction";
1766 let DecoderMethod = "DecodeT2MOVTWInstruction";
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstrThumb2.td1929 let DecoderMethod = "DecodeT2MOVTWInstruction";
1962 let DecoderMethod = "DecodeT2MOVTWInstruction";
/external/llvm/lib/Target/ARM/
DARMInstrThumb2.td1923 let DecoderMethod = "DecodeT2MOVTWInstruction";
1955 let DecoderMethod = "DecodeT2MOVTWInstruction";
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc14048 …if (!Check(S, DecodeT2MOVTWInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail…