/src/sys/external/bsd/sljit/dist/sljit_src/ |
sljitLir.h | 157 Note: sljit_emit_enter and sljit_set_context defines whether a register 533 Note: every call of sljit_emit_enter and sljit_set_context 553 can be provided to the compiler by the sljit_set_context function. 555 Note: every call of sljit_emit_enter and sljit_set_context overwrites 558 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler,
|
sljitNativeX86_32.c | 222 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
sljitNativeX86_64.c | 227 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
sljitNativeSPARC_common.c | 462 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
sljitLir.c | 1887 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
sljitNativeARM_32.c | 921 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
sljitNativeARM_T2_32.c | 1086 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
sljitNativeARM_64.c | 1157 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
sljitNativeMIPS_common.c | 599 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
sljitNativePPC_common.c | 659 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
sljitNativeTILEGX_64.c | 1227 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
/src/sys/external/bsd/sljit/dist/test_src/ |
sljitTest.c | 1669 sljit_set_context(compiler, 0, 1, 3, 2, 0, 0, 2 * sizeof(sljit_sw)); 3025 sljit_set_context(compiler, 0, 1, 5, 5, 0, 0, 2 * sizeof(sljit_p)); 3038 sljit_set_context(compiler, 0, 1, 5, 5, 0, 0, 2 * sizeof(sljit_p)); 3053 sljit_set_context(compiler, 0, 1, 5, 5, 0, 0, 2 * sizeof(sljit_p)); 3068 sljit_set_context(compiler, 0, 1, 5, 5, 0, 0, 2 * sizeof(sljit_p)); 3082 sljit_set_context(compiler, 0, 1, 5, 5, 0, 0, 2 * sizeof(sljit_p)); 3143 sljit_set_context(compiler, 0, 0, 2, 2, 0, 0, 0); 3164 sljit_set_context(compiler, 0, 0, 2, 2, 0, 0, 0);
|