Lines Matching refs:sljit_si

29 static sljit_si emit_do_imm(struct sljit_compiler *compiler, sljit_ub opcode, sljit_sw imm)  in emit_do_imm()
41 static sljit_ub* generate_far_jump_code(struct sljit_jump *jump, sljit_ub *code_ptr, sljit_si type) in generate_far_jump_code()
66 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
67 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in sljit_emit_enter()
68 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) in sljit_emit_enter()
70 sljit_si size; in sljit_emit_enter()
175 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in sljit_set_context()
176 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) in sljit_set_context()
199 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_return(struct sljit_compiler *compiler, sljit_si op, s… in sljit_emit_return()
201 sljit_si size; in sljit_emit_return()
253 static sljit_ub* emit_x86_instruction(struct sljit_compiler *compiler, sljit_si size, in emit_x86_instruction()
255 sljit_si a, sljit_sw imma, in emit_x86_instruction()
257 sljit_si b, sljit_sw immb) in emit_x86_instruction()
261 sljit_si flags = size & ~0xf; in emit_x86_instruction()
262 sljit_si inst_size; in emit_x86_instruction()
420 static SLJIT_INLINE sljit_si call_with_args(struct sljit_compiler *compiler, sljit_si type) in call_with_args()
458 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si d… in sljit_emit_fast_enter()
489 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_si in sljit_emit_fast_return()