Home | History | Annotate | Download | only in sljit

Lines Matching refs:sljit_si

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