Home
last modified time | relevance | path

Searched refs:sljit_emit_op0 (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/sys/external/bsd/sljit/dist/test_src/
DsljitTest.c2213 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/
DsljitLir.h799 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op);
DsljitNativeSPARC_common.c777 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0() function
DsljitLir.c1931 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0() function
DsljitNativeARM_T2_32.c1149 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0() function
DsljitNativeMIPS_common.c1011 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0() function
DsljitNativeARM_64.c1254 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0() function
DsljitNativeARM_32.c1551 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0() function
DsljitNativePPC_common.c1263 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0() function
DsljitNativeTILEGX_64.c2173 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) { in sljit_emit_op0() function
DsljitNativeX86_common.c704 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/
Dbpfjit.c1176 status = sljit_emit_op0(compiler, SLJIT_UDIV|SLJIT_I32_OP); in emit_moddiv()