Searched refs:ALT_FORM3 (Results 1 – 3 of 3) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativePPC_32.c | 108 if (flags & ALT_FORM3) in emit_single_op() 118 if (flags & ALT_FORM3) { in emit_single_op() 135 if (!(flags & ALT_FORM3)) in emit_single_op() 140 if (!(flags & ALT_FORM3)) in emit_single_op() 150 if (flags & ALT_FORM3) { in emit_single_op() 200 if (flags & ALT_FORM3) { in emit_single_op() 216 if (flags & ALT_FORM3) { in emit_single_op()
|
D | sljitNativePPC_64.c | 243 if (flags & ALT_FORM3) in emit_single_op() 253 if (flags & ALT_FORM3) { in emit_single_op() 273 if (!(flags & ALT_FORM3)) in emit_single_op() 278 if (!(flags & ALT_FORM3)) in emit_single_op() 297 if (flags & ALT_FORM3) { in emit_single_op() 352 if (flags & ALT_FORM3) { in emit_single_op() 368 if (flags & ALT_FORM3) { in emit_single_op()
|
D | sljitNativePPC_common.c | 579 #define ALT_FORM3 0x004000 macro 982 …sljit_s32 flags = input_flags & (ALT_FORM1 | ALT_FORM2 | ALT_FORM3 | ALT_FORM4 | ALT_FORM5 | ALT_S… in emit_op() 1292 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2() 1296 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG… in sljit_emit_op2() 1311 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2() 1315 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2() 1335 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, sr… in sljit_emit_op2() 1337 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM3, dst, dstw, src1, src1w, src2, s… in sljit_emit_op2() 1350 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2() 1354 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_RE… in sljit_emit_op2() [all …]
|