Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp250 static DecodeStatus DecodeVMOVRRS(llvm::MCInst &Inst, unsigned Insn,
3933 static DecodeStatus DecodeVMOVRRS(llvm::MCInst &Inst, unsigned Insn, in DecodeVMOVRRS() function
/external/capstone/arch/ARM/
DARMDisassembler.c284 static DecodeStatus DecodeVMOVRRS(MCInst *Inst, unsigned Insn,
4822 static DecodeStatus DecodeVMOVRRS(MCInst *Inst, unsigned Insn, in DecodeVMOVRRS() function
DARMGenDisassemblerTables.inc13229 if (!Check(&S, DecodeVMOVRRS(MI, insn, Address, Decoder))) return MCDisassembler_Fail; \
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrVFP.td548 let DecoderMethod = "DecodeVMOVRRS";
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp319 static DecodeStatus DecodeVMOVRRS(MCInst &Inst, unsigned Insn,
4944 static DecodeStatus DecodeVMOVRRS(MCInst &Inst, unsigned Insn, in DecodeVMOVRRS() function
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp313 static DecodeStatus DecodeVMOVRRS(MCInst &Inst, unsigned Insn,
4953 static DecodeStatus DecodeVMOVRRS(MCInst &Inst, unsigned Insn, in DecodeVMOVRRS() function
/external/llvm/lib/Target/ARM/
DARMInstrVFP.td1078 let DecoderMethod = "DecodeVMOVRRS";
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstrVFP.td1127 let DecoderMethod = "DecodeVMOVRRS";
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc14637 if (!Check(S, DecodeVMOVRRS(MI, insn, Address, Decoder))) { return MCDisassembler::Fail; }