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

References

tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp
  741     (&gpr.eax)[reg - gpr_eax] = value.GetAsUInt32();
  745     fpu.fcw = value.GetAsUInt16();
  749     fpu.fsw = value.GetAsUInt16();
  753     fpu.ftw = value.GetAsUInt8();
  757     fpu.fop = value.GetAsUInt16();
  761     fpu.ip = value.GetAsUInt32();
  765     fpu.cs = value.GetAsUInt16();
  769     fpu.dp = value.GetAsUInt32();
  773     fpu.ds = value.GetAsUInt16();
  777     fpu.mxcsr = value.GetAsUInt32();
  781     fpu.mxcsrmask = value.GetAsUInt32();
  794     ::memcpy(fpu.stmm[reg - fpu_stmm0].bytes, value.GetBytes(),
  795              value.GetByteSize());
  808     ::memcpy(fpu.xmm[reg - fpu_xmm0].bytes, value.GetBytes(),
  809              value.GetByteSize());
  813     exc.trapno = value.GetAsUInt32();
  817     exc.err = value.GetAsUInt32();
  821     exc.faultvaddr = value.GetAsUInt32();