Searched refs:DecodeVSTInstruction (Results 1 – 5 of 5) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 220 static DecodeStatus DecodeVSTInstruction(MCInst *Inst, unsigned Val, 2571 : DecodeVSTInstruction(Inst, Insn, Address, Decoder); in DecodeVLDST1Instruction() 2588 : DecodeVSTInstruction(Inst, Insn, Address, Decoder); in DecodeVLDST2Instruction() 2603 : DecodeVSTInstruction(Inst, Insn, Address, Decoder); in DecodeVLDST3Instruction() 2615 : DecodeVSTInstruction(Inst, Insn, Address, Decoder); in DecodeVLDST4Instruction() 2618 static DecodeStatus DecodeVSTInstruction(MCInst *Inst, unsigned Insn, in DecodeVSTInstruction() function
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrNEON.td | 1115 let DecoderMethod = "DecodeVSTInstruction"; 1123 let DecoderMethod = "DecodeVSTInstruction"; 1147 let DecoderMethod = "DecodeVSTInstruction"; 1155 let DecoderMethod = "DecodeVSTInstruction"; 1180 let DecoderMethod = "DecodeVSTInstruction"; 1189 let DecoderMethod = "DecodeVSTInstruction"; 1213 let DecoderMethod = "DecodeVSTInstruction"; 1222 let DecoderMethod = "DecodeVSTInstruction"; 1245 let DecoderMethod = "DecodeVSTInstruction"; 1254 let DecoderMethod = "DecodeVSTInstruction"; [all …]
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 247 static DecodeStatus DecodeVSTInstruction(MCInst &Inst, unsigned Val, 2614 : DecodeVSTInstruction(Inst, Insn, Address, Decoder); in DecodeVLDST1Instruction() 2629 : DecodeVSTInstruction(Inst, Insn, Address, Decoder); in DecodeVLDST2Instruction() 2642 : DecodeVSTInstruction(Inst, Insn, Address, Decoder); in DecodeVLDST3Instruction() 2652 : DecodeVSTInstruction(Inst, Insn, Address, Decoder); in DecodeVLDST4Instruction() 2655 static DecodeStatus DecodeVSTInstruction(MCInst &Inst, unsigned Insn, in DecodeVSTInstruction() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 253 static DecodeStatus DecodeVSTInstruction(MCInst &Inst, unsigned Val, 2614 : DecodeVSTInstruction(Inst, Insn, Address, Decoder); in DecodeVLDST1Instruction() 2629 : DecodeVSTInstruction(Inst, Insn, Address, Decoder); in DecodeVLDST2Instruction() 2642 : DecodeVSTInstruction(Inst, Insn, Address, Decoder); in DecodeVLDST3Instruction() 2652 : DecodeVSTInstruction(Inst, Insn, Address, Decoder); in DecodeVLDST4Instruction() 2655 static DecodeStatus DecodeVSTInstruction(MCInst &Inst, unsigned Insn, in DecodeVSTInstruction() function
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 188 static DecodeStatus DecodeVSTInstruction(llvm::MCInst &Inst, unsigned Val, 2204 static DecodeStatus DecodeVSTInstruction(llvm::MCInst &Inst, unsigned Insn, in DecodeVSTInstruction() function
|