Home
last modified time | relevance | path

Searched refs:SRL (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/openssl/tests/
H A Dbug28382.phpt32 …string(%d) "DirName:/C=RO/ST=Romania/L=Craiova/O=Sergiu/OU=Sergiu SRL/CN=Sergiu CA/emailAddress=n_…
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_32.c67 …return push_inst(compiler, (op == SLJIT_MOV_S16 ? SRA : SRL) | D(dst) | S1(dst) | IMM(16), DR(dst)… in emit_single_op()
129 FAIL_IF(push_inst(compiler, SRL | D(dst) | S1(src1) | ARG2(flags, src2), DR(dst))); in emit_single_op()
H A DsljitNativeMIPS_common.c271 #define SRL (HI(0) | LO(2)) macro
1443 …FAIL_IF(push_inst(compiler, SELECT_OP(DSRL, SRL) | T(TMP_REG1) | D(TMP_REG1) | SH_IMM(1), DR(TMP_R… in emit_clz_ctz()
1649 …FAIL_IF(push_inst(compiler, SELECT_OP(DSRL32, SRL) | T(TMP_REG1) | D(TMP_REG1) | SH_IMM(31), DR(TM… in emit_single_op()
1795 …FAIL_IF(push_inst(compiler, SELECT_OP(DSRL32, SRL) | T(TMP_REG1) | D(TMP_REG1) | SH_IMM(31), DR(TM… in emit_single_op()
1881 EMIT_SHIFT(DSRL, DSRL32, SRL, DSRLV, SRLV); 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()
2451 ins2 = SELECT_OP3(op, src2w, DSRL, DSRL32, SRL); in sljit_emit_shift_into()
2453 ins1 = SELECT_OP3(op, src2w, DSRL, DSRL32, SRL); in sljit_emit_shift_into()
2464 ins1 = SELECT_OP2(op, DSRL, SRL); in sljit_emit_shift_into()
[all …]
H A DsljitNativeRISCV_common.c129 #define SRL (F7(0x0) | F3(0x5) | OPC(0x33)) macro
1074 …FAIL_IF(push_inst(compiler, (is_clz ? SRL : SLL) | WORD | RD(TMP_REG2) | RS1(EQUAL_FLAG) | RS2(TMP… in emit_clz_ctz()
1077 …FAIL_IF(push_inst(compiler, (is_clz ? SRL : SLL) | WORD | RD(TMP_REG2) | RS1(EQUAL_FLAG) | RS2(TMP… in emit_clz_ctz()
1455 EMIT_SHIFT(SRLI, SRL); 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()
1901 ins3 = SRL; in sljit_emit_shift_into()
1903 ins1 = SRL; in sljit_emit_shift_into()
H A DsljitNativeSPARC_common.c174 #define SRL (OPC1(0x2) | OPC3(0x26)) macro

Completed in 55 milliseconds