Home
last modified time | relevance | path

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

/external/capstone/arch/ARM/
DARMDisassembler.c194 static DecodeStatus DecodeT2CPSInstruction(MCInst *Inst, unsigned Insn,
2055 static DecodeStatus DecodeT2CPSInstruction(MCInst *Inst, unsigned Insn, in DecodeT2CPSInstruction() function
DARMGenDisassemblerTables.inc12875 … if (!Check(&S, DecodeT2CPSInstruction(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp221 static DecodeStatus DecodeT2CPSInstruction(MCInst &Inst, unsigned Insn,
2024 static DecodeStatus DecodeT2CPSInstruction(MCInst &Inst, unsigned Insn, in DecodeT2CPSInstruction() function
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp286 static DecodeStatus DecodeT2CPSInstruction(MCInst &Inst, unsigned Insn,
2397 static DecodeStatus DecodeT2CPSInstruction(MCInst &Inst, unsigned Insn, in DecodeT2CPSInstruction() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp281 static DecodeStatus DecodeT2CPSInstruction(MCInst &Inst, unsigned Insn,
2376 static DecodeStatus DecodeT2CPSInstruction(MCInst &Inst, unsigned Insn, in DecodeT2CPSInstruction() function
/external/llvm/lib/Target/ARM/
DARMInstrThumb2.td3701 let DecoderMethod = "DecodeT2CPSInstruction";
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrThumb2.td3929 let DecoderMethod = "DecodeT2CPSInstruction";
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrThumb2.td3998 let DecoderMethod = "DecodeT2CPSInstruction";
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc20752 …if (!Check(S, DecodeT2CPSInstruction(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }