reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
431 AArch64Operand(const AArch64Operand &o) : MCParsedAsmOperand(), Ctx(o.Ctx) { 432 Kind = o.Kind; 433 StartLoc = o.StartLoc; 434 EndLoc = o.EndLoc; 437 Tok = o.Tok; 440 Imm = o.Imm; 443 ShiftedImm = o.ShiftedImm; 446 CondCode = o.CondCode; 449 FPImm = o.FPImm; 452 Barrier = o.Barrier; 455 Reg = o.Reg; 458 VectorList = o.VectorList; 461 VectorIndex = o.VectorIndex; 464 SysReg = o.SysReg; 467 SysCRImm = o.SysCRImm; 470 Prefetch = o.Prefetch; 473 PSBHint = o.PSBHint; 476 BTIHint = o.BTIHint; 479 ShiftExtend = o.ShiftExtend;