Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_64.c123 FAIL_IF(push_inst(compiler, EXTSW | S(src2) | A(TMP_REG2))); \
130 FAIL_IF(push_inst(compiler, EXTSW | S(src1) | A(TMP_REG1))); \
134 FAIL_IF(push_inst(compiler, EXTSW | S(src2) | A(TMP_REG2))); \
141 FAIL_IF(push_inst(compiler, EXTSW | S(src1) | A(TMP_REG1))); \
161 return push_inst(compiler, EXTSW | S(src2) | A(dst)); in emit_single_op()
H A DsljitNativePPC_common.c167 #define EXTSW (HI(31) | LO(986)) macro
1687 FAIL_IF(push_inst(compiler, EXTSW | S(src) | A(TMP_REG1))); in sljit_emit_fop1_conv_f64_from_sw()

Completed in 11 milliseconds