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

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeX86_32.c 100 if (options & SLJIT_F64_ALIGNMENT)
167 if (options & SLJIT_F64_ALIGNMENT)
193 if (options & SLJIT_F64_ALIGNMENT) {
251 if (options & SLJIT_F64_ALIGNMENT)
258 if (options & SLJIT_F64_ALIGNMENT)
280 if (compiler->options & SLJIT_F64_ALIGNMENT)
sljitLir.h 539 #define SLJIT_F64_ALIGNMENT 0x00000001
sljitLir.c 910 CHECK_ARGUMENT(!(options & ~SLJIT_F64_ALIGNMENT));
935 CHECK_ARGUMENT(!(options & ~SLJIT_F64_ALIGNMENT));
  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 1605 sljit_emit_enter(compiler, SLJIT_F64_ALIGNMENT, 0, 3, 0, 0, 0, SLJIT_MAX_LOCAL_SIZE);
5129 sljit_emit_enter(compiler, SLJIT_F64_ALIGNMENT, 1, 1, 1, 0, 0, 2 * sizeof(sljit_sw));
5153 sljit_emit_enter(compiler, SLJIT_F64_ALIGNMENT, 1, 1, 2, 0, 0, 2 * sizeof(sljit_sw));

Completed in 22 milliseconds