Home
last modified time | relevance | path

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

/PHP-7.4/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()
132 if (flags & ALT_FORM1) { in emit_single_op()
174 if (flags & ALT_FORM1) { in emit_single_op()
181 if (flags & ALT_FORM1) { in emit_single_op()
192 if (flags & ALT_FORM1) { in emit_single_op()
208 if (flags & ALT_FORM1) { in emit_single_op()
224 if (flags & ALT_FORM1) { in emit_single_op()
232 if (flags & ALT_FORM1) { in emit_single_op()
240 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()
267 if (flags & ALT_FORM1) { in emit_single_op()
320 if (flags & ALT_FORM1) { in emit_single_op()
330 if (flags & ALT_FORM1) { in emit_single_op()
341 if (flags & ALT_FORM1) { in emit_single_op()
357 if (flags & ALT_FORM1) { in emit_single_op()
373 if (flags & ALT_FORM1) { in emit_single_op()
385 if (flags & ALT_FORM1) { in emit_single_op()
[all …]
H A DsljitNativePPC_common.c667 #define ALT_FORM1 0x001000 macro
1365 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM1, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1414 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1416 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1421 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, sr… in sljit_emit_op2()
1423 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM3, dst, dstw, src1, src1w, src2, s… in sljit_emit_op2()
1475 return emit_op(compiler, SLJIT_MUL, flags | ALT_FORM1, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1479 return emit_op(compiler, SLJIT_MUL, flags | ALT_FORM1, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1493 … return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM1, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1497 … return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM1, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
[all …]

Completed in 20 milliseconds