Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1148 #define SLJIT_ROTL (SLJIT_OP2_BASE + 14) macro
1149 #define SLJIT_ROTL32 (SLJIT_ROTL | SLJIT_32)
H A DsljitNativeMIPS_common.c1890 case SLJIT_ROTL: in emit_single_op()
1907 case SLJIT_ROTL: in emit_single_op()
1913 if (GET_OPCODE(op) == SLJIT_ROTL) in emit_single_op()
1921 if (GET_OPCODE(op) == SLJIT_ROTL) in emit_single_op()
1931 op_imm = (GET_OPCODE(op) == SLJIT_ROTL) ? SLL : SRL; in emit_single_op()
1935 op_imm = (GET_OPCODE(op) == SLJIT_ROTL) ? SRL : SLL; in emit_single_op()
1950 op_v = (GET_OPCODE(op) == SLJIT_ROTL) ? DSLLV : DSRLV; in emit_single_op()
1952 op_v = (GET_OPCODE(op) == SLJIT_ROTL) ? DSRLV : DSLLV; in emit_single_op()
1958 op_v = (GET_OPCODE(op) == SLJIT_ROTL) ? SLLV : SRLV; in emit_single_op()
1960 op_v = (GET_OPCODE(op) == SLJIT_ROTL) ? SRLV : SLLV; in emit_single_op()
[all …]
H A DsljitNativeRISCV_common.c1463 case SLJIT_ROTL: in emit_single_op()
1468 op_imm = (GET_OPCODE(op) == SLJIT_ROTL) ? SLLI : SRLI; in emit_single_op()
1476 op_imm = (GET_OPCODE(op) == SLJIT_ROTL) ? SRLI : SLLI; in emit_single_op()
1488 op_reg = (GET_OPCODE(op) == SLJIT_ROTL) ? SLL : SRL; in emit_single_op()
1490 op_reg = (GET_OPCODE(op) == SLJIT_ROTL) ? SRL : SLL; in emit_single_op()
1802 case SLJIT_ROTL: 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 DsljitNativePPC_32.c297 case SLJIT_ROTL: in emit_single_op()
H A DsljitNativeARM_64.c743 case SLJIT_ROTL: in emit_op_imm()
748 if (op == SLJIT_ROTL) in emit_op_imm()
871 case SLJIT_ROTL: 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 DsljitNativePPC_64.c472 case SLJIT_ROTL: in emit_single_op()
H A DsljitNativeARM_T2_32.c746 case SLJIT_ROTL: in emit_op_imm()
776 case SLJIT_ROTL: in emit_op_imm()
917 case SLJIT_ROTL: 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 DsljitNativeARM_32.c1577 case SLJIT_ROTL: in emit_single_op()
2203 case SLJIT_ROTL: 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 DsljitNativePPC_common.c1701 case SLJIT_ROTL: 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 DsljitNativeS390X.c2911 case SLJIT_ROTL: 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 DsljitLir.c1426 case SLJIT_ROTL: in check_sljit_emit_op2()
H A DsljitNativeX86_common.c2476 case SLJIT_ROTL:

Completed in 113 milliseconds