Home
last modified time | relevance | path

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

/external/capstone/arch/ARM/
DARMDisassembler.c256 static DecodeStatus DecodeDoubleRegStore(MCInst *Inst, unsigned Insn,
4129 static DecodeStatus DecodeDoubleRegStore(MCInst *Inst, unsigned Insn, in DecodeDoubleRegStore() function
DARMGenDisassemblerTables.inc10457 if (!Check(&S, DecodeDoubleRegStore(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp222 static DecodeStatus DecodeDoubleRegStore(llvm::MCInst &Inst, unsigned Insn,
3256 static DecodeStatus DecodeDoubleRegStore(llvm::MCInst &Inst, unsigned Insn, in DecodeDoubleRegStore() function
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp285 static DecodeStatus DecodeDoubleRegStore(MCInst &Inst, unsigned Insn,
4248 static DecodeStatus DecodeDoubleRegStore(MCInst &Inst, unsigned Insn, in DecodeDoubleRegStore() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp291 static DecodeStatus DecodeDoubleRegStore(MCInst &Inst, unsigned Insn,
4242 static DecodeStatus DecodeDoubleRegStore(MCInst &Inst, unsigned Insn, in DecodeDoubleRegStore() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstrInfo.td4996 let DecoderMethod = "DecodeDoubleRegStore";
5014 let DecoderMethod = "DecodeDoubleRegStore";
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td4731 let DecoderMethod = "DecodeDoubleRegStore";
4749 let DecoderMethod = "DecodeDoubleRegStore";
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrInfo.td4194 let DecoderMethod = "DecodeDoubleRegStore";
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc11753 … if (!Check(S, DecodeDoubleRegStore(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }