Searched refs:DecodeVSTInstruction (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 312 static DecodeStatus DecodeVSTInstruction(MCInst &Inst, unsigned Val, 2992 : DecodeVSTInstruction(Inst, Insn, Address, Decoder); in DecodeVLDST1Instruction() 3007 : DecodeVSTInstruction(Inst, Insn, Address, Decoder); in DecodeVLDST2Instruction() 3020 : DecodeVSTInstruction(Inst, Insn, Address, Decoder); in DecodeVLDST3Instruction() 3030 : DecodeVSTInstruction(Inst, Insn, Address, Decoder); in DecodeVLDST4Instruction() 3033 static DecodeStatus DecodeVSTInstruction(MCInst &Inst, unsigned Insn, in DecodeVSTInstruction() function
|