@@ -1234,7 +1234,7 @@ SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compile
12341234#define SLJIT_SHL (SLJIT_OP2_BASE + 8)
12351235#define SLJIT_SHL32 (SLJIT_SHL | SLJIT_32)
12361236/* Flags: Z
1237- Same as SLJIT_SHL, except the the second operand is
1237+ Same as SLJIT_SHL, except the second operand is
12381238 always masked by the length of the shift operation. */
12391239#define SLJIT_MSHL (SLJIT_OP2_BASE + 9)
12401240#define SLJIT_MSHL32 (SLJIT_MSHL | SLJIT_32)
@@ -1246,7 +1246,7 @@ SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compile
12461246#define SLJIT_LSHR (SLJIT_OP2_BASE + 10)
12471247#define SLJIT_LSHR32 (SLJIT_LSHR | SLJIT_32)
12481248/* Flags: Z
1249- Same as SLJIT_LSHR, except the the second operand is
1249+ Same as SLJIT_LSHR, except the second operand is
12501250 always masked by the length of the shift operation. */
12511251#define SLJIT_MLSHR (SLJIT_OP2_BASE + 11)
12521252#define SLJIT_MLSHR32 (SLJIT_MLSHR | SLJIT_32)
@@ -1258,7 +1258,7 @@ SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compile
12581258#define SLJIT_ASHR (SLJIT_OP2_BASE + 12)
12591259#define SLJIT_ASHR32 (SLJIT_ASHR | SLJIT_32)
12601260/* Flags: Z
1261- Same as SLJIT_ASHR, except the the second operand is
1261+ Same as SLJIT_ASHR, except the second operand is
12621262 always masked by the length of the shift operation. */
12631263#define SLJIT_MASHR (SLJIT_OP2_BASE + 13)
12641264#define SLJIT_MASHR32 (SLJIT_MASHR | SLJIT_32)
0 commit comments