Searched refs:ALT_FORM1 (Results 1 – 3 of 3) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativePPC_32.c | 92 …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()
|
D | sljitNativePPC_64.c | 208 if ((flags & (ALT_FORM1 | ALT_SIGN_EXT)) == (ALT_FORM1 | ALT_SIGN_EXT)) { in emit_single_op() 216 …return push_inst(compiler, NEG | OE((flags & ALT_FORM1) ? ALT_SET_FLAGS : 0) | RC(flags) | D(dst) … in emit_single_op() 220 if (flags & ALT_FORM1) in emit_single_op() 225 if (flags & ALT_FORM1) { in emit_single_op() 270 if (flags & ALT_FORM1) { in emit_single_op() 323 if (flags & ALT_FORM1) { in emit_single_op() 333 if (flags & ALT_FORM1) { in emit_single_op() 344 if (flags & ALT_FORM1) { in emit_single_op() 360 if (flags & ALT_FORM1) { in emit_single_op() 376 if (flags & ALT_FORM1) { in emit_single_op() [all …]
|
D | sljitNativePPC_common.c | 577 #define ALT_FORM1 0x001000 macro 982 …sljit_s32 flags = input_flags & (ALT_FORM1 | ALT_FORM2 | ALT_FORM3 | ALT_FORM4 | ALT_FORM5 | ALT_S… in emit_op() 1192 …return emit_op(compiler, SLJIT_NEG, flags | (GET_FLAG_TYPE(op_flags) ? ALT_FORM1 : 0), dst, dstw, … in sljit_emit_op1() 1196 …return emit_op(compiler, SLJIT_CLZ, flags | (!(op_flags & SLJIT_I32_OP) ? 0 : ALT_FORM1), dst, dst… in sljit_emit_op1() 1279 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM1, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2() 1328 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2() 1330 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1, dst, dstw, src1, src1w, src2, src2w); 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() 1389 return emit_op(compiler, SLJIT_MUL, flags | ALT_FORM1, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2() [all …]
|