Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativePPC_64.c239 if (flags & ALT_FORM2) { in emit_single_op()
271 if (flags & ALT_FORM2) { in emit_single_op()
283 if (flags & ALT_FORM2) { in emit_single_op()
328 if (flags & ALT_FORM2) in emit_single_op()
337 if (flags & ALT_FORM2) { in emit_single_op()
348 if (flags & ALT_FORM2) { in emit_single_op()
364 if (flags & ALT_FORM2) { in emit_single_op()
378 if (flags & ALT_FORM2) { in emit_single_op()
385 …return push_inst(compiler, ((flags & ALT_FORM2) ? SLW : SLD) | RC(flags) | S(src1) | A(dst) | B(sr… in emit_single_op()
390 if (flags & ALT_FORM2) { in emit_single_op()
[all …]
DsljitNativePPC_32.c104 if (flags & ALT_FORM2) { in emit_single_op()
133 if (flags & ALT_FORM2) { in emit_single_op()
145 if (flags & ALT_FORM2) { in emit_single_op()
185 if (flags & ALT_FORM2) { in emit_single_op()
196 if (flags & ALT_FORM2) { in emit_single_op()
212 if (flags & ALT_FORM2) { in emit_single_op()
DsljitNativePPC_common.c578 #define ALT_FORM2 0x002000 macro
982 …sljit_s32 flags = input_flags & (ALT_FORM1 | ALT_FORM2 | ALT_FORM3 | ALT_FORM4 | ALT_FORM5 | ALT_S… in emit_op()
1284 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1288 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
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()
1301 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM4, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1305 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM4, dst, dstw, src2, src2w, TMP_REG… 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()
1335 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, sr… in sljit_emit_op2()
[all …]