Lines Matching refs:SLJIT_SET_Z
1086 if (op & SLJIT_SET_Z) \
1092 if (op & SLJIT_SET_Z) \
1189 else if (op & SLJIT_SET_Z) in emit_single_op()
1199 else if (op & SLJIT_SET_Z) in emit_single_op()
1230 if (op & SLJIT_SET_Z) in emit_single_op()
1324 if (op & SLJIT_SET_Z) in emit_single_op()
1330 if (op & SLJIT_SET_Z) in emit_single_op()
1348 else if (op & SLJIT_SET_Z) in emit_single_op()
1361 else if (op & SLJIT_SET_Z) in emit_single_op()
1376 if (op & SLJIT_SET_Z) in emit_single_op()
1500 if (op & SLJIT_SET_Z) in emit_single_op()
1508 if (op & SLJIT_SET_Z) in emit_single_op()
1742 …return emit_op(compiler, SLJIT_XOR | (op & (SLJIT_32 | SLJIT_SET_Z)), flags, dst, dstw, src, srcw,… in sljit_emit_op1()