Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp325 ShiftExtendOp ShiftExtend; member
406 struct ShiftExtendOp ShiftExtend; member
461 ShiftExtend = o.ShiftExtend; in AArch64Operand()
578 return ShiftExtend.Type; in getShiftExtendType()
580 return Reg.ShiftExtend.Type; in getShiftExtendType()
586 return ShiftExtend.Amount; in getShiftExtendAmount()
588 return Reg.ShiftExtend.Amount; in getShiftExtendAmount()
594 return ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
596 return Reg.ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
1802 Op->Reg.ShiftExtend.Type = ExtTy; in CreateReg()
[all …]
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp264 struct ShiftExtendOp ShiftExtend; member
319 ShiftExtend = o.ShiftExtend; in AArch64Operand()
426 return ShiftExtend.Type; in getShiftExtendType()
431 return ShiftExtend.Amount; in getShiftExtendAmount()
436 return ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
1764 Op->ShiftExtend.Type = ShOp; in CreateShiftExtend()
1765 Op->ShiftExtend.Amount = Val; in CreateShiftExtend()
1766 Op->ShiftExtend.HasExplicitAmount = HasExplicitAmount; in CreateShiftExtend()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.td1028 class ZPRExtendAsmOperand<string ShiftExtend, int RegWidth, int Scale,
1030 let Name = "ZPRExtend" # ShiftExtend # RegWidth # Scale
1035 # "AArch64_AM::" # ShiftExtend # ", "
1039 let DiagnosticType = "InvalidZPR" # RegWidth # ShiftExtend # Scale;