Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativeX86_32.c97 if (options & SLJIT_F64_ALIGNMENT) in sljit_emit_enter()
168 if (options & SLJIT_F64_ALIGNMENT) in sljit_emit_enter()
213 if (options & SLJIT_F64_ALIGNMENT) { in sljit_emit_enter()
269 if (options & SLJIT_F64_ALIGNMENT) in sljit_set_context()
276 if (options & SLJIT_F64_ALIGNMENT) in sljit_set_context()
298 if (compiler->options & SLJIT_F64_ALIGNMENT) in sljit_emit_return()
DsljitLir.c976 CHECK_ARGUMENT(!(options & ~SLJIT_F64_ALIGNMENT)); in check_sljit_emit_enter()
1000 …fprintf(compiler->verbose, " enter options:%s args[", (options & SLJIT_F64_ALIGNMENT) ? "f64_alig… in check_sljit_emit_enter()
1028 CHECK_ARGUMENT(!(options & ~SLJIT_F64_ALIGNMENT)); in check_sljit_set_context()
1051 …fprintf(compiler->verbose, " set_context options:%s args[", (options & SLJIT_F64_ALIGNMENT) ? "f6… in check_sljit_set_context()
DsljitLir.h619 #define SLJIT_F64_ALIGNMENT 0x00000001 macro