Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_32.c92 …return push_inst(compiler, NEG | OE((flags & ALT_FORM1) ? ALT_SET_FLAGS : 0) | RC(flags) | D(dst) … in emit_single_op()
99 if (flags & ALT_FORM1) { in emit_single_op()
133 if (flags & ALT_FORM1) { in emit_single_op()
180 if (flags & ALT_FORM1) { in emit_single_op()
187 if (flags & ALT_FORM1) { in emit_single_op()
198 if (flags & ALT_FORM1) { in emit_single_op()
214 if (flags & ALT_FORM1) { in emit_single_op()
230 if (flags & ALT_FORM1) { in emit_single_op()
238 if (flags & ALT_FORM1) { in emit_single_op()
246 if (flags & ALT_FORM1) { in emit_single_op()
H A DsljitNativePPC_64.c205 if ((flags & (ALT_FORM1 | ALT_SIGN_EXT)) == (ALT_FORM1 | ALT_SIGN_EXT)) { in emit_single_op()
217 if (flags & ALT_FORM1) in emit_single_op()
222 if (flags & ALT_FORM1) { in emit_single_op()
274 if (flags & ALT_FORM1) { in emit_single_op()
332 if (flags & ALT_FORM1) { in emit_single_op()
342 if (flags & ALT_FORM1) { in emit_single_op()
353 if (flags & ALT_FORM1) { in emit_single_op()
369 if (flags & ALT_FORM1) { in emit_single_op()
385 if (flags & ALT_FORM1) { in emit_single_op()
397 if (flags & ALT_FORM1) { in emit_single_op()
[all …]
H A DsljitNativePPC_common.c668 #define ALT_FORM1 0x001000 macro
1385 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM1, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1448 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1450 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1455 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, sr… in sljit_emit_op2()
1457 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM3, dst, dstw, src1, src1w, src2, s… in sljit_emit_op2()
1515 return emit_op(compiler, SLJIT_MUL, flags | ALT_FORM1, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1519 return emit_op(compiler, SLJIT_MUL, flags | ALT_FORM1, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1533 … return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM1, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1537 … return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM1, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
[all …]

Completed in 14 milliseconds