• Home
  • Raw
  • Download

Lines Matching refs:sljit_compiler

445 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler)  in sljit_generate_code()
565 static sljit_si emit_cum_binary(struct sljit_compiler *compiler,
571 static sljit_si emit_non_cum_binary(struct sljit_compiler *compiler,
577 static sljit_si emit_mov(struct sljit_compiler *compiler,
581 static SLJIT_INLINE sljit_si emit_save_flags(struct sljit_compiler *compiler) in emit_save_flags()
604 static SLJIT_INLINE sljit_si emit_restore_flags(struct sljit_compiler *compiler, sljit_si keep_flag… in emit_restore_flags()
651 static sljit_si emit_mov(struct sljit_compiler *compiler, in emit_mov()
719 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op0(struct sljit_compiler *compiler, sljit_si op) in sljit_emit_op0()
862 static sljit_si emit_mov_byte(struct sljit_compiler *compiler, sljit_si sign, in emit_mov_byte()
1007 static sljit_si emit_mov_half(struct sljit_compiler *compiler, sljit_si sign, in emit_mov_half()
1058 static sljit_si emit_unary(struct sljit_compiler *compiler, sljit_ub opcode, in emit_unary()
1097 static sljit_si emit_not_with_flags(struct sljit_compiler *compiler, in emit_not_with_flags()
1137 static sljit_si emit_clz(struct sljit_compiler *compiler, sljit_si op_flags, in emit_clz()
1246 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op1(struct sljit_compiler *compiler, sljit_si op, in sljit_emit_op1()
1445 static sljit_si emit_cum_binary(struct sljit_compiler *compiler,
1561 static sljit_si emit_non_cum_binary(struct sljit_compiler *compiler,
1643 static sljit_si emit_mul(struct sljit_compiler *compiler,
1773 static sljit_si emit_lea_binary(struct sljit_compiler *compiler, sljit_si keep_flags,
1832 static sljit_si emit_cmp_binary(struct sljit_compiler *compiler,
1883 static sljit_si emit_test_binary(struct sljit_compiler *compiler,
1991 static sljit_si emit_shift(struct sljit_compiler *compiler,
2080 static sljit_si emit_shift_with_flags(struct sljit_compiler *compiler,
2115 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op2(struct sljit_compiler *compiler, sljit_si op,
2226 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op_custom(struct sljit_compiler *compiler,
2276 static sljit_si emit_sse2(struct sljit_compiler *compiler, sljit_ub opcode,
2288 static sljit_si emit_sse2_logic(struct sljit_compiler *compiler, sljit_ub opcode,
2300 static SLJIT_INLINE sljit_si emit_sse2_load(struct sljit_compiler *compiler,
2306 static SLJIT_INLINE sljit_si emit_sse2_store(struct sljit_compiler *compiler,
2312 static SLJIT_INLINE sljit_si sljit_emit_fop1_convw_fromd(struct sljit_compiler *compiler, sljit_si …
2334 static SLJIT_INLINE sljit_si sljit_emit_fop1_convd_fromw(struct sljit_compiler *compiler, sljit_si …
2369 static SLJIT_INLINE sljit_si sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_si op,
2381 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fop1(struct sljit_compiler *compiler, sljit_si op,
2447 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fop2(struct sljit_compiler *compiler, sljit_si op,
2512 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler)
2541 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_…
2578 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type, …
2647 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_si op,
2831 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_get_local_base(struct sljit_compiler *compiler, sljit_si ds…
2862 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji…