Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/sljit/dist/sljit_src/
DsljitNativePPC_32.c110 if (flags & ALT_FORM3) { in emit_single_op()
131 if (flags & (ALT_FORM2 | ALT_FORM3)) { in emit_single_op()
181 if (flags & ALT_FORM3) { in emit_single_op()
197 if (flags & ALT_FORM3) { in emit_single_op()
DsljitNativePPC_64.c229 if (flags & ALT_FORM3) { in emit_single_op()
254 if (flags & (ALT_FORM2 | ALT_FORM3)) { in emit_single_op()
309 if (flags & ALT_FORM3) { in emit_single_op()
325 if (flags & ALT_FORM3) { in emit_single_op()
DsljitNativePPC_common.c560 #define ALT_FORM3 0x040000 macro
1147 …sljit_s32 flags = input_flags & (ALT_FORM1 | ALT_FORM2 | ALT_FORM3 | ALT_FORM4 | ALT_FORM5 | ALT_F… in emit_op()
1535 … return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1539 … return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1554 … return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1598 … return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1651 … return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1655 … return emit_op(compiler, GET_OPCODE(op), flags | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()