Home | History | Annotate | Download | only in test_src

Lines Matching defs:jump

84 	struct sljit_jump* jump;
88 jump = sljit_emit_jump(compiler, type);
91 sljit_set_label(jump, label);
1178 struct sljit_jump* jump = NULL;
1204 jump = sljit_emit_jump(compiler, SLJIT_CALL3 | SLJIT_REWRITABLE_JUMP);
1205 sljit_set_target(jump, (sljit_sw)-1);
1243 sljit_set_jump_addr(sljit_get_jump_addr(jump), SLJIT_FUNC_OFFSET(func), sljit_get_executable_offset(compiler));
1266 struct sljit_jump *jump;
1287 jump = sljit_emit_jump(compiler, SLJIT_CALL2);
1288 sljit_set_label(jump, entry);
1293 jump = sljit_emit_jump(compiler, SLJIT_CALL2);
1294 sljit_set_label(jump, entry);
1308 jump = sljit_emit_jump(compiler, SLJIT_CALL2);
1309 sljit_set_label(jump, entry);
1532 struct sljit_jump* jump;
1591 jump = sljit_emit_jump(compiler, SLJIT_NOT_EQUAL);
1592 sljit_set_label(jump, label);
1613 jump = sljit_emit_jump(compiler, SLJIT_NOT_EQUAL);
1614 sljit_set_label(jump, label);
1635 struct sljit_jump* jump = NULL;
1654 jump = sljit_emit_jump(compiler, SLJIT_JUMP | SLJIT_REWRITABLE_JUMP);
1655 sljit_set_target(jump, 0);
1661 addr = sljit_get_jump_addr(jump);
2905 struct sljit_jump* jump;
2931 jump = sljit_emit_jump(compiler, SLJIT_LESS);
2933 sljit_set_label(jump, sljit_emit_label(compiler));
2938 jump = sljit_emit_jump(compiler, SLJIT_NOT_EQUAL);
2940 sljit_set_label(jump, sljit_emit_label(compiler));
2950 jump = sljit_emit_jump(compiler, SLJIT_NOT_OVERFLOW);
2953 sljit_set_label(jump, sljit_emit_label(compiler));
2961 jump = sljit_emit_jump(compiler, SLJIT_OVERFLOW32);
2963 sljit_set_label(jump, sljit_emit_label(compiler));
2973 jump = sljit_emit_jump(compiler, SLJIT_NOT_OVERFLOW);
2976 sljit_set_label(jump, sljit_emit_label(compiler));
3011 struct sljit_jump *jump;
3057 jump = sljit_emit_jump(compiler, SLJIT_FAST_CALL | SLJIT_REWRITABLE_JUMP);
3058 sljit_set_target(jump, SLJIT_FUNC_OFFSET(codeB.code));
3128 struct sljit_jump *jump = NULL;
3148 jump = sljit_emit_jump(compiler, SLJIT_FAST_CALL | SLJIT_REWRITABLE_JUMP);
3149 sljit_set_target(jump, 0);
3158 jump_addr = sljit_get_jump_addr(jump);
3203 struct sljit_jump* jump;
3208 jump = sljit_emit_cmp(compiler, type, src1, src1w, src2, src2w);
3209 if (!jump)
3216 sljit_set_label(jump, label);
3465 struct sljit_jump* jump;
3487 jump = sljit_emit_cmp(compiler, SLJIT_LESS, SLJIT_R0, 0, SLJIT_R1, 0);
3488 sljit_set_label(jump, label);
3503 jump = sljit_emit_cmp(compiler, SLJIT_LESS, SLJIT_R0, 0, SLJIT_R1, 0);
3504 sljit_set_label(jump, label);
3519 jump = sljit_emit_cmp(compiler, SLJIT_LESS, SLJIT_R0, 0, SLJIT_R1, 0);
3520 sljit_set_label(jump, label);
3553 struct sljit_jump* jump;
3571 jump = sljit_emit_jump(compiler, SLJIT_CALL3);
3572 SLJIT_ASSERT(!jump);
3573 sljit_set_label(jump, (struct sljit_label*)0x123450);
3574 sljit_set_target(jump, 0x123450);
3575 jump = sljit_emit_cmp(compiler, SLJIT_SIG_LESS_EQUAL, SLJIT_R0, 0, SLJIT_R1, 0);
3576 SLJIT_ASSERT(!jump);
4144 struct sljit_jump* jump;
4178 jump = sljit_emit_fcmp(compiler, SLJIT_GREATER_EQUAL_F64, SLJIT_MEM1(SLJIT_S0), 0, SLJIT_MEM2(SLJIT_S0, SLJIT_R0), SLJIT_F64_SHIFT);
4181 sljit_set_label(jump, sljit_emit_label(compiler));
4184 jump = sljit_emit_fcmp(compiler, SLJIT_UNORDERED_F64, SLJIT_MEM0(), (sljit_sw)&dbuf[1], SLJIT_FR1, 0);
4187 sljit_set_label(jump, sljit_emit_label(compiler));
4191 jump = sljit_emit_fcmp(compiler, SLJIT_EQUAL_F64, SLJIT_MEM1(SLJIT_S0), 0, SLJIT_FR2, 0);
4195 sljit_set_label(jump, sljit_emit_label(compiler));
4269 struct sljit_jump* jump;
4339 jump = sljit_emit_fcmp(compiler, SLJIT_LESS_EQUAL_F32, SLJIT_FR1, 0, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_f32));
4341 sljit_set_label(jump, sljit_emit_label(compiler));
4343 jump = sljit_emit_fcmp(compiler, SLJIT_GREATER_F32, SLJIT_MEM1(SLJIT_S0), 0, SLJIT_FR2, 0);
4345 sljit_set_label(jump, sljit_emit_label(compiler));
4487 /* Test jump optimizations. */
4902 struct sljit_jump* jump;
4971 jump = sljit_emit_jump(compiler, SLJIT_CALL0);
4978 sljit_set_label(jump, sljit_emit_label(compiler));
5003 jump = sljit_emit_jump(compiler, SLJIT_CALL0);
5010 sljit_set_label(jump, sljit_emit_label(compiler));
5031 struct sljit_jump* jump;
5054 jump = sljit_emit_jump(compiler, SLJIT_CALL0);
5062 sljit_set_label(jump, sljit_emit_label(compiler));
5090 jump = sljit_emit_jump(compiler, SLJIT_CALL0);
5098 sljit_set_label(jump, sljit_emit_label(compiler));