/src/sys/external/bsd/sljit/dist/test_src/ |
sljitTest.c | 206 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_UNUSED, 0, SLJIT_MEM0(), (sljit_sw)&buf); 207 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_R0, 0, SLJIT_IMM, 9999); 208 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_S1, 0, SLJIT_S0, 0); 209 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_MEM1(SLJIT_S1), sizeof(sljit_sw), SLJIT_R0, 0); 210 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_R1, 0, SLJIT_IMM, sizeof(sljit_sw)); 211 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_R2, 0, SLJIT_MEM2(SLJIT_S1, SLJIT_R1), 0); 212 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_S0, 0, SLJIT_IMM, 2); 213 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_MEM2(SLJIT_S1, SLJIT_S0), SLJIT_WORD_SHIFT, SLJIT_MEM2(SLJIT_S1, SLJIT_R1), 0); 214 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_S0, 0, SLJIT_IMM, 3); 215 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_MEM2(SLJIT_S1, SLJIT_S0), SLJIT_WORD_SHIFT, SLJIT_MEM0(), (sljit_sw)&bu (…) [all...] |
/src/sys/external/bsd/sljit/dist/doc/tutorial/ |
struct_access.c | 51 sljit_emit_op1(C, SLJIT_MOV, SLJIT_R0, 0, SLJIT_MEM1(SLJIT_S0), SLJIT_OFFSETOF(struct point_st, x)); // S0->x --> R0 54 sljit_emit_op1(C, SLJIT_MOV_SI, SLJIT_R0, 0, SLJIT_MEM1(SLJIT_S0), SLJIT_OFFSETOF(struct point_st, y)); // S0->y --> R0 57 sljit_emit_op1(C, SLJIT_MOV_SH, SLJIT_R0, 0, SLJIT_MEM1(SLJIT_S0), SLJIT_OFFSETOF(struct point_st, z)); // S0->z --> R0 60 sljit_emit_op1(C, SLJIT_MOV_SB, SLJIT_R0, 0, SLJIT_MEM1(SLJIT_S0), SLJIT_OFFSETOF(struct point_st, d)); // S0->z --> R0
|
temp_var.c | 43 sljit_emit_op1(C, SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), 0, SLJIT_S0, 0); 45 sljit_emit_op1(C, SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), 1 * sizeof(long), SLJIT_S1, 0); 47 sljit_emit_op1(C, SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), 2 * sizeof(long), SLJIT_S2, 0); 51 sljit_emit_op1(C, SLJIT_MOV, SLJIT_R1, 0, SLJIT_IMM, 3); /* R1 = 3; */
|
brainfuck.c | 155 sljit_emit_op1(C, SLJIT_MOV, SLJIT_R0, 0, SLJIT_IMM, BF_CELL_SIZE); 156 sljit_emit_op1(C, SLJIT_MOV, SLJIT_R1, 0, SLJIT_IMM, 1); 161 sljit_emit_op1(C, SLJIT_MOV, CELLS, 0, SLJIT_R0, 0); /* CELLS = R0 */ 167 sljit_emit_op1(C, SLJIT_MOV_UB, SLJIT_R0, 0, SLJIT_MEM2(CELLS, SP), 0); /* R0 = CELLS[SP] */ 170 sljit_emit_op1(C, SLJIT_MOV_UB, SLJIT_MEM2(CELLS, SP), 0, SLJIT_R0, 0); /* CELLS[SP] = R0 */ 178 sljit_emit_op1(C, SLJIT_MOV_UB, SLJIT_R0, 0, SLJIT_MEM2(CELLS, SP), 0); /* R0 = CELLS[SP] */ 183 sljit_emit_op1(C, SLJIT_MOV_UB, SLJIT_MEM2(CELLS, SP), 0, SLJIT_R0, 0); /* CELLS[SP] = R0 */ 187 sljit_emit_op1(C, SLJIT_MOV_UB, SLJIT_R0, 0, SLJIT_MEM2(CELLS, SP), 0); /* R0 = CELLS[SP] */ 212 sljit_emit_op1(C, SLJIT_MOV, SLJIT_R0, 0, CELLS, 0);
|
branch.c | 41 sljit_emit_op1(C, SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_S1, 0); 50 sljit_emit_op1(C, SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_S2, 0);
|
func_call.c | 45 sljit_emit_op1(C, SLJIT_MOV, SLJIT_R0, 0, SLJIT_S1, 0); 54 sljit_emit_op1(C, SLJIT_MOV, SLJIT_R0, 0, SLJIT_S2, 0);
|
first_program.c | 22 sljit_emit_op1(C, SLJIT_MOV, SLJIT_R0, 0, SLJIT_S0, 0);
|
array_access.c | 42 sljit_emit_op1(C, SLJIT_MOV, SLJIT_R0, 0, SLJIT_MEM2(SLJIT_S0, SLJIT_S2), SLJIT_WORD_SHIFT);// R0 = (long *)S0[S2];
|
loop.c | 40 sljit_emit_op1(C, SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, 0);
|
/src/sys/net/ |
bpfjit.c | 302 status = sljit_emit_op1(compiler, 310 status = sljit_emit_op1(compiler, 360 return sljit_emit_op1(compiler, 377 status = sljit_emit_op1(compiler, 385 status = sljit_emit_op1(compiler, 421 status = sljit_emit_op1(compiler, 429 status = sljit_emit_op1(compiler, 455 status = sljit_emit_op1(compiler, 481 status = sljit_emit_op1(compiler, 538 status = sljit_emit_op1(compiler [all...] |
/src/sys/external/bsd/sljit/dist/sljit_src/ |
sljitLir.h | 564 SLJIT_MOV_P (see sljit_emit_op1). As for src and srcw they must be 0 if op 801 /* Starting index of opcodes for sljit_emit_op1. */ 828 sljit_emit_op1(..., SLJIT_MOVU_U8, 830 sljit_emit_op1(..., SLJIT_MOVU_U8, 832 sljit_emit_op1(..., SLJIT_MOVU_U8, 834 sljit_emit_op1(..., SLJIT_MOVU_U8, 836 sljit_emit_op1(..., SLJIT_MOVU_U8, 842 sljit_emit_op1(..., SLJIT_MOVU_U8, 905 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op,
|
sljitLir.c | 1640 return sljit_emit_op1(compiler, op, SLJIT_RETURN_REG, 0, src, srcw); 1808 return sljit_emit_op1(compiler, SLJIT_MOV, dst, dstw, SLJIT_SP, 0); 1939 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
sljitNativeSPARC_common.c | 823 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
sljitNativeARM_32.c | 1627 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
sljitNativeARM_T2_32.c | 1223 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
sljitNativeARM_64.c | 1286 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
sljitNativeMIPS_common.c | 1061 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
sljitNativePPC_common.c | 1313 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
sljitNativeTILEGX_64.c | 2197 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
sljitNativeX86_common.c | 1237 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE sljit_s32
|
/src/sys/external/bsd/sljit/dist/regex_src/ |
regexJIT.c | 1290 CHECK(sljit_emit_op1(compiler, type, arg1, arg2, arg3, arg4)) 1807 CHECK(sljit_emit_op1(compiler_common.compiler, type, arg1, arg2, arg3, arg4))
|