Searched refs:is_left (Results 1 – 7 of 7) sorted by relevance
/PHP-8.4/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeARM_64.c | 1759 sljit_s32 is_left; in sljit_emit_shift_into() local 1765 is_left = (GET_OPCODE(op) == SLJIT_SHL || GET_OPCODE(op) == SLJIT_MSHL); in sljit_emit_shift_into() 1769 …return sljit_emit_op2(compiler, (is_left ? SLJIT_ROTL : SLJIT_ROTR) | (op & SLJIT_32), dst_reg, 0,… in sljit_emit_shift_into() 1783 if (is_left) in sljit_emit_shift_into() 1787 …| RN(is_left ? src1_reg : src2_reg) | RM(is_left ? src2_reg : src1_reg) | ((sljit_ins)src3w << 10)… in sljit_emit_shift_into() 1798 …FAIL_IF(push_inst(compiler, ((is_left ? LSLV : LSRV) ^ inv_bits) | RD(dst_reg) | RN(src1_reg) | RM… in sljit_emit_shift_into() 1802 if (is_left) in sljit_emit_shift_into() 1817 …FAIL_IF(push_inst(compiler, ((is_left ? LSRV : LSLV) ^ inv_bits) | RD(TMP_REG1) | RN(src2_reg) | R… in sljit_emit_shift_into()
|
H A D | sljitNativeARM_T2_32.c | 2077 sljit_s32 is_left; in sljit_emit_shift_into() local 2083 is_left = (op == SLJIT_SHL || op == SLJIT_MSHL); in sljit_emit_shift_into() 2087 …return sljit_emit_op2(compiler, is_left ? SLJIT_ROTL : SLJIT_ROTR, dst_reg, 0, src1_reg, 0, src3, … in sljit_emit_shift_into() 2099 …FAIL_IF(push_inst16(compiler, (is_left ? LSLSI : LSRSI) | RD3(dst_reg) | RN3(src1_reg) | ((sljit_i… in sljit_emit_shift_into() 2101 …FAIL_IF(push_inst32(compiler, (is_left ? LSL_WI : LSR_WI) | RD4(dst_reg) | RM4(src1_reg) | IMM5(sr… in sljit_emit_shift_into() 2104 …return push_inst32(compiler, ORR_W | RD4(dst_reg) | RN4(dst_reg) | RM4(src2_reg) | (is_left ? 0x10… in sljit_emit_shift_into() 2118 FAIL_IF(push_inst16(compiler, (is_left ? LSLS : LSRS) | RD3(dst_reg) | RN3(src3))); in sljit_emit_shift_into() 2120 …FAIL_IF(push_inst32(compiler, (is_left ? LSL_W : LSR_W) | RD4(dst_reg) | RN4(src1_reg) | RM4(src3)… in sljit_emit_shift_into() 2122 …FAIL_IF(push_inst32(compiler, (is_left ? LSR_WI : LSL_WI) | RD4(TMP_REG1) | RM4(src2_reg) | (1 << … in sljit_emit_shift_into() 2124 …FAIL_IF(push_inst32(compiler, (is_left ? LSR_W : LSL_W) | RD4(TMP_REG1) | RN4(TMP_REG1) | RM4(TMP_… in sljit_emit_shift_into()
|
H A D | sljitNativeARM_32.c | 2510 sljit_s32 is_left; in sljit_emit_shift_into() local 2516 is_left = (op == SLJIT_SHL || op == SLJIT_MSHL); in sljit_emit_shift_into() 2520 …return sljit_emit_op2(compiler, is_left ? SLJIT_ROTL : SLJIT_ROTR, dst_reg, 0, src1_reg, 0, src3, … in sljit_emit_shift_into() 2532 …FAIL_IF(push_inst(compiler, MOV | RD(dst_reg) | RM(src1_reg) | ((sljit_ins)(is_left ? 0 : 1) << 5)… in sljit_emit_shift_into() 2534 …return push_inst(compiler, ORR | RD(dst_reg) | RN(dst_reg) | RM(src2_reg) | ((sljit_ins)(is_left ?… in sljit_emit_shift_into() 2547 …FAIL_IF(push_inst(compiler, MOV | RD(dst_reg) | RM8(src3) | ((sljit_ins)(is_left ? 0 : 1) << 5) | … in sljit_emit_shift_into() 2548 …FAIL_IF(push_inst(compiler, MOV | RD(TMP_REG1) | RM(src2_reg) | ((sljit_ins)(is_left ? 1 : 0) << 5… in sljit_emit_shift_into() 2550 …return push_inst(compiler, ORR | RD(dst_reg) | RN(dst_reg) | RM8(TMP_REG2) | ((sljit_ins)(is_left … in sljit_emit_shift_into()
|
H A D | sljitNativeRISCV_common.c | 2068 sljit_s32 is_left; in sljit_emit_shift_into() local 2084 is_left = (GET_OPCODE(op) == SLJIT_SHL || GET_OPCODE(op) == SLJIT_MSHL); in sljit_emit_shift_into() 2088 …return sljit_emit_op2(compiler, (is_left ? SLJIT_ROTL : SLJIT_ROTR) | (op & SLJIT_32), dst_reg, 0,… in sljit_emit_shift_into() 2099 if (is_left) { in sljit_emit_shift_into() 2122 if (is_left) { in sljit_emit_shift_into()
|
H A D | sljitNativeLOONGARCH_64.c | 2052 sljit_s32 is_left; in sljit_emit_shift_into() local 2061 is_left = (GET_OPCODE(op) == SLJIT_SHL || GET_OPCODE(op) == SLJIT_MSHL); in sljit_emit_shift_into() 2065 …return sljit_emit_op2(compiler, (is_left ? SLJIT_ROTL : SLJIT_ROTR) | (op & SLJIT_32), dst_reg, 0,… in sljit_emit_shift_into() 2076 if (is_left) { in sljit_emit_shift_into() 2099 if (is_left) { in sljit_emit_shift_into()
|
H A D | sljitNativeX86_common.c | 2776 sljit_s32 is_rotate, is_left, move_src1; local 2809 is_left = (GET_OPCODE(op) == SLJIT_SHL || GET_OPCODE(op) == SLJIT_MSHL); 2816 return emit_shift(compiler, is_left ? ROL : ROR, dst_reg, dstw, src1_reg, src1w, src3, src3w); 2930 inst[1] = U8((is_left ? SHLD : SHRD) - 1); 2935 inst[1] = U8(is_left ? SHLD : SHRD);
|
H A D | sljitNativeMIPS_common.c | 2675 sljit_s32 is_left; in sljit_emit_shift_into() local 2688 is_left = (GET_OPCODE(op) == SLJIT_SHL || GET_OPCODE(op) == SLJIT_MSHL); in sljit_emit_shift_into() 2692 …return sljit_emit_op2(compiler, (is_left ? SLJIT_ROTL : SLJIT_ROTR) | (op & SLJIT_32), dst_reg, 0,… in sljit_emit_shift_into() 2703 if (is_left) { in sljit_emit_shift_into() 2726 if (is_left) { in sljit_emit_shift_into()
|
Completed in 87 milliseconds