Searched refs:ALT_FORM1 (Results 1 – 3 of 3) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativePPC_32.c | 98 if (flags & ALT_FORM1) { in emit_single_op() 122 if (flags & ALT_FORM1) { in emit_single_op() 130 if (flags & ALT_FORM1) { in emit_single_op() 157 if (flags & ALT_FORM1) { in emit_single_op() 165 if (flags & ALT_FORM1) { in emit_single_op() 172 if (flags & ALT_FORM1) { in emit_single_op() 183 if (flags & ALT_FORM1) { in emit_single_op() 199 if (flags & ALT_FORM1) { in emit_single_op() 215 if (flags & ALT_FORM1) { in emit_single_op() 223 if (flags & ALT_FORM1) { in emit_single_op() [all …]
|
D | sljitNativePPC_64.c | 212 if (flags & ALT_FORM1) in emit_single_op() 217 if (flags & ALT_FORM1) { in emit_single_op() 243 if (flags & ALT_FORM1) { in emit_single_op() 252 if (flags & ALT_FORM1) { in emit_single_op() 280 if (flags & ALT_FORM1) { in emit_single_op() 289 if (flags & ALT_FORM1) { in emit_single_op() 299 if (flags & ALT_FORM1) { in emit_single_op() 310 if (flags & ALT_FORM1) { in emit_single_op() 326 if (flags & ALT_FORM1) { in emit_single_op() 342 if (flags & ALT_FORM1) { in emit_single_op() [all …]
|
D | sljitNativePPC_common.c | 542 #define ALT_FORM1 0x010000 macro 1134 …sljit_s32 flags = input_flags & (ALT_FORM1 | ALT_FORM2 | ALT_FORM3 | ALT_FORM4 | ALT_FORM5 | ALT_F… in emit_op() 1411 …return emit_op(compiler, SLJIT_CLZ, flags | (!(op_flags & SLJIT_I32_OP) ? 0 : ALT_FORM1), dst, dst… in sljit_emit_op1() 1495 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM1, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2() 1499 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM1, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2() 1532 …return emit_op(compiler, SLJIT_ADDC, flags | (!(op & SLJIT_KEEP_FLAGS) ? 0 : ALT_FORM1), dst, dstw… in sljit_emit_op2() 1538 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM1, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2() 1542 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2() 1590 …return emit_op(compiler, SLJIT_SUBC, flags | (!(op & SLJIT_KEEP_FLAGS) ? 0 : ALT_FORM1), dst, dstw… in sljit_emit_op2() 1600 return emit_op(compiler, SLJIT_MUL, flags | ALT_FORM1, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2() [all …]
|