Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp373 bool HasExplicitAmount; member
768 return ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
770 return Reg.ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
2173 unsigned HasExplicitAmount = false) { in CreateReg() argument
2181 Op->Reg.ShiftExtend.HasExplicitAmount = HasExplicitAmount; in CreateReg()
2192 unsigned HasExplicitAmount = false) { in CreateVectorReg() argument
2198 HasExplicitAmount); in CreateVectorReg()
2422 bool HasExplicitAmount, SMLoc S, SMLoc E, MCContext &Ctx) { in CreateShiftExtend() argument
2426 Op->ShiftExtend.HasExplicitAmount = HasExplicitAmount; in CreateShiftExtend()