Searched refs:sljit_emit_op0 (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/sys/external/bsd/sljit/dist/test_src/ |
| D | sljitTest.c | 2213 sljit_emit_op0(compiler, SLJIT_NOP); /* Nop should keep the flags. */ in test27() 2220 sljit_emit_op0(compiler, SLJIT_NOP); /* Nop should keep the flags. */ in test27() 3565 SLJIT_ASSERT(sljit_emit_op0(compiler, SLJIT_NOP) == -3967); in test39() 3937 sljit_emit_op0(compiler, SLJIT_LMUL_UW); in test42() 3943 sljit_emit_op0(compiler, SLJIT_LMUL_SW); in test42() 3949 sljit_emit_op0(compiler, SLJIT_DIVMOD_UW); in test42() 3955 sljit_emit_op0(compiler, SLJIT_DIVMOD_SW); in test42() 3961 sljit_emit_op0(compiler, SLJIT_DIVMOD_U32); in test42() 3969 sljit_emit_op0(compiler, SLJIT_DIVMOD_S32); in test42() 3977 sljit_emit_op0(compiler, SLJIT_DIV_UW); in test42() [all …]
|
| /netbsd/src/sys/external/bsd/sljit/dist/sljit_src/ |
| D | sljitLir.h | 799 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op);
|
| D | sljitNativeSPARC_common.c | 777 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0() function
|
| D | sljitLir.c | 1931 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0() function
|
| D | sljitNativeARM_T2_32.c | 1149 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0() function
|
| D | sljitNativeMIPS_common.c | 1011 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0() function
|
| D | sljitNativeARM_64.c | 1254 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0() function
|
| D | sljitNativeARM_32.c | 1551 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0() function
|
| D | sljitNativePPC_common.c | 1263 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0() function
|
| D | sljitNativeTILEGX_64.c | 2173 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) { in sljit_emit_op0() function
|
| D | sljitNativeX86_common.c | 704 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0() function
|
| /netbsd/src/sys/net/ |
| D | bpfjit.c | 1176 status = sljit_emit_op0(compiler, SLJIT_UDIV|SLJIT_I32_OP); in emit_moddiv()
|