Home
last modified time | relevance | path

Searched refs:is_right (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c1737 sljit_s32 is_right; in sljit_emit_shift_into() local
1749 is_right = (GET_OPCODE(op) == SLJIT_LSHR || GET_OPCODE(op) == SLJIT_MLSHR); in sljit_emit_shift_into()
1753 …return sljit_emit_op2(compiler, (is_right ? SLJIT_ROTR : SLJIT_ROTL) | (op & SLJIT_32), src_dst, 0… in sljit_emit_shift_into()
1780 if (is_right) { in sljit_emit_shift_into()
1792 if (is_right) { in sljit_emit_shift_into()
1808 FAIL_IF(push_inst(compiler, (is_right ? SRD : SLD) | S(src_dst) | A(src_dst) | B(src2))); in sljit_emit_shift_into()
1809 FAIL_IF(push_inst(compiler, (is_right ? SLDI(1) : SRDI(1)) | S(src1) | A(TMP_REG1))); in sljit_emit_shift_into()
1811 FAIL_IF(push_inst(compiler, (is_right ? SLD : SRD) | S(TMP_REG1) | A(TMP_REG1) | B(TMP_REG2))); in sljit_emit_shift_into()
1821 FAIL_IF(push_inst(compiler, (is_right ? SRW : SLW) | S(src_dst) | A(src_dst) | B(src2))); in sljit_emit_shift_into()
1822 FAIL_IF(push_inst(compiler, (is_right ? SLWI(1) : SRWI(1)) | S(src1) | A(TMP_REG1))); in sljit_emit_shift_into()
[all …]
H A DsljitNativeS390X.c2938 sljit_s32 is_right; in sljit_emit_shift_into() local
2948 is_right = (GET_OPCODE(op) == SLJIT_LSHR || GET_OPCODE(op) == SLJIT_MLSHR); in sljit_emit_shift_into()
2952 …return sljit_emit_op2(compiler, (is_right ? SLJIT_ROTR : SLJIT_ROTL) | (op & SLJIT_32), src_dst, 0… in sljit_emit_shift_into()
2977 ins = is_right ? 0x88000000 /* srl */ : 0x89000000 /* sll */; in sljit_emit_shift_into()
2980 ins = is_right ? 0xeb000000000c /* srlg */ : 0xeb000000000d /* sllg */; in sljit_emit_shift_into()
2986 if (is_right) { in sljit_emit_shift_into()
3004 ins = is_right ? 0x88000000 /* srl */ : 0x89000000 /* sll */; in sljit_emit_shift_into()
3014 ins = is_right ? 0x89000000 /* sll */ : 0x88000000 /* srl */; in sljit_emit_shift_into()
3017 ins = is_right ? 0xeb00000000df /* sllk */ : 0xeb00000000de /* srlk */; in sljit_emit_shift_into()
3024 ins = is_right ? 0xeb000000000c /* srlg */ : 0xeb000000000d /* sllg */; in sljit_emit_shift_into()
[all …]

Completed in 21 milliseconds