Lines Matching refs:sljit_si

328 static sljit_si compiler_initialized = 0;
343 && sizeof(sljit_si) == 4 && sizeof(sljit_ui) == 4 in sljit_create_compiler()
518 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_si size) in sljit_alloc_memory()
561 …LJIT_INLINE void set_jump(struct sljit_jump *jump, struct sljit_compiler *compiler, sljit_si flags) in set_jump()
875 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in check_sljit_emit_enter()
876 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) in check_sljit_emit_enter()
906 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in check_sljit_set_context()
907 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) in check_sljit_set_context()
943 …INE void check_sljit_emit_return(struct sljit_compiler *compiler, sljit_si op, sljit_si src, sljit… 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()
1026 sljit_si dst, sljit_sw dstw, in check_sljit_emit_op1()
1027 sljit_si src, sljit_sw srcw) 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()
1065 sljit_si dst, sljit_sw dstw, in check_sljit_emit_op2()
1066 sljit_si src1, sljit_sw src1w, in check_sljit_emit_op2()
1067 sljit_si src2, sljit_sw src2w) 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()
1121 void *instruction, sljit_si size) 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()
1156 sljit_si dst, sljit_sw dstw, in check_sljit_emit_fop1()
1157 sljit_si src, sljit_sw srcw) 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()
1195 sljit_si src1, sljit_sw src1w, in check_sljit_emit_fop1_cmp()
1196 sljit_si src2, sljit_sw src2w) in check_sljit_emit_fop1_cmp()
1231 …c SLJIT_INLINE void check_sljit_emit_fop1_convw_fromd(struct sljit_compiler *compiler, sljit_si op, in check_sljit_emit_fop1_convw_fromd()
1232 sljit_si dst, sljit_sw dstw, in check_sljit_emit_fop1_convw_fromd()
1233 sljit_si src, sljit_sw srcw) in check_sljit_emit_fop1_convw_fromd()
1269 …c SLJIT_INLINE void check_sljit_emit_fop1_convd_fromw(struct sljit_compiler *compiler, sljit_si op, in check_sljit_emit_fop1_convd_fromw()
1270 sljit_si dst, sljit_sw dstw, in check_sljit_emit_fop1_convd_fromw()
1271 sljit_si src, sljit_sw srcw) 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()
1308 sljit_si dst, sljit_sw dstw, in check_sljit_emit_fop2()
1309 sljit_si src1, sljit_sw src1w, in check_sljit_emit_fop2()
1310 sljit_si src2, sljit_sw src2w) in check_sljit_emit_fop2()
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()
1376 sljit_si src1, sljit_sw src1w, in check_sljit_emit_cmp()
1377 sljit_si src2, sljit_sw src2w) 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()
1404 sljit_si src1, sljit_sw src1w, in check_sljit_emit_fcmp()
1405 sljit_si src2, sljit_sw src2w) in check_sljit_emit_fcmp()
1433 …INE void check_sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type, sljit_si src, slji… 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()
1462 sljit_si dst, sljit_sw dstw, in check_sljit_emit_op_flags()
1463 sljit_si src, sljit_sw srcw, in check_sljit_emit_op_flags()
1464 sljit_si type) 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()
1611 …PI_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_si type, in sljit_emit_cmp()
1612 sljit_si src1, sljit_sw src1w, in sljit_emit_cmp()
1613 sljit_si src2, sljit_sw src2w) in sljit_emit_cmp()
1616 sljit_si flags, tmp_src, condition; in sljit_emit_cmp()
1691 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_fcmp(struct sljit_compiler *compiler, sljit_si type, in sljit_emit_fcmp()
1692 sljit_si src1, sljit_sw src1w, in sljit_emit_fcmp()
1693 sljit_si src2, sljit_sw src2w) in sljit_emit_fcmp()
1695 sljit_si flags, condition; in sljit_emit_fcmp()
1719 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_get_local_base(struct sljit_compiler *compiler, sljit_si ds… in sljit_get_local_base()
1756 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_si size) in sljit_alloc_memory()
1786 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter()
1787 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in sljit_emit_enter()
1788 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) in sljit_emit_enter()
1803 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in sljit_set_context()
1804 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) in sljit_set_context()
1817 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_return(struct sljit_compiler *compiler, sljit_si op, s… in sljit_emit_return()
1827 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si d… in sljit_emit_fast_enter()
1836 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_si in sljit_emit_fast_return()
1845 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op0(struct sljit_compiler *compiler, sljit_si op) in sljit_emit_op0()
1853 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op1(struct sljit_compiler *compiler, sljit_si op, in sljit_emit_op1()
1854 sljit_si dst, sljit_sw dstw, in sljit_emit_op1()
1855 sljit_si src, sljit_sw srcw) in sljit_emit_op1()
1867 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op2(struct sljit_compiler *compiler, sljit_si op, in sljit_emit_op2()
1868 sljit_si dst, sljit_sw dstw, in sljit_emit_op2()
1869 sljit_si src1, sljit_sw src1w, in sljit_emit_op2()
1870 sljit_si src2, sljit_sw src2w) in sljit_emit_op2()
1884 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_get_register_index(sljit_si reg) in sljit_get_register_index()
1890 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op_custom(struct sljit_compiler *compiler, in sljit_emit_op_custom()
1891 void *instruction, sljit_si size) in sljit_emit_op_custom()
1900 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_is_fpu_available(void) in sljit_is_fpu_available()
1906 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fop1(struct sljit_compiler *compiler, sljit_si op, in sljit_emit_fop1()
1907 sljit_si dst, sljit_sw dstw, in sljit_emit_fop1()
1908 sljit_si src, sljit_sw srcw) in sljit_emit_fop1()
1920 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_fop2(struct sljit_compiler *compiler, sljit_si op, in sljit_emit_fop2()
1921 sljit_si dst, sljit_sw dstw, in sljit_emit_fop2()
1922 sljit_si src1, sljit_sw src1w, in sljit_emit_fop2()
1923 sljit_si src2, sljit_sw src2w) in sljit_emit_fop2()
1944 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type) in sljit_emit_jump()
1952 …PI_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_si type, in sljit_emit_cmp()
1953 sljit_si src1, sljit_sw src1w, in sljit_emit_cmp()
1954 sljit_si src2, sljit_sw src2w) in sljit_emit_cmp()
1966 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_fcmp(struct sljit_compiler *compiler, sljit_si type, in sljit_emit_fcmp()
1967 sljit_si src1, sljit_sw src1w, in sljit_emit_fcmp()
1968 sljit_si src2, sljit_sw src2w) in sljit_emit_fcmp()
1994 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type, in sljit_emit_ijump()
2004 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_si op, in sljit_emit_op_flags()
2005 sljit_si dst, sljit_sw dstw, in sljit_emit_op_flags()
2006 sljit_si src, sljit_sw srcw, in sljit_emit_op_flags()
2007 sljit_si type) in sljit_emit_op_flags()
2020 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_get_local_base(struct sljit_compiler *compiler, sljit_si ds… in sljit_get_local_base()
2030 …E struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dst… in sljit_emit_const()