Home
last modified time | relevance | path

Searched refs:SLJIT_F64_ALIGNMENT (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeX86_32.c100 if (options & SLJIT_F64_ALIGNMENT) in sljit_emit_enter()
167 if (options & SLJIT_F64_ALIGNMENT) in sljit_emit_enter()
193 if (options & SLJIT_F64_ALIGNMENT) { in sljit_emit_enter()
251 if (options & SLJIT_F64_ALIGNMENT) in sljit_set_context()
258 if (options & SLJIT_F64_ALIGNMENT) in sljit_set_context()
280 if (compiler->options & SLJIT_F64_ALIGNMENT) in sljit_emit_return()
H A DsljitLir.h539 #define SLJIT_F64_ALIGNMENT 0x00000001 macro
H A DsljitLir.c910 CHECK_ARGUMENT(!(options & ~SLJIT_F64_ALIGNMENT)); in check_sljit_emit_enter()
935 CHECK_ARGUMENT(!(options & ~SLJIT_F64_ALIGNMENT)); in check_sljit_set_context()
/netbsd/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c1605 sljit_emit_enter(compiler, SLJIT_F64_ALIGNMENT, 0, 3, 0, 0, 0, SLJIT_MAX_LOCAL_SIZE); in test20()
5129 sljit_emit_enter(compiler, SLJIT_F64_ALIGNMENT, 1, 1, 1, 0, 0, 2 * sizeof(sljit_sw)); in test53()
5153 sljit_emit_enter(compiler, SLJIT_F64_ALIGNMENT, 1, 1, 2, 0, 0, 2 * sizeof(sljit_sw)); in test53()