Searched refs:RLDI_MB (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativePPC_64.c | 125 (RLDICL | S(src) | A(dst) | RLDI_SH(0) | RLDI_MB(n)) 445 …_inst(compiler, RLDICL | RC(flags) | S(src1) | A(dst) | RLDI_SH((64 - imm) & 0x3f) | RLDI_MB(imm)); in emit_single_op() 500 …return push_inst(compiler, ((flags & ALT_FORM2) ? (RLWNM | RLWI_MBE(0, 31)) : (RLDCL | RLDI_MB(0))… in emit_single_op() 650 FAIL_IF(push_inst(compiler, RLDICL | S(src) | A(TMP_REG1) | RLDI_SH(63) | RLDI_MB(1))); in sljit_emit_fop1_conv_f64_from_uw()
|
H A D | sljitNativePPC_common.c | 260 #define RLDI_MB(mb) ((((sljit_ins)(mb) & 0x1f) << 6) | ((sljit_ins)(mb) & 0x20)) macro 261 #define RLDI_ME(me) RLDI_MB(me) 267 #define SRDI(shift) (RLDICL | RLDI_SH(64 - (shift)) | RLDI_MB(shift)) 1444 FAIL_IF(push_inst(compiler, RLDICL | S(src) | A(TMP_REG1) | RLDI_SH(32) | RLDI_MB(32))); in emit_rev() 1529 FAIL_IF(push_inst(compiler, RLDICL | S(src) | A(TMP_REG1) | RLDI_SH(32) | RLDI_MB(32))); in emit_rev() 1535 FAIL_IF(push_inst(compiler, RLDICL | S(src) | A(TMP_REG1) | RLDI_SH(32) | RLDI_MB(32))); in emit_rev() 1547 return push_inst(compiler, RLDIMI | S(TMP_REG1) | A(dst) | RLDI_SH(32) | RLDI_MB(0)); in emit_rev() 2021 … return push_inst(compiler, RLDIMI | S(src2_reg) | A(dst_reg) | RLDI_SH(64 - src3w) | RLDI_MB(0)); in sljit_emit_shift_into() 2026 …FAIL_IF(push_inst(compiler, RLDICL | S(src2_reg) | A(TMP_REG1) | RLDI_SH(src3w) | RLDI_MB(64 - src… in sljit_emit_shift_into()
|
Completed in 16 milliseconds