Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c1927 sljit_s32 is_right; in sljit_emit_shift_into() local
1939 is_right = (GET_OPCODE(op) == SLJIT_LSHR || GET_OPCODE(op) == SLJIT_MLSHR); in sljit_emit_shift_into()
1943 …return sljit_emit_op2(compiler, (is_right ? SLJIT_ROTR : SLJIT_ROTL) | (op & SLJIT_32), dst_reg, 0… in sljit_emit_shift_into()
1956 if (is_right) { in sljit_emit_shift_into()
1968 if (is_right) { in sljit_emit_shift_into()
1989 FAIL_IF(push_inst(compiler, (is_right ? SRD : SLD) | S(src1_reg) | A(dst_reg) | B(src3))); in sljit_emit_shift_into()
1990 FAIL_IF(push_inst(compiler, (is_right ? SLDI(1) : SRDI(1)) | S(src2_reg) | A(TMP_REG1))); in sljit_emit_shift_into()
1992 FAIL_IF(push_inst(compiler, (is_right ? SLD : SRD) | S(TMP_REG1) | A(TMP_REG1) | B(TMP_REG2))); in sljit_emit_shift_into()
2002 FAIL_IF(push_inst(compiler, (is_right ? SRW : SLW) | S(src1_reg) | A(dst_reg) | B(src3))); in sljit_emit_shift_into()
2003 FAIL_IF(push_inst(compiler, (is_right ? SLWI(1) : SRWI(1)) | S(src2_reg) | A(TMP_REG1))); in sljit_emit_shift_into()
[all …]
H A DsljitNativeS390X.c3018 sljit_s32 is_right; in sljit_emit_shift_into() local
3029 is_right = (GET_OPCODE(op) == SLJIT_LSHR || GET_OPCODE(op) == SLJIT_MLSHR); in sljit_emit_shift_into()
3046 ins = is_right ? 0x88000000 /* srl */ : 0x89000000 /* sll */; in sljit_emit_shift_into()
3049 ins = is_right ? 0xeb00000000de /* srlk */ : 0xeb00000000df /* sllk */; in sljit_emit_shift_into()
3053 ins = is_right ? 0xeb000000000c /* srlg */ : 0xeb000000000d /* sllg */; in sljit_emit_shift_into()
3059 if (is_right) { in sljit_emit_shift_into()
3088 ins = is_right ? 0x88000000 /* srl */ : 0x89000000 /* sll */; in sljit_emit_shift_into()
3091 ins = is_right ? 0xeb00000000de /* srlk */ : 0xeb00000000df /* sllk */; in sljit_emit_shift_into()
3101 ins = is_right ? 0xeb00000000df /* sllk */ : 0xeb00000000de /* srlk */; in sljit_emit_shift_into()
3107 ins = is_right ? 0xeb000000000c /* srlg */ : 0xeb000000000d /* sllg */; in sljit_emit_shift_into()
[all …]

Completed in 24 milliseconds