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.td2907 let DecoderMethod = "DecodeVSTRVLDR_SYSREG<false>";
2915 let DecoderMethod = "DecodeVSTRVLDR_SYSREG<true>";
2926 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,
6702 static DecodeStatus DecodeVSTRVLDR_SYSREG(MCInst &Inst, unsigned Val, in DecodeVSTRVLDR_SYSREG() function