Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_32.c112 if (flags & ALT_FORM4) { in emit_single_op()
143 if (flags & (ALT_FORM4 | ALT_FORM5)) { in emit_single_op()
144 if (flags & ALT_FORM4) in emit_single_op()
H A DsljitNativePPC_64.c232 if (flags & ALT_FORM4) { in emit_single_op()
265 if (flags & (ALT_FORM4 | ALT_FORM5)) { in emit_single_op()
266 if (flags & ALT_FORM4) in emit_single_op()
H A DsljitNativePPC_common.c541 #define ALT_FORM4 0x080000 macro
1130 …sljit_si flags = input_flags & (ALT_FORM1 | ALT_FORM2 | ALT_FORM3 | ALT_FORM4 | ALT_FORM5 | ALT_FO… in emit_op()
1508 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1512 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1547 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1568 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM4, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1574 …return emit_op(compiler, SLJIT_SUB, flags | ((op & SLJIT_SET_U) ? ALT_FORM4 : 0) | ((op & (SLJIT_S… in sljit_emit_op2()

Completed in 22 milliseconds