• Home
  • Raw
  • Download

Lines Matching refs:SLJIT_INLINE

534 static SLJIT_INLINE void reverse_buf(struct sljit_compiler *compiler)  in reverse_buf()
550 static SLJIT_INLINE void set_label(struct sljit_label *label, struct sljit_compiler *compiler) in set_label()
561 static SLJIT_INLINE void set_jump(struct sljit_jump *jump, struct sljit_compiler *compiler, sljit_s… in set_jump()
572 static SLJIT_INLINE void set_const(struct sljit_const *const_, struct sljit_compiler *compiler) in set_const()
855 static SLJIT_INLINE void check_sljit_generate_code(struct sljit_compiler *compiler) in check_sljit_generate_code()
874 static SLJIT_INLINE void check_sljit_emit_enter(struct sljit_compiler *compiler, in check_sljit_emit_enter()
905 static SLJIT_INLINE void check_sljit_set_context(struct sljit_compiler *compiler, in check_sljit_set_context()
943 static SLJIT_INLINE void check_sljit_emit_return(struct sljit_compiler *compiler, sljit_si op, slji… in check_sljit_emit_return()
972 static SLJIT_INLINE void check_sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si dst,… in check_sljit_emit_fast_enter()
991 static SLJIT_INLINE void check_sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_si src… in check_sljit_emit_fast_return()
1010 static SLJIT_INLINE void check_sljit_emit_op0(struct sljit_compiler *compiler, sljit_si op) in check_sljit_emit_op0()
1025 static SLJIT_INLINE void check_sljit_emit_op1(struct sljit_compiler *compiler, sljit_si op, in check_sljit_emit_op1()
1064 static SLJIT_INLINE void check_sljit_emit_op2(struct sljit_compiler *compiler, sljit_si op, in check_sljit_emit_op2()
1108 static SLJIT_INLINE void check_sljit_get_register_index(sljit_si reg) in check_sljit_get_register_index()
1114 static SLJIT_INLINE void check_sljit_get_float_register_index(sljit_si reg) in check_sljit_get_float_register_index()
1120 static SLJIT_INLINE void check_sljit_emit_op_custom(struct sljit_compiler *compiler, in check_sljit_emit_op_custom()
1155 static SLJIT_INLINE void check_sljit_emit_fop1(struct sljit_compiler *compiler, sljit_si op, in check_sljit_emit_fop1()
1194 static SLJIT_INLINE void check_sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_si op, in check_sljit_emit_fop1_cmp()
1231 static SLJIT_INLINE void check_sljit_emit_fop1_convw_fromd(struct sljit_compiler *compiler, sljit_s… in check_sljit_emit_fop1_convw_fromd()
1269 static SLJIT_INLINE void check_sljit_emit_fop1_convd_fromw(struct sljit_compiler *compiler, sljit_s… in check_sljit_emit_fop1_convd_fromw()
1307 static SLJIT_INLINE void check_sljit_emit_fop2(struct sljit_compiler *compiler, sljit_si op, in check_sljit_emit_fop2()
1343 static SLJIT_INLINE void check_sljit_emit_label(struct sljit_compiler *compiler) in check_sljit_emit_label()
1354 static SLJIT_INLINE void check_sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type) in check_sljit_emit_jump()
1375 static SLJIT_INLINE void check_sljit_emit_cmp(struct sljit_compiler *compiler, sljit_si type, in check_sljit_emit_cmp()
1403 static SLJIT_INLINE void check_sljit_emit_fcmp(struct sljit_compiler *compiler, sljit_si type, in check_sljit_emit_fcmp()
1433 static SLJIT_INLINE void check_sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type, slj… in check_sljit_emit_ijump()
1461 static SLJIT_INLINE void check_sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_si op, in check_sljit_emit_op_flags()
1503 static SLJIT_INLINE void check_sljit_get_local_base(struct sljit_compiler *compiler, sljit_si dst, … in check_sljit_get_local_base()
1522 static SLJIT_INLINE void check_sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, slji… in check_sljit_emit_const()
1542 static SLJIT_INLINE sljit_si emit_mov_before_return(struct sljit_compiler *compiler, sljit_si op, s… in emit_mov_before_return()