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

References

projects/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
  759   const m128 addr0      = SHUF(access, access, 1, 1, 1, 1);
  768   m128 addr_vect        = SHUF(shadow0, shadow1, 1, 3, 1, 3);
  772     const m128 rw_mask  = SHUF(rw_mask1, rw_mask1, 0, 0, 0, 0);
  783   const m128 epoch      = SHUF(epoch1, epoch1, 0, 0, 0, 0);
  789   const m128 epoch_vect = SHUF(shadow0, shadow1, 0, 2, 0, 2);