Searched refs:SRL (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/openssl/tests/ |
H A D | bug28382.phpt | 32 …string(%d) "DirName:/C=RO/ST=Romania/L=Craiova/O=Sergiu/OU=Sergiu SRL/CN=Sergiu CA/emailAddress=n_…
|
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeMIPS_common.c | 301 #define SRL (HI(0) | LO(2)) macro 1652 FAIL_IF(push_inst(compiler, SRL | T(src) | D(TMP_REG1) | SH_IMM(16), DR(TMP_REG1))); in emit_rev() 1658 FAIL_IF(push_inst(compiler, SRL | T(dst) | D(TMP_REG1) | SH_IMM(8), DR(TMP_REG1))); in emit_rev() 2122 EMIT_SHIFT(DSRL, DSRL32, SRL, DSRLV, SRLV); in emit_single_op() 2172 op_imm = (GET_OPCODE(op) == SLJIT_ROTL) ? SLL : SRL; in emit_single_op() 2176 op_imm = (GET_OPCODE(op) == SLJIT_ROTL) ? SRL : SLL; in emit_single_op() 2706 ins2 = SELECT_OP3(op, src3w, DSRL, DSRL32, SRL); in sljit_emit_shift_into() 2708 ins1 = SELECT_OP3(op, src3w, DSRL, DSRL32, SRL); in sljit_emit_shift_into() 2727 ins1 = SELECT_OP(DSRL, SRL); in sljit_emit_shift_into() 3013 FAIL_IF(push_inst(compiler, SRL | T(src) | D(TMP_REG1) | SH_IMM(1), DR(TMP_REG1))); in sljit_emit_fop1_conv_f64_from_uw() [all …]
|
H A D | sljitNativeRISCV_common.c | 133 #define SRL (F7(0x0) | F3(0x5) | OPC(0x33)) macro 1199 …FAIL_IF(push_inst(compiler, (is_clz ? SRL : SLL) | WORD | RD(TMP_REG2) | RS1(EQUAL_FLAG) | RS2(TMP… in emit_clz_ctz() 1202 …FAIL_IF(push_inst(compiler, (is_clz ? SRL : SLL) | WORD | RD(TMP_REG2) | RS1(EQUAL_FLAG) | RS2(TMP… in emit_clz_ctz() 1659 EMIT_SHIFT(SRLI, SRL); in emit_single_op() 1692 op_reg = (GET_OPCODE(op) == SLJIT_ROTL) ? SLL : SRL; in emit_single_op() 1694 op_reg = (GET_OPCODE(op) == SLJIT_ROTL) ? SRL : SLL; in emit_single_op() 2125 ins3 = SRL; in sljit_emit_shift_into() 2127 ins1 = SRL; in sljit_emit_shift_into()
|
H A D | sljitNativeMIPS_64.c | 35 …FAIL_IF(push_inst(compiler, SELECT_OP(DSRL32, SRL) | T(TMP_REG2) | D(TMP_REG2) | SH_IMM(31), DR(TM… in emit_copysign()
|
H A D | sljitNativeMIPS_32.c | 61 FAIL_IF(push_inst(compiler, SRL | T(TMP_REG2) | D(TMP_REG2) | SH_IMM(31), DR(TMP_REG2))); in emit_copysign()
|
H A D | sljitNativeLOONGARCH_64.c | 2102 ins3 = INST(SRL, op); in sljit_emit_shift_into() 2104 ins1 = INST(SRL, op); in sljit_emit_shift_into()
|
Completed in 53 milliseconds