Searched refs:DecodeVMOVSRR (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 282 static DecodeStatus DecodeVMOVSRR(MCInst *Inst, unsigned Insn, 4879 static DecodeStatus DecodeVMOVSRR(MCInst *Inst, unsigned Insn, in DecodeVMOVSRR() function
|
D | ARMGenDisassemblerTables.inc | 13162 if (!Check(&S, DecodeVMOVSRR(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 311 static DecodeStatus DecodeVMOVSRR(MCInst &Inst, unsigned Insn, 4927 static DecodeStatus DecodeVMOVSRR(MCInst &Inst, unsigned Insn, in DecodeVMOVSRR() function
|
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 385 static DecodeStatus DecodeVMOVSRR(MCInst &Inst, unsigned Insn, 5467 static DecodeStatus DecodeVMOVSRR(MCInst &Inst, unsigned Insn, in DecodeVMOVSRR() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 380 static DecodeStatus DecodeVMOVSRR(MCInst &Inst, unsigned Insn, 5444 static DecodeStatus DecodeVMOVSRR(MCInst &Inst, unsigned Insn, in DecodeVMOVSRR() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrVFP.td | 1149 let DecoderMethod = "DecodeVMOVSRR";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrVFP.td | 1246 let DecoderMethod = "DecodeVMOVSRR";
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrVFP.td | 1315 let DecoderMethod = "DecodeVMOVSRR";
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 21242 if (!Check(S, DecodeVMOVSRR(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }
|