reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp
  801     (&gpr.rax)[reg - gpr_rax] = value.GetAsUInt64();
  805     fpu.fcw = value.GetAsUInt16();
  809     fpu.fsw = value.GetAsUInt16();
  813     fpu.ftw = value.GetAsUInt8();
  817     fpu.fop = value.GetAsUInt16();
  821     fpu.ip = value.GetAsUInt32();
  825     fpu.cs = value.GetAsUInt16();
  829     fpu.dp = value.GetAsUInt32();
  833     fpu.ds = value.GetAsUInt16();
  837     fpu.mxcsr = value.GetAsUInt32();
  841     fpu.mxcsrmask = value.GetAsUInt32();
  852     ::memcpy(fpu.stmm[reg - fpu_stmm0].bytes, value.GetBytes(),
  853              value.GetByteSize());
  872     ::memcpy(fpu.xmm[reg - fpu_xmm0].bytes, value.GetBytes(),
  873              value.GetByteSize());
  877     exc.trapno = value.GetAsUInt32();
  881     exc.err = value.GetAsUInt32();
  885     exc.faultvaddr = value.GetAsUInt64();