Home
last modified time | relevance | path

Searched refs:SLJIT_ROTR (Results 1 – 12 of 12) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_32.c298 case SLJIT_ROTR: in emit_single_op()
303 if (op == SLJIT_ROTR) in emit_single_op()
310 if (op == SLJIT_ROTR) { in emit_single_op()
H A DsljitNativePPC_64.c473 case SLJIT_ROTR: in emit_single_op()
478 if (op == SLJIT_ROTR) in emit_single_op()
490 if (op == SLJIT_ROTR) { in emit_single_op()
H A DsljitLir.h1153 #define SLJIT_ROTR (SLJIT_OP2_BASE + 15) macro
1154 #define SLJIT_ROTR32 (SLJIT_ROTR | SLJIT_32)
H A DsljitNativeARM_64.c744 case SLJIT_ROTR: in emit_op_imm()
875 case SLJIT_ROTR: in emit_op_imm()
1498 …return sljit_emit_op2(compiler, (is_left ? SLJIT_ROTL : SLJIT_ROTR) | (op & SLJIT_32), src_dst, 0,… in sljit_emit_shift_into()
H A DsljitNativeARM_T2_32.c747 case SLJIT_ROTR: in emit_op_imm()
921 case SLJIT_ROTR: in emit_op_imm()
1833 …return sljit_emit_op2(compiler, is_left ? SLJIT_ROTL : SLJIT_ROTR, src_dst, 0, src_dst, 0, src2, s… in sljit_emit_shift_into()
H A DsljitNativeRISCV_common.c1464 case SLJIT_ROTR: in emit_single_op()
1803 case SLJIT_ROTR: in sljit_emit_op2()
1858 …return sljit_emit_op2(compiler, (is_left ? SLJIT_ROTL : SLJIT_ROTR) | (op & SLJIT_32), src_dst, 0,… in sljit_emit_shift_into()
H A DsljitNativeMIPS_common.c1903 case SLJIT_ROTR: in emit_single_op()
1908 case SLJIT_ROTR: in emit_single_op()
2363 case SLJIT_ROTR: in sljit_emit_op2()
2423 …return sljit_emit_op2(compiler, (is_left ? SLJIT_ROTL : SLJIT_ROTR) | (op & SLJIT_32), src_dst, 0,… in sljit_emit_shift_into()
H A DsljitNativeS390X.c2816 if (GET_OPCODE(op) == SLJIT_ROTR) { in sljit_emit_rotate()
2912 case SLJIT_ROTR: in sljit_emit_op2()
2952 …return sljit_emit_op2(compiler, (is_right ? SLJIT_ROTR : SLJIT_ROTL) | (op & SLJIT_32), src_dst, 0… in sljit_emit_shift_into()
H A DsljitNativeARM_32.c1585 case SLJIT_ROTR: in emit_single_op()
2204 case SLJIT_ROTR: in sljit_emit_op2()
2243 …return sljit_emit_op2(compiler, is_left ? SLJIT_ROTL : SLJIT_ROTR, src_dst, 0, src_dst, 0, src2, s… in sljit_emit_shift_into()
H A DsljitLir.c1390 CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_ADD && GET_OPCODE(op) <= SLJIT_ROTR); in check_sljit_emit_op2()
1427 case SLJIT_ROTR: in check_sljit_emit_op2()
H A DsljitNativePPC_common.c1702 case SLJIT_ROTR: in sljit_emit_op2()
1753 …return sljit_emit_op2(compiler, (is_right ? SLJIT_ROTR : SLJIT_ROTL) | (op & SLJIT_32), src_dst, 0… in sljit_emit_shift_into()
H A DsljitNativeX86_common.c2479 case SLJIT_ROTR:

Completed in 90 milliseconds