Home | History | Annotate | Download | only in sljit

Lines Matching refs:sljit_ub

29 static sljit_si emit_do_imm(struct sljit_compiler *compiler, sljit_ub opcode, sljit_sw imm)
31 sljit_ub *inst;
33 inst = (sljit_ub*)ensure_buf(compiler, 1 + 1 + sizeof(sljit_sw));
41 static sljit_ub* generate_far_jump_code(struct sljit_jump *jump, sljit_ub *code_ptr, sljit_si type)
71 sljit_ub *inst;
93 inst = (sljit_ub*)ensure_buf(compiler, 1 + size);
202 sljit_ub *inst;
224 inst = (sljit_ub*)ensure_buf(compiler, 1 + size);
253 static sljit_ub* emit_x86_instruction(struct sljit_compiler *compiler, sljit_si size,
259 sljit_ub *inst;
260 sljit_ub *buf_ptr;
329 inst = (sljit_ub*)ensure_buf(compiler, 1 + inst_size);
422 sljit_ub *inst;
425 inst = (sljit_ub*)ensure_buf(compiler, type >= SLJIT_CALL3 ? 1 + 2 + 1 : 1 + 2);
434 inst = (sljit_ub*)ensure_buf(compiler, 1 + 4 * (type - SLJIT_CALL0));
460 sljit_ub *inst;
474 inst = (sljit_ub*)ensure_buf(compiler, 1 + 1);
491 sljit_ub *inst;
500 inst = (sljit_ub*)ensure_buf(compiler, 1 + 1 + 1);
512 inst = (sljit_ub*)ensure_buf(compiler, 1 + 1);
518 inst = (sljit_ub*)ensure_buf(compiler, 1 + 5 + 1);