• Home
  • Raw
  • Download

Lines Matching refs:sljit_ub

29 static sljit_si emit_do_imm(struct sljit_compiler *compiler, sljit_ub opcode, sljit_sw imm)  in emit_do_imm()
31 sljit_ub *inst; in emit_do_imm()
33 inst = (sljit_ub*)ensure_buf(compiler, 1 + 1 + sizeof(sljit_sw)); 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()
71 sljit_ub *inst; in sljit_emit_enter()
93 inst = (sljit_ub*)ensure_buf(compiler, 1 + size); in sljit_emit_enter()
202 sljit_ub *inst; in sljit_emit_return()
224 inst = (sljit_ub*)ensure_buf(compiler, 1 + size); in sljit_emit_return()
253 static sljit_ub* emit_x86_instruction(struct sljit_compiler *compiler, sljit_si size, in emit_x86_instruction()
259 sljit_ub *inst; in emit_x86_instruction()
260 sljit_ub *buf_ptr; in emit_x86_instruction()
329 inst = (sljit_ub*)ensure_buf(compiler, 1 + inst_size); in emit_x86_instruction()
422 sljit_ub *inst; in call_with_args()
425 inst = (sljit_ub*)ensure_buf(compiler, type >= SLJIT_CALL3 ? 1 + 2 + 1 : 1 + 2); in call_with_args()
434 inst = (sljit_ub*)ensure_buf(compiler, 1 + 4 * (type - SLJIT_CALL0)); in call_with_args()
460 sljit_ub *inst; in sljit_emit_fast_enter()
474 inst = (sljit_ub*)ensure_buf(compiler, 1 + 1); in sljit_emit_fast_enter()
491 sljit_ub *inst; in sljit_emit_fast_return()
500 inst = (sljit_ub*)ensure_buf(compiler, 1 + 1 + 1); in sljit_emit_fast_return()
512 inst = (sljit_ub*)ensure_buf(compiler, 1 + 1); in sljit_emit_fast_return()
518 inst = (sljit_ub*)ensure_buf(compiler, 1 + 5 + 1); in sljit_emit_fast_return()