Searched refs:SLJIT_F64_ALIGNMENT (Results 1 – 3 of 3) sorted by relevance
102 if (options & SLJIT_F64_ALIGNMENT) in sljit_emit_enter()173 if (options & SLJIT_F64_ALIGNMENT) in sljit_emit_enter()218 if (options & SLJIT_F64_ALIGNMENT) { in sljit_emit_enter()274 if (options & SLJIT_F64_ALIGNMENT) in sljit_set_context()281 if (options & SLJIT_F64_ALIGNMENT) in sljit_set_context()303 if (compiler->options & SLJIT_F64_ALIGNMENT) in sljit_emit_return()909 has_f64_aligment = compiler->options & SLJIT_F64_ALIGNMENT; in skip_frames_before_return()
1028 CHECK_ARGUMENT(!(options & ~SLJIT_F64_ALIGNMENT)); in check_sljit_emit_enter()1052 …fprintf(compiler->verbose, " enter options:%s args[", (options & SLJIT_F64_ALIGNMENT) ? "f64_alig… in check_sljit_emit_enter()1080 CHECK_ARGUMENT(!(options & ~SLJIT_F64_ALIGNMENT)); in check_sljit_set_context()1103 …fprintf(compiler->verbose, " set_context options:%s args[", (options & SLJIT_F64_ALIGNMENT) ? "f6… in check_sljit_set_context()
636 #define SLJIT_F64_ALIGNMENT 0x00000001 macro
Completed in 27 milliseconds