Searched refs:DecodeDoubleRegStore (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 256 static DecodeStatus DecodeDoubleRegStore(MCInst *Inst, unsigned Insn, 4213 static DecodeStatus DecodeDoubleRegStore(MCInst *Inst, unsigned Insn, in DecodeDoubleRegStore() function
|
D | ARMGenDisassemblerTables.inc | 10525 if (!Check(&S, DecodeDoubleRegStore(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 285 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/ |
D | ARMDisassembler.cpp | 359 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/ |
D | ARMDisassembler.cpp | 354 static DecodeStatus DecodeDoubleRegStore(MCInst &Inst, unsigned Insn, 4768 static DecodeStatus DecodeDoubleRegStore(MCInst &Inst, unsigned Insn, in DecodeDoubleRegStore() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 4731 let DecoderMethod = "DecodeDoubleRegStore"; 4749 let DecoderMethod = "DecodeDoubleRegStore";
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 5225 let DecoderMethod = "DecodeDoubleRegStore"; 5243 let DecoderMethod = "DecodeDoubleRegStore";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 5075 let DecoderMethod = "DecodeDoubleRegStore"; 5093 let DecoderMethod = "DecodeDoubleRegStore";
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 17168 … if (!Check(S, DecodeDoubleRegStore(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }
|