| /src/sys/external/bsd/sljit/dist/test_src/ |
| sljitTest.c | 2213 sljit_emit_op0(compiler, SLJIT_NOP); /* Nop should keep the flags. */ 2220 sljit_emit_op0(compiler, SLJIT_NOP); /* Nop should keep the flags. */ 3565 SLJIT_ASSERT(sljit_emit_op0(compiler, SLJIT_NOP) == -3967); 3937 sljit_emit_op0(compiler, SLJIT_LMUL_UW); 3943 sljit_emit_op0(compiler, SLJIT_LMUL_SW); 3949 sljit_emit_op0(compiler, SLJIT_DIVMOD_UW); 3955 sljit_emit_op0(compiler, SLJIT_DIVMOD_SW); 3961 sljit_emit_op0(compiler, SLJIT_DIVMOD_U32); 3969 sljit_emit_op0(compiler, SLJIT_DIVMOD_S32); 3977 sljit_emit_op0(compiler, SLJIT_DIV_UW) [all...] |
| /src/sys/external/bsd/sljit/dist/sljit_src/ |
| sljitLir.h | 751 /* Starting index of opcodes for sljit_emit_op0. */ 799 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op);
|
| sljitNativeSPARC_common.c | 777 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
| sljitLir.c | 1931 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
| sljitNativeARM_32.c | 58 /* See sljit_emit_enter and sljit_emit_op0 if you want to change them. */ 1551 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
| sljitNativeARM_T2_32.c | 45 /* See sljit_emit_enter and sljit_emit_op0 if you want to change them. */ 1149 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
| sljitNativeARM_64.c | 1254 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
| sljitNativeMIPS_common.c | 1011 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
| sljitNativePPC_common.c | 1263 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
| sljitNativeTILEGX_64.c | 2173 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) { function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
| sljitNativeX86_common.c | 704 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
| /src/sys/net/ |
| bpfjit.c | 1176 status = sljit_emit_op0(compiler, SLJIT_UDIV|SLJIT_I32_OP);
|