Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp305 bool HasExplicitAmount; member
620 return ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
622 return Reg.ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
1829 unsigned HasExplicitAmount = false) { in CreateReg() argument
1837 Op->Reg.ShiftExtend.HasExplicitAmount = HasExplicitAmount; in CreateReg()
1848 unsigned HasExplicitAmount = false) { in CreateVectorReg() argument
1853 HasExplicitAmount); in CreateVectorReg()
2001 bool HasExplicitAmount, SMLoc S, SMLoc E, MCContext &Ctx) { in CreateShiftExtend() argument
2005 Op->ShiftExtend.HasExplicitAmount = HasExplicitAmount; in CreateShiftExtend()