Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp331 ShiftExtendOp ShiftExtend; member
419 struct ShiftExtendOp ShiftExtend; member
477 ShiftExtend = o.ShiftExtend; in AArch64Operand()
604 return ShiftExtend.Type; in getShiftExtendType()
606 return Reg.ShiftExtend.Type; in getShiftExtendType()
612 return ShiftExtend.Amount; in getShiftExtendAmount()
614 return Reg.ShiftExtend.Amount; in getShiftExtendAmount()
620 return ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
1835 Op->Reg.ShiftExtend.Type = ExtTy; in CreateReg()
2003 Op->ShiftExtend.Type = ShOp; in CreateShiftExtend()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td1036 class ZPRExtendAsmOperand<string ShiftExtend, int RegWidth, int Scale,
1038 let Name = "ZPRExtend" # ShiftExtend # RegWidth # Scale
1043 # "AArch64_AM::" # ShiftExtend # ", "
1047 let DiagnosticType = "InvalidZPR" # RegWidth # ShiftExtend # Scale;