Home
last modified time | relevance | path

Searched refs:RLDICR (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_64.c40 push_inst(compiler, RLDICR | S(reg) | A(reg) | RLDI_SH(63 - shift) | RLDI_ME(shift))
653 FAIL_IF(push_inst(compiler, RLDICR | S(TMP_REG1) | A(TMP_REG1) | RLDI_SH(0) | RLDI_ME(53))); in sljit_emit_fop1_conv_f64_from_uw()
H A DsljitNativePPC_common.c217 #define RLDICR (HI(30) | LO(1 << 1)) macro
264 #define SLDI(shift) (RLDICR | RLDI_SH(shift) | RLDI_ME(63 - (shift)))

Completed in 15 milliseconds