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,
4213 static DecodeStatus DecodeDoubleRegStore(MCInst *Inst, unsigned Insn, in DecodeDoubleRegStore() function
DARMGenDisassemblerTables.inc10525 if (!Check(&S, DecodeDoubleRegStore(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
/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/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp359 static DecodeStatus DecodeDoubleRegStore(MCInst &Inst, unsigned Insn,
4791 static DecodeStatus DecodeDoubleRegStore(MCInst &Inst, unsigned Insn, in DecodeDoubleRegStore() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp354 static DecodeStatus DecodeDoubleRegStore(MCInst &Inst, unsigned Insn,
4768 static DecodeStatus DecodeDoubleRegStore(MCInst &Inst, unsigned Insn, in DecodeDoubleRegStore() function
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td4731 let DecoderMethod = "DecodeDoubleRegStore";
4749 let DecoderMethod = "DecodeDoubleRegStore";
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrInfo.td5225 let DecoderMethod = "DecodeDoubleRegStore";
5243 let DecoderMethod = "DecodeDoubleRegStore";
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrInfo.td5075 let DecoderMethod = "DecodeDoubleRegStore";
5093 let DecoderMethod = "DecodeDoubleRegStore";
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc17168 … if (!Check(S, DecodeDoubleRegStore(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }