Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_64.c125 FAIL_IF(push_inst(compiler, EXTSW | S(src2) | A(TMP_REG2))); \
132 FAIL_IF(push_inst(compiler, EXTSW | S(src1) | A(TMP_REG1))); \
136 FAIL_IF(push_inst(compiler, EXTSW | S(src2) | A(TMP_REG2))); \
143 FAIL_IF(push_inst(compiler, EXTSW | S(src1) | A(TMP_REG1))); \
165 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
1974 FAIL_IF(push_inst(compiler, EXTSW | S(src) | A(TMP_REG1))); in sljit_emit_fop1_conv_f64_from_sw()

Completed in 12 milliseconds