Home
last modified time | relevance | path

Searched refs:DecodeVSTRVLDR_SYSREG (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrVFP.td2878 let DecoderMethod = "DecodeVSTRVLDR_SYSREG<false>";
2886 let DecoderMethod = "DecodeVSTRVLDR_SYSREG<true>";
2897 let DecoderMethod = "DecodeVSTRVLDR_SYSREG<true>";
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp654 static DecodeStatus DecodeVSTRVLDR_SYSREG(MCInst &Inst, unsigned Insn,
6678 static DecodeStatus DecodeVSTRVLDR_SYSREG(MCInst &Inst, unsigned Val, in DecodeVSTRVLDR_SYSREG() function