Home
last modified time | relevance | path

Searched refs:DecodeVLDInstruction (Results 1 – 5 of 5) sorted by relevance

/external/capstone/arch/ARM/
DARMDisassembler.c218 static DecodeStatus DecodeVLDInstruction(MCInst *Inst, unsigned Val,
2284 static DecodeStatus DecodeVLDInstruction(MCInst *Inst, unsigned Insn, in DecodeVLDInstruction() function
2570 return load ? DecodeVLDInstruction(Inst, Insn, Address, Decoder) in DecodeVLDST1Instruction()
2587 return load ? DecodeVLDInstruction(Inst, Insn, Address, Decoder) in DecodeVLDST2Instruction()
2602 return load ? DecodeVLDInstruction(Inst, Insn, Address, Decoder) in DecodeVLDST3Instruction()
2614 return load ? DecodeVLDInstruction(Inst, Insn, Address, Decoder) in DecodeVLDST4Instruction()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrNEON.td223 let DecoderMethod = "DecodeVLDInstruction";
231 let DecoderMethod = "DecodeVLDInstruction";
256 let DecoderMethod = "DecodeVLDInstruction";
264 let DecoderMethod = "DecodeVLDInstruction";
289 let DecoderMethod = "DecodeVLDInstruction";
296 let DecoderMethod = "DecodeVLDInstruction";
319 let DecoderMethod = "DecodeVLDInstruction";
328 let DecoderMethod = "DecodeVLDInstruction";
351 let DecoderMethod = "DecodeVLDInstruction";
360 let DecoderMethod = "DecodeVLDInstruction";
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp251 static DecodeStatus DecodeVLDInstruction(MCInst &Inst, unsigned Val,
2328 static DecodeStatus DecodeVLDInstruction(MCInst &Inst, unsigned Insn, in DecodeVLDInstruction() function
2613 return load ? DecodeVLDInstruction(Inst, Insn, Address, Decoder) in DecodeVLDST1Instruction()
2628 return load ? DecodeVLDInstruction(Inst, Insn, Address, Decoder) in DecodeVLDST2Instruction()
2641 return load ? DecodeVLDInstruction(Inst, Insn, Address, Decoder) in DecodeVLDST3Instruction()
2651 return load ? DecodeVLDInstruction(Inst, Insn, Address, Decoder) in DecodeVLDST4Instruction()
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp245 static DecodeStatus DecodeVLDInstruction(MCInst &Inst, unsigned Val,
2330 static DecodeStatus DecodeVLDInstruction(MCInst &Inst, unsigned Insn, in DecodeVLDInstruction() function
2613 return load ? DecodeVLDInstruction(Inst, Insn, Address, Decoder) in DecodeVLDST1Instruction()
2628 return load ? DecodeVLDInstruction(Inst, Insn, Address, Decoder) in DecodeVLDST2Instruction()
2641 return load ? DecodeVLDInstruction(Inst, Insn, Address, Decoder) in DecodeVLDST3Instruction()
2651 return load ? DecodeVLDInstruction(Inst, Insn, Address, Decoder) in DecodeVLDST4Instruction()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp186 static DecodeStatus DecodeVLDInstruction(llvm::MCInst &Inst, unsigned Val,
1955 static DecodeStatus DecodeVLDInstruction(llvm::MCInst &Inst, unsigned Insn, in DecodeVLDInstruction() function