HomeSort by: relevance | last modified time | path
    Searched refs:CHECK_PTR (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.c 299 #define CHECK_PTR(x) \
324 #define CHECK_PTR(x) x
333 #define CHECK_PTR(x) x
340 #define CHECK_PTR(x)
1700 CHECK_PTR(check_sljit_emit_cmp(compiler, type, src1, src1w, src2, src2w));
1779 CHECK_PTR(check_sljit_emit_fcmp(compiler, type, src1, src1w, src2, src2w));
sljitNativeSPARC_common.c 295 CHECK_PTR(check_sljit_generate_code(compiler));
1238 CHECK_PTR(check_sljit_emit_label(compiler));
1310 CHECK_PTR(check_sljit_emit_jump(compiler, type));
1437 CHECK_PTR(check_sljit_emit_const(compiler, dst, dstw, init_value));
sljitNativeMIPS_common.c 373 CHECK_PTR(check_sljit_generate_code(compiler));
1564 CHECK_PTR(check_sljit_emit_label(compiler));
1610 CHECK_PTR(check_sljit_emit_jump(compiler, type));
1711 CHECK_PTR(check_sljit_emit_cmp(compiler, type, src1, src1w, src2, src2w));
1988 CHECK_PTR(check_sljit_emit_const(compiler, dst, dstw, init_value));
sljitNativeARM_32.c 591 CHECK_PTR(check_sljit_generate_code(compiler));
2121 CHECK_PTR(check_sljit_emit_label(compiler));
2137 CHECK_PTR(check_sljit_emit_jump(compiler, type));
2265 CHECK_PTR(check_sljit_emit_const(compiler, dst, dstw, init_value));
sljitNativeARM_T2_32.c 360 CHECK_PTR(check_sljit_generate_code(compiler));
1737 CHECK_PTR(check_sljit_emit_label(compiler));
1754 CHECK_PTR(check_sljit_emit_jump(compiler, type));
1896 CHECK_PTR(check_sljit_emit_const(compiler, dst, dstw, init_value));
sljitNativeARM_64.c 226 CHECK_PTR(check_sljit_generate_code(compiler));
1877 CHECK_PTR(check_sljit_emit_label(compiler));
1893 CHECK_PTR(check_sljit_emit_jump(compiler, type));
2031 CHECK_PTR(check_sljit_emit_const(compiler, dst, dstw, init_value));
sljitNativePPC_common.c 341 CHECK_PTR(check_sljit_generate_code(compiler));
2075 CHECK_PTR(check_sljit_emit_label(compiler));
2155 CHECK_PTR(check_sljit_emit_jump(compiler, type));
2380 CHECK_PTR(check_sljit_emit_const(compiler, dst, dstw, init_value));
sljitNativeTILEGX_64.c 1013 CHECK_PTR(check_sljit_generate_code(compiler));
2308 CHECK_PTR(check_sljit_emit_label(compiler));
2417 CHECK_PTR(check_sljit_emit_jump(compiler, type));
2515 CHECK_PTR(check_sljit_emit_const(compiler, dst, dstw, init_value));
sljitNativeX86_common.c 493 CHECK_PTR(check_sljit_generate_code(compiler));
2480 CHECK_PTR(check_sljit_emit_label(compiler));
2504 CHECK_PTR(check_sljit_emit_jump(compiler, type));
2821 CHECK_PTR(check_sljit_emit_const(compiler, dst, dstw, init_value));

Completed in 55 milliseconds