Home
last modified time | relevance | path

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

/external/pcre/dist/sljit/
DsljitNativePPC_64.c222 if (flags & ALT_FORM2) { in emit_single_op()
257 if (flags & (ALT_FORM2 | ALT_FORM3)) { in emit_single_op()
259 if (flags & ALT_FORM2) in emit_single_op()
294 if (flags & ALT_FORM2) in emit_single_op()
303 if (flags & ALT_FORM2) { in emit_single_op()
314 if (flags & ALT_FORM2) { in emit_single_op()
330 if (flags & ALT_FORM2) { in emit_single_op()
344 if (flags & ALT_FORM2) { in emit_single_op()
353 …return push_inst(compiler, ((flags & ALT_FORM2) ? SLW : SLD) | RC(flags) | S(src1) | A(dst) | B(sr… in emit_single_op()
358 if (flags & ALT_FORM2) { in emit_single_op()
[all …]
DsljitNativePPC_32.c103 if (flags & ALT_FORM2) { in emit_single_op()
135 if (flags & (ALT_FORM2 | ALT_FORM3)) { in emit_single_op()
137 if (flags & ALT_FORM2) in emit_single_op()
176 if (flags & ALT_FORM2) { in emit_single_op()
187 if (flags & ALT_FORM2) { in emit_single_op()
203 if (flags & ALT_FORM2) { in emit_single_op()
DsljitNativePPC_common.c539 #define ALT_FORM2 0x020000 macro
1130 …sljit_si flags = input_flags & (ALT_FORM1 | ALT_FORM2 | ALT_FORM3 | ALT_FORM4 | ALT_FORM5 | ALT_FO… in emit_op()
1499 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1503 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1542 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1555 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1559 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1572 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1591 flags |= ALT_FORM2; in sljit_emit_op2()
1620 … return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
[all …]