/src/sys/external/bsd/sljit/dist/test_src/ |
sljitTest.c | 83 /* Testing both sljit_emit_op_flags and sljit_emit_jump. */ 87 sljit_emit_op_flags(compiler, SLJIT_MOV, dst, dstw, SLJIT_UNUSED, 0, type); 555 sljit_emit_op_flags(compiler, SLJIT_MOV, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_sw), SLJIT_UNUSED, 0, SLJIT_NOT_EQUAL); 556 sljit_emit_op_flags(compiler, SLJIT_MOV, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_sw) * 2, SLJIT_UNUSED, 0, SLJIT_EQUAL); 558 sljit_emit_op_flags(compiler, SLJIT_MOV, SLJIT_S1, 0, SLJIT_UNUSED, 0, SLJIT_GREATER); 561 sljit_emit_op_flags(compiler, SLJIT_MOV, SLJIT_R2, 0, SLJIT_UNUSED, 0, SLJIT_LESS); 564 sljit_emit_op_flags(compiler, SLJIT_MOV, SLJIT_R2, 0, SLJIT_UNUSED, 0, SLJIT_SIG_GREATER); 569 sljit_emit_op_flags(compiler, SLJIT_MOV, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_sw) * 6, SLJIT_UNUSED, 0, SLJIT_OVERFLOW); 572 sljit_emit_op_flags(compiler, SLJIT_MOV, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_sw) * 7, SLJIT_UNUSED, 0, SLJIT_ZERO); 574 sljit_emit_op_flags(compiler, SLJIT_MOV, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_sw) * 8, SLJIT_UNUSED, 0, SLJIT_ZERO) [all...] |
/src/sys/external/bsd/sljit/dist/sljit_src/ |
sljitLir.h | 1189 Note: sljit_emit_op_flags does nothing, if dst is SLJIT_UNUSED (regardless of op). */ 1190 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 op,
|
sljitNativeSPARC_common.c | 1386 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 op, function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
sljitLir.c | 2096 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 op, function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
sljitNativeARM_32.c | 2210 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 op, function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
sljitNativeARM_T2_32.c | 1809 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 op, function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
sljitNativeARM_64.c | 1975 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 op, function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
sljitNativeMIPS_common.c | 1890 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 op, function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
sljitNativePPC_common.c | 2231 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 op, function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
sljitNativeTILEGX_64.c | 2087 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw, sljit_s32 type) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
sljitNativeX86_common.c | 1476 /* Special exception for sljit_emit_op_flags. */ 2592 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 op, function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|