| ... | @@ -746,7 +746,9 @@ pub const Inst = struct { | ... | @@ -746,7 +746,9 @@ pub const Inst = struct { |
| 746 | /// Dest slice may have any alignment; source pointer may have any alignment. | 746 | /// Dest slice may have any alignment; source pointer may have any alignment. |
| 747 | /// The two memory regions must not overlap. | 747 | /// The two memory regions must not overlap. |
| 748 | /// Result type is always void. | 748 | /// Result type is always void. |
| | 749 | /// |
| 749 | /// Uses the `bin_op` field. LHS is the dest slice. RHS is the source pointer. | 750 | /// Uses the `bin_op` field. LHS is the dest slice. RHS is the source pointer. |
| | 751 | /// |
| 750 | /// If the length is compile-time known (due to the destination or | 752 | /// If the length is compile-time known (due to the destination or |
| 751 | /// source being a pointer-to-array), then it is guaranteed to be | 753 | /// source being a pointer-to-array), then it is guaranteed to be |
| 752 | /// greater than zero. | 754 | /// greater than zero. |
| ... | @@ -758,7 +760,9 @@ pub const Inst = struct { | ... | @@ -758,7 +760,9 @@ pub const Inst = struct { |
| 758 | /// Dest slice may have any alignment; source pointer may have any alignment. | 760 | /// Dest slice may have any alignment; source pointer may have any alignment. |
| 759 | /// The two memory regions may overlap. | 761 | /// The two memory regions may overlap. |
| 760 | /// Result type is always void. | 762 | /// Result type is always void. |
| | 763 | /// |
| 761 | /// Uses the `bin_op` field. LHS is the dest slice. RHS is the source pointer. | 764 | /// Uses the `bin_op` field. LHS is the dest slice. RHS is the source pointer. |
| | 765 | /// |
| 762 | /// If the length is compile-time known (due to the destination or | 766 | /// If the length is compile-time known (due to the destination or |
| 763 | /// source being a pointer-to-array), then it is guaranteed to be | 767 | /// source being a pointer-to-array), then it is guaranteed to be |
| 764 | /// greater than zero. | 768 | /// greater than zero. |