Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_64.c130 FAIL_IF(push_inst(compiler, EXTSW | S(src2) | A(TMP_REG2))); \
137 FAIL_IF(push_inst(compiler, EXTSW | S(src1) | A(TMP_REG1))); \
141 FAIL_IF(push_inst(compiler, EXTSW | S(src2) | A(TMP_REG2))); \
148 FAIL_IF(push_inst(compiler, EXTSW | S(src1) | A(TMP_REG1))); \
170 return push_inst(compiler, EXTSW | S(src2) | A(dst)); in emit_single_op()
585 FAIL_IF(push_inst(compiler, EXTSW | S(src) | A(TMP_REG1))); in sljit_emit_fop1_conv_f64_from_sw()
H A DsljitNativePPC_common.c170 #define EXTSW (HI(31) | LO(986)) macro
1459 return push_inst(compiler, EXTSW | S(dst) | A(dst)); in emit_rev()
1558 return push_inst(compiler, EXTSW | S(dst) | A(dst)); in emit_rev()

Completed in 15 milliseconds