Home
last modified time | relevance | path

Searched refs:SUBF (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_32.c142 return push_inst(compiler, SUBF | D(dst) | A(src2) | B(src1)); in emit_single_op()
147 …return push_inst(compiler, SUBF | OE(ALT_SET_FLAGS) | RC(ALT_SET_FLAGS) | D(dst) | A(src2) | B(src… in emit_single_op()
165 return push_inst(compiler, SUBF | D(dst) | A(src2) | B(src1)); in emit_single_op()
168 return push_inst(compiler, SUBF | RC(flags) | D(dst) | A(src2) | B(src1)); in emit_single_op()
H A DsljitNativePPC_64.c277 return push_inst(compiler, SUBF | D(dst) | A(src2) | B(src1)); in emit_single_op()
288 …FAIL_IF(push_inst(compiler, SUBF | OE(ALT_SET_FLAGS) | RC(ALT_SET_FLAGS) | D(dst) | A(src2) | B(sr… in emit_single_op()
309 return push_inst(compiler, SUBF | D(dst) | A(src2) | B(src1)); in emit_single_op()
313 return push_inst(compiler, SUBF | RC(flags) | D(dst) | A(src2) | B(src1)); in emit_single_op()
H A DsljitNativePPC_common.c222 #define SUBF (HI(31) | LO(40)) macro
1156 return push_inst(compiler, SUBF | D(SLJIT_R1) | A(SLJIT_R1) | B(TMP_REG1)); in sljit_emit_op0()

Completed in 12 milliseconds