Lines Matching refs:sljit_ins

33 typedef sljit_ui sljit_ins;  typedef
127 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst()
129 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
144 static SLJIT_INLINE void modify_imm64_const(sljit_ins* inst, sljit_uw new_imm) in modify_imm64_const()
154 …JIT_INLINE sljit_si detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_ins *code) in detect_jump_type()
173 diff += sizeof(sljit_ins); in detect_jump_type()
176 jump->addr -= sizeof(sljit_ins); in detect_jump_type()
180 diff -= sizeof(sljit_ins); in detect_jump_type()
209 sljit_ins *code; in sljit_generate_code()
210 sljit_ins *code_ptr; in sljit_generate_code()
211 sljit_ins *buf_ptr; in sljit_generate_code()
212 sljit_ins *buf_end; in sljit_generate_code()
225 code = (sljit_ins*)SLJIT_MALLOC_EXEC(compiler->size * sizeof(sljit_ins)); in sljit_generate_code()
236 buf_ptr = (sljit_ins*)buf->memory; in sljit_generate_code()
280 buf_ptr = (sljit_ins*)jump->addr; in sljit_generate_code()
311 compiler->executable_size = (code_ptr - code) * sizeof(sljit_ins); in sljit_generate_code()
349 static sljit_ins logical_imm(sljit_sw imm, sljit_si len) in logical_imm()
353 sljit_ins ins; in logical_imm()
417 sljit_ins bitmask; in load_immediate()
520 sljit_ins inv_bits = (flags & INT_OP) ? (1 << 31) : 0; in emit_op_imm()
521 sljit_ins inst_bits; in emit_op_imm()
780 static SLJIT_CONST sljit_ins sljit_mem_imm[4] = {
787 static SLJIT_CONST sljit_ins sljit_mem_simm[4] = {
794 static SLJIT_CONST sljit_ins sljit_mem_pre_simm[4] = {
801 static SLJIT_CONST sljit_ins sljit_mem_reg[4] = {
1248 sljit_ins inv_bits = (op & SLJIT_INT_OP) ? (1 << 31) : 0; in sljit_emit_op0()
1533 return push_inst(compiler, *(sljit_ins*)instruction); in sljit_emit_op_custom()
1553 sljit_ins ins_bits = (shift << 30); in emit_fop_mem()
1608 sljit_ins inv_bits = (op & SLJIT_SINGLE_OP) ? (1 << 22) : 0; in sljit_emit_fop1_convw_fromd()
1630 sljit_ins inv_bits = (op & SLJIT_SINGLE_OP) ? (1 << 22) : 0; in sljit_emit_fop1_convd_fromw()
1659 sljit_ins inv_bits = (op & SLJIT_SINGLE_OP) ? (1 << 22) : 0; in sljit_emit_fop1_cmp()
1679 sljit_ins inv_bits; in sljit_emit_fop1()
1727 sljit_ins inv_bits = (op & SLJIT_SINGLE_OP) ? (1 << 22) : 0; in sljit_emit_fop2()
1910 sljit_ins inv_bits = (type & SLJIT_INT_OP) ? (1 << 31) : 0; in emit_cmp_to0()
1973 sljit_ins cc; in sljit_emit_op_flags()
2040 sljit_ins* inst = (sljit_ins*)addr; in sljit_set_jump_addr()
2047 sljit_ins* inst = (sljit_ins*)addr; in sljit_set_const()