Searched refs:DecodeVMOVRRS (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 284 static DecodeStatus DecodeVMOVRRS(MCInst *Inst, unsigned Insn, 4906 static DecodeStatus DecodeVMOVRRS(MCInst *Inst, unsigned Insn, in DecodeVMOVRRS() function
|
D | ARMGenDisassemblerTables.inc | 13317 if (!Check(&S, DecodeVMOVRRS(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 313 static DecodeStatus DecodeVMOVRRS(MCInst &Inst, unsigned Insn, 4953 static DecodeStatus DecodeVMOVRRS(MCInst &Inst, unsigned Insn, in DecodeVMOVRRS() function
|
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 387 static DecodeStatus DecodeVMOVRRS(MCInst &Inst, unsigned Insn, 5493 static DecodeStatus DecodeVMOVRRS(MCInst &Inst, unsigned Insn, in DecodeVMOVRRS() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 382 static DecodeStatus DecodeVMOVRRS(MCInst &Inst, unsigned Insn, 5470 static DecodeStatus DecodeVMOVRRS(MCInst &Inst, unsigned Insn, in DecodeVMOVRRS() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrVFP.td | 1078 let DecoderMethod = "DecodeVMOVRRS";
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrVFP.td | 1171 let DecoderMethod = "DecodeVMOVRRS";
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrVFP.td | 1240 let DecoderMethod = "DecodeVMOVRRS";
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 21315 if (!Check(S, DecodeVMOVRRS(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }
|