diff options
| author | ruki <[email protected]> | 2020-01-19 09:14:11 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-01-19 09:14:11 +0800 |
| commit | 6500e9b88e33a0c8b6c25b1471783c340ffc318b (patch) | |
| tree | 490d36458f9be43dcc18152b38423c7928f18d34 /core/src | |
| parent | 747b281a52494170e0521151570df11f4c241cb4 (diff) | |
fix compile for termux
Diffstat (limited to 'core/src')
12 files changed, 109 insertions, 5076 deletions
diff --git a/core/src/luajit/autogen/android/jit/armv7-a/lj_bcdef.h b/core/src/luajit/autogen/android/jit/armv7-a/lj_bcdef.h deleted file mode 100644 index 16f2d4c8c..000000000 --- a/core/src/luajit/autogen/android/jit/armv7-a/lj_bcdef.h +++ /dev/null @@ -1,220 +0,0 @@ -/* This is a generated file. DO NOT EDIT! */ - -LJ_DATADEF const uint16_t lj_bc_ofs[] = { -0, -152, -304, -456, -608, -752, -892, -968, -1044, -1176, -1308, -1368, -1428, -1484, -1540, -1592, -1644, -1680, -1716, -1752, -1804, -1872, -1940, -2028, -2116, -2208, -2268, -2360, -2448, -2536, -2628, -2688, -2780, -2868, -2956, -3048, -3108, -3200, -3260, -3340, -3380, -3420, -3456, -3492, -3528, -3588, -3640, -3748, -3848, -3904, -3956, -4020, -4084, -4188, -4276, -4296, -4316, -4456, -4616, -4724, -4792, -4980, -5256, -5412, -5560, -5664, -5680, -5740, -5752, -5932, -6012, -6196, -6404, -6516, -6536, -6704, -6812, -6928, -7080, -7248, -7276, -7436, -7592, -7620, -7664, -7704, -7732, -7756, -7788, -7820, -7848, -7916, -7968, -7968, -8084, -8088, -8172, -10080, -10144, -10556, -10652, -10700, -10820, -10180, -10328, -10404, -10448, -10472, -10872, -10912, -11544, -10976, -11284, -11920, -11588, -11748, -12056, -12112, -12140, -12168, -12196, -12224, -12252, -12280, -12308, -12336, -12364, -12392, -12568, -12624, -12084, -12456, -12420, -12492, -12528, -12668, -12812, -13552, -13820, -13776, -13852, -13900, -13948, -13996, -14044, -13580, -13640, -13700, -12956, -13008, -13088, -13232, -13308, -13384 -}; - -LJ_DATADEF const uint16_t lj_bc_mode[] = { -BCDEF(BCMODE) -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF, -BCMODE_FF -}; - diff --git a/core/src/luajit/autogen/android/jit/armv7-a/lj_ffdef.h b/core/src/luajit/autogen/android/jit/armv7-a/lj_ffdef.h deleted file mode 100644 index b34a39126..000000000 --- a/core/src/luajit/autogen/android/jit/armv7-a/lj_ffdef.h +++ /dev/null @@ -1,210 +0,0 @@ -/* This is a generated file. DO NOT EDIT! */ - -FFDEF(assert) -FFDEF(type) -FFDEF(next) -FFDEF(pairs) -FFDEF(ipairs_aux) -FFDEF(ipairs) -FFDEF(getmetatable) -FFDEF(setmetatable) -FFDEF(getfenv) -FFDEF(setfenv) -FFDEF(rawget) -FFDEF(rawset) -FFDEF(rawequal) -FFDEF(unpack) -FFDEF(select) -FFDEF(tonumber) -FFDEF(tostring) -FFDEF(error) -FFDEF(pcall) -FFDEF(xpcall) -FFDEF(loadfile) -FFDEF(load) -FFDEF(loadstring) -FFDEF(dofile) -FFDEF(gcinfo) -FFDEF(collectgarbage) -FFDEF(newproxy) -FFDEF(print) -FFDEF(coroutine_status) -FFDEF(coroutine_running) -FFDEF(coroutine_isyieldable) -FFDEF(coroutine_create) -FFDEF(coroutine_yield) -FFDEF(coroutine_resume) -FFDEF(coroutine_wrap_aux) -FFDEF(coroutine_wrap) -FFDEF(math_abs) -FFDEF(math_floor) -FFDEF(math_ceil) -FFDEF(math_sqrt) -FFDEF(math_log10) -FFDEF(math_exp) -FFDEF(math_sin) -FFDEF(math_cos) -FFDEF(math_tan) -FFDEF(math_asin) -FFDEF(math_acos) -FFDEF(math_atan) -FFDEF(math_sinh) -FFDEF(math_cosh) -FFDEF(math_tanh) -FFDEF(math_frexp) -FFDEF(math_modf) -FFDEF(math_log) -FFDEF(math_atan2) -FFDEF(math_pow) -FFDEF(math_fmod) -FFDEF(math_ldexp) -FFDEF(math_min) -FFDEF(math_max) -FFDEF(math_random) -FFDEF(math_randomseed) -FFDEF(bit_tobit) -FFDEF(bit_bnot) -FFDEF(bit_bswap) -FFDEF(bit_lshift) -FFDEF(bit_rshift) -FFDEF(bit_arshift) -FFDEF(bit_rol) -FFDEF(bit_ror) -FFDEF(bit_band) -FFDEF(bit_bor) -FFDEF(bit_bxor) -FFDEF(bit_tohex) -FFDEF(string_byte) -FFDEF(string_char) -FFDEF(string_sub) -FFDEF(string_rep) -FFDEF(string_reverse) -FFDEF(string_lower) -FFDEF(string_upper) -FFDEF(string_dump) -FFDEF(string_find) -FFDEF(string_match) -FFDEF(string_gmatch_aux) -FFDEF(string_gmatch) -FFDEF(string_gsub) -FFDEF(string_format) -FFDEF(table_maxn) -FFDEF(table_insert) -FFDEF(table_concat) -FFDEF(table_sort) -FFDEF(table_new) -FFDEF(table_clear) -FFDEF(io_method_close) -FFDEF(io_method_read) -FFDEF(io_method_write) -FFDEF(io_method_flush) -FFDEF(io_method_seek) -FFDEF(io_method_setvbuf) -FFDEF(io_method_lines) -FFDEF(io_method___gc) -FFDEF(io_method___tostring) -FFDEF(io_open) -FFDEF(io_popen) -FFDEF(io_tmpfile) -FFDEF(io_close) -FFDEF(io_read) -FFDEF(io_write) -FFDEF(io_flush) -FFDEF(io_input) -FFDEF(io_output) -FFDEF(io_lines) -FFDEF(io_type) -FFDEF(os_execute) -FFDEF(os_remove) -FFDEF(os_rename) -FFDEF(os_tmpname) -FFDEF(os_getenv) -FFDEF(os_exit) -FFDEF(os_clock) -FFDEF(os_date) -FFDEF(os_time) -FFDEF(os_difftime) -FFDEF(os_setlocale) -FFDEF(debug_getregistry) -FFDEF(debug_getmetatable) -FFDEF(debug_setmetatable) -FFDEF(debug_getfenv) -FFDEF(debug_setfenv) -FFDEF(debug_getinfo) -FFDEF(debug_getlocal) -FFDEF(debug_setlocal) -FFDEF(debug_getupvalue) -FFDEF(debug_setupvalue) -FFDEF(debug_upvalueid) -FFDEF(debug_upvaluejoin) -FFDEF(debug_sethook) -FFDEF(debug_gethook) -FFDEF(debug_debug) -FFDEF(debug_traceback) -FFDEF(jit_on) -FFDEF(jit_off) -FFDEF(jit_flush) -FFDEF(jit_status) -FFDEF(jit_attach) -FFDEF(jit_util_funcinfo) -FFDEF(jit_util_funcbc) -FFDEF(jit_util_funck) -FFDEF(jit_util_funcuvname) -FFDEF(jit_util_traceinfo) -FFDEF(jit_util_traceir) -FFDEF(jit_util_tracek) -FFDEF(jit_util_tracesnap) -FFDEF(jit_util_tracemc) -FFDEF(jit_util_traceexitstub) -FFDEF(jit_util_ircalladdr) -FFDEF(jit_opt_start) -FFDEF(jit_profile_start) -FFDEF(jit_profile_stop) -FFDEF(jit_profile_dumpstack) -FFDEF(ffi_meta___index) -FFDEF(ffi_meta___newindex) -FFDEF(ffi_meta___eq) -FFDEF(ffi_meta___len) -FFDEF(ffi_meta___lt) -FFDEF(ffi_meta___le) -FFDEF(ffi_meta___concat) -FFDEF(ffi_meta___call) -FFDEF(ffi_meta___add) -FFDEF(ffi_meta___sub) -FFDEF(ffi_meta___mul) -FFDEF(ffi_meta___div) -FFDEF(ffi_meta___mod) -FFDEF(ffi_meta___pow) -FFDEF(ffi_meta___unm) -FFDEF(ffi_meta___tostring) -FFDEF(ffi_meta___pairs) -FFDEF(ffi_meta___ipairs) -FFDEF(ffi_clib___index) -FFDEF(ffi_clib___newindex) -FFDEF(ffi_clib___gc) -FFDEF(ffi_callback_free) -FFDEF(ffi_callback_set) -FFDEF(ffi_cdef) -FFDEF(ffi_new) -FFDEF(ffi_cast) -FFDEF(ffi_typeof) -FFDEF(ffi_typeinfo) -FFDEF(ffi_istype) -FFDEF(ffi_sizeof) -FFDEF(ffi_alignof) -FFDEF(ffi_offsetof) -FFDEF(ffi_errno) -FFDEF(ffi_string) -FFDEF(ffi_copy) -FFDEF(ffi_fill) -FFDEF(ffi_abi) -FFDEF(ffi_metatype) -FFDEF(ffi_gc) -FFDEF(ffi_load) - -#undef FFDEF - -#ifndef FF_NUM_ASMFUNC -#define FF_NUM_ASMFUNC 57 -#endif - diff --git a/core/src/luajit/autogen/android/jit/armv7-a/lj_folddef.h b/core/src/luajit/autogen/android/jit/armv7-a/lj_folddef.h deleted file mode 100644 index 6dea6c78a..000000000 --- a/core/src/luajit/autogen/android/jit/armv7-a/lj_folddef.h +++ /dev/null @@ -1,1113 +0,0 @@ -/* This is a generated file. DO NOT EDIT! */ - -static const FoldFunc fold_func[] = { - fold_kfold_numarith, - fold_kfold_numabsneg, - fold_kfold_ldexp, - fold_kfold_fpmath, - fold_kfold_numpow, - fold_kfold_numcomp, - fold_kfold_intarith, - fold_kfold_intovarith, - fold_kfold_bnot, - fold_kfold_bswap, - fold_kfold_intcomp, - fold_kfold_intcomp0, - fold_kfold_int64arith, - fold_kfold_int64arith2, - fold_kfold_int64shift, - fold_kfold_bnot64, - fold_kfold_bswap64, - fold_kfold_int64comp, - fold_kfold_int64comp0, - fold_kfold_snew_kptr, - fold_kfold_snew_empty, - fold_kfold_strref, - fold_kfold_strref_snew, - fold_kfold_strcmp, - fold_bufput_append, - fold_bufput_kgc, - fold_bufstr_kfold_cse, - fold_bufput_kfold_op, - fold_bufput_kfold_rep, - fold_bufput_kfold_fmt, - fold_kfold_add_kgc, - fold_kfold_add_kptr, - fold_kfold_add_kright, - fold_kfold_tobit, - fold_kfold_conv_kint_num, - fold_kfold_conv_kintu32_num, - fold_kfold_conv_kint_ext, - fold_kfold_conv_kint_i64, - fold_kfold_conv_kint64_num_i64, - fold_kfold_conv_kint64_num_u64, - fold_kfold_conv_kint64_int_i64, - fold_kfold_conv_knum_int_num, - fold_kfold_conv_knum_u32_num, - fold_kfold_conv_knum_i64_num, - fold_kfold_conv_knum_u64_num, - fold_kfold_tostr_knum, - fold_kfold_tostr_kint, - fold_kfold_strto, - lj_opt_cse, - fold_kfold_kref, - fold_shortcut_round, - fold_shortcut_left, - fold_shortcut_dropleft, - fold_shortcut_leftleft, - fold_simplify_numadd_negx, - fold_simplify_numadd_xneg, - fold_simplify_numsub_k, - fold_simplify_numsub_negk, - fold_simplify_numsub_xneg, - fold_simplify_nummuldiv_k, - fold_simplify_nummuldiv_negk, - fold_simplify_nummuldiv_negneg, - fold_simplify_numpow_xk, - fold_simplify_numpow_kx, - fold_shortcut_conv_num_int, - fold_simplify_conv_int_num, - fold_simplify_conv_i64_num, - fold_simplify_conv_int_i64, - fold_simplify_conv_flt_num, - fold_simplify_tobit_conv, - fold_simplify_floor_conv, - fold_simplify_conv_sext, - fold_simplify_conv_narrow, - fold_cse_conv, - fold_narrow_convert, - fold_simplify_intadd_k, - fold_simplify_intmul_k, - fold_simplify_intsub_k, - fold_simplify_intsub_kleft, - fold_simplify_intadd_k64, - fold_simplify_intsub_k64, - fold_simplify_intmul_k32, - fold_simplify_intmul_k64, - fold_simplify_intmod_k, - fold_simplify_intmod_kleft, - fold_simplify_intsub, - fold_simplify_intsubadd_leftcancel, - fold_simplify_intsubsub_leftcancel, - fold_simplify_intsubsub_rightcancel, - fold_simplify_intsubadd_rightcancel, - fold_simplify_intsubaddadd_cancel, - fold_simplify_band_k, - fold_simplify_bor_k, - fold_simplify_bxor_k, - fold_simplify_shift_ik, - fold_simplify_shift_andk, - fold_simplify_shift1_ki, - fold_simplify_shift2_ki, - fold_simplify_shiftk_andk, - fold_simplify_andk_shiftk, - fold_simplify_andor_k, - fold_simplify_andor_k64, - fold_reassoc_intarith_k, - fold_reassoc_intarith_k64, - fold_reassoc_dup, - fold_reassoc_bxor, - fold_reassoc_shift, - fold_reassoc_minmax_k, - fold_reassoc_minmax_left, - fold_reassoc_minmax_right, - fold_abc_fwd, - fold_abc_k, - fold_abc_invar, - fold_comm_swap, - fold_comm_equal, - fold_comm_comp, - fold_comm_dup, - fold_comm_bxor, - fold_merge_eqne_snew_kgc, - lj_opt_fwd_aload, - fold_kfold_hload_kkptr, - lj_opt_fwd_hload, - lj_opt_fwd_uload, - lj_opt_fwd_tab_len, - fold_cse_uref, - lj_opt_fwd_hrefk, - fold_fwd_href_tnew, - fold_fwd_href_tdup, - fold_fload_tab_tnew_asize, - fold_fload_tab_tnew_hmask, - fold_fload_tab_tdup_asize, - fold_fload_tab_tdup_hmask, - fold_fload_tab_ah, - fold_fload_str_len_kgc, - fold_fload_str_len_snew, - fold_fload_str_len_tostr, - fold_fload_cdata_typeid_kgc, - fold_fload_cdata_int64_kgc, - fold_fload_cdata_typeid_cnew, - fold_fload_cdata_ptr_int64_cnew, - lj_opt_cse, - lj_opt_fwd_fload, - fold_fwd_sload, - fold_xload_kptr, - lj_opt_fwd_xload, - fold_barrier_tab, - fold_barrier_tnew_tdup, - fold_prof, - lj_opt_dse_ahstore, - lj_opt_dse_ustore, - lj_opt_dse_fstore, - lj_opt_dse_xstore, - lj_ir_emit -}; - -static const uint32_t fold_hash[950] = { -0x5654a7ff, -0x0d58741d, -0x25b45ed4, -0x5c45fc17, -0x0e487417, -0xffffffff, -0xffffffff, -0xffffffff, -0x4b6ffc17, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x848bfc06, -0xffffffff, -0xffffffff, -0xffffffff, -0x7307ffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x3111fc1b, -0x5f4bfc21, -0x1bc18c13, -0xffffffff, -0xffffffff, -0xffffffff, -0x8c8bfc00, -0xffffffff, -0x4ab4aa6e, -0x139c6817, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x4ab4a66e, -0xffffffff, -0xffffffff, -0x06485c17, -0x7bc1fc1e, -0xffffffff, -0x1dc18c0f, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x6744881d, -0xffffffff, -0xffffffff, -0xffffffff, -0x1dc18c0b, -0xffffffff, -0x6544841d, -0x0510701c, -0x40b569d3, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x4e5477ff, -0xffffffff, -0xffffffff, -0x0064701c, -0x917bffff, -0x48b4ae95, -0xffffffff, -0x0a145c17, -0xffffffff, -0x98a5ffff, -0x47b5feb3, -0x48b4aa95, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x0c44741d, -0x06685c17, -0x48b4a695, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x535bfc17, -0xffffffff, -0xffffffff, -0xffffffff, -0x3d56bc2f, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x31106018, -0x4e545fff, -0x0506701c, -0xffffffff, -0x3b57fc1c, -0xffffffff, -0xffffffff, -0x7547ffff, -0x29b4726e, -0x604a77ff, -0x6b66cc1c, -0xffffffff, -0x7171ffff, -0xffffffff, -0xffffffff, -0x0a0a5c17, -0xffffffff, -0x979bffff, -0x24b45e72, -0x3110741d, -0xffffffff, -0xffffffff, -0x8c8bfc10, -0x98c5ffff, -0xffffffff, -0x065e5c17, -0xffffffff, -0xffffffff, -0xffffffff, -0x6a4a9417, -0xffffffff, -0xffffffff, -0x5e51fc17, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x604a5fff, -0xffffffff, -0x7213ffff, -0x25b45eb4, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x624a8417, -0x28b47695, -0xffffffff, -0x7467ffff, -0xffffffff, -0xffffffff, -0x0a005c17, -0x848bfc08, -0x8c91ffff, -0xffffffff, -0x1106741d, -0x036a73ff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x06545c17, -0xffffffff, -0xffffffff, -0x5257fc1d, -0x0d5a741d, -0xffffffff, -0xffffffff, -0x5d47fc17, -0x0e4a7417, -0xffffffff, -0x8c8bfc04, -0xffffffff, -0x4c71fc17, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x7309ffff, -0x8c8bfc11, -0xffffffff, -0xffffffff, -0x466b6800, -0xffffffff, -0x3113fc1b, -0x5f4dfc21, -0x466b6802, -0x3753fc2f, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x91b1ffff, -0xffffffff, -0xffffffff, -0x064a5c17, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x48b4ae75, -0xffffffff, -0xffffffff, -0xffffffff, -0x67468c1d, -0xffffffff, -0x48b4aa75, -0x848bfc09, -0xffffffff, -0x6656ac17, -0x8a8b4c0e, -0x878b7000, -0x48b4a675, -0xffffffff, -0xffffffff, -0xffffffff, -0x8a8b480e, -0x0512701c, -0x2fba6000, -0x1cc18c16, -0xffffffff, -0xffffffff, -0xffffffff, -0x7153ffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x0066701c, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x5b43fc1d, -0x0c46741d, -0xffffffff, -0xffffffff, -0xffffffff, -0x78866800, -0x8c8bfc01, -0xffffffff, -0xffffffff, -0x3e5dfc17, -0xffffffff, -0xffffffff, -0xffffffff, -0x3d58bc2f, -0x6d69fc33, -0xffffffff, -0xffffffff, -0x1dc18c0e, -0xffffffff, -0xffffffff, -0xffffffff, -0x31126018, -0x0508701c, -0xffffffff, -0xffffffff, -0x3b59fc1c, -0x6b68d01c, -0xffffffff, -0xffffffff, -0x614c77ff, -0xffffffff, -0xffffffff, -0x24b45e70, -0x7f774416, -0xffffffff, -0x98a3fc00, -0x0a0c5c17, -0x1dc18c0a, -0xffffffff, -0xffffffff, -0x3112741d, -0xffffffff, -0xffffffff, -0xffffffff, -0x6a4c9817, -0x28b47675, -0xffffffff, -0xffffffff, -0xffffffff, -0x684287ff, -0xffffffff, -0xffffffff, -0xffffffff, -0x4b53fc17, -0xffffffff, -0x868b3800, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x614c5fff, -0x6752a41d, -0x7015ffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x0052701c, -0x7469ffff, -0xffffffff, -0xffffffff, -0x0a025c17, -0xffffffff, -0x9493ffff, -0x898a600f, -0x1108741d, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x15806017, -0x06565c17, -0x015e7045, -0xffffffff, -0xffffffff, -0x63429417, -0x0d5c741d, -0xffffffff, -0x5e49fc17, -0x0e4c7417, -0xffffffff, -0x63429017, -0x24b45e71, -0x353e7c00, -0x3011141b, -0xffffffff, -0xffffffff, -0xffffffff, -0x149dfc17, -0xffffffff, -0xffffffff, -0xffffffff, -0x730bffff, -0x64428817, -0xffffffff, -0x0f3e7400, -0xffffffff, -0xffffffff, -0xffffffff, -0x66428417, -0x5f4ffc21, -0x3a55fc2f, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x8b8b4c10, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x064c5c17, -0xffffffff, -0x6f15fc17, -0xffffffff, -0x0c52741d, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x3954bc1c, -0xffffffff, -0x8f8c6bff, -0x42b56ace, -0xffffffff, -0xffffffff, -0xffffffff, -0x083e5c00, -0xffffffff, -0x3360c045, -0x1bc18c14, -0xffffffff, -0x7301ffff, -0x1f52681d, -0x326ad400, -0x3460bc45, -0x326ad402, -0x932bffff, -0xffffffff, -0x1f52641d, -0xffffffff, -0xffffffff, -0x5555ffff, -0xffffffff, -0x7785fc00, -0x1e52601d, -0x0068701c, -0x7f77441c, -0xffffffff, -0x91affc00, -0xffffffff, -0xffffffff, -0x98a9ffff, -0x828b4408, -0xffffffff, -0x06425c17, -0x466b6801, -0x0b0bfc17, -0x5c45fc1d, -0x808b4008, -0x076c5c17, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x7f774418, -0xffffffff, -0x5a54a429, -0x1dc18c0c, -0xffffffff, -0xffffffff, -0x8b8b4c11, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x22b45dd3, -0xffffffff, -0xffffffff, -0xffffffff, -0x050a701c, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x614e77ff, -0x44b569ae, -0xffffffff, -0x45b7681c, -0x7d75ffff, -0xffffffff, -0xffffffff, -0x0a0e5c17, -0xffffffff, -0x6a4e9c17, -0x989fffff, -0x1bc18c15, -0xffffffff, -0xffffffff, -0x68448bff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x6d67fc34, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x4d55fc17, -0x43b56a96, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x838b4409, -0xffffffff, -0x614e5fff, -0x0500701c, -0x9817ffff, -0xffffffff, -0x818b4009, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x624e8417, -0xffffffff, -0x0054701c, -0xffffffff, -0x1dc18c0d, -0xffffffff, -0x0a045c17, -0xffffffff, -0x9495ffff, -0xffffffff, -0x110a741d, -0xffffffff, -0xffffffff, -0x98bfffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x01607045, -0x41b56a8e, -0xffffffff, -0xffffffff, -0x2053fc1a, -0x35408000, -0x5e4bfc17, -0x1bc18c09, -0x0e4e7417, -0xffffffff, -0xffffffff, -0xffffffff, -0x3013141b, -0xffffffff, -0x25b45ed3, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x730dffff, -0x66448817, -0xffffffff, -0x10407400, -0xffffffff, -0x42b56aae, -0xffffffff, -0x64448417, -0x5f51fc21, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x31106fff, -0xffffffff, -0x8d8bffff, -0xffffffff, -0x1100741d, -0xffffffff, -0xffffffff, -0x49b5ffff, -0xffffffff, -0xffffffff, -0x064e5c17, -0xffffffff, -0xffffffff, -0xffffffff, -0x0c54741d, -0x2db873ff, -0xffffffff, -0xffffffff, -0xffffffff, -0x3c56bc1c, -0x888a600e, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x09405c00, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x7303ffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x7157ffff, -0x6c66d3ff, -0x98b20000, -0x7987fc00, -0x2eb85fff, -0xffffffff, -0x6866cfff, -0xffffffff, -0xffffffff, -0xffffffff, -0x19abffff, -0xffffffff, -0xffffffff, -0x06445c17, -0xffffffff, -0xffffffff, -0x5d47fc1d, -0xffffffff, -0x076e5c17, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x02647017, -0x858a6000, -0xffffffff, -0x5855fc2a, -0xffffffff, -0x545a5fff, -0x050c701c, -0xffffffff, -0x27b475d6, -0x43b56a76, -0xffffffff, -0xffffffff, -0xffffffff, -0x615077ff, -0xffffffff, -0xffffffff, -0x6a50a017, -0x8477ffff, -0xffffffff, -0xffffffff, -0x31105c17, -0x69468fff, -0x98a1ffff, -0x326ad401, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x8c8bfc0f, -0x5157fc17, -0x6756ac1d, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x6b66cc17, -0xffffffff, -0xffffffff, -0x41b56a6e, -0xffffffff, -0x7c7a63ff, -0x61505fff, -0x0502701c, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x7443ffff, -0xffffffff, -0x62508417, -0xffffffff, -0x0056701c, -0x25b45eb3, -0x716dffff, -0xffffffff, -0x0a065c17, -0xffffffff, -0x9597ffff, -0xffffffff, -0x110c741d, -0xffffffff, -0x92af4400, -0x98c1ffff, -0x2053fc18, -0xffffffff, -0x065a5c17, -0x848bfc07, -0x92af4000, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x5e4dfc17, -0x0e507417, -0xffffffff, -0xffffffff, -0xffffffff, -0x3652bfff, -0x76113818, -0xffffffff, -0xffffffff, -0x66468c17, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x730fffff, -0xffffffff, -0xffffffff, -0x43b56a95, -0xffffffff, -0xffffffff, -0xffffffff, -0x898a6010, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x31126fff, -0xffffffff, -0x908dffff, -0xffffffff, -0x1102741d, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x06505c17, -0xffffffff, -0xffffffff, -0x4f53fc1d, -0x0c56741d, -0x4ab6a81c, -0xffffffff, -0x5b43fc17, -0xffffffff, -0x3c58bc1c, -0xffffffff, -0x4ab6a41c, -0x4b6dfc17, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x48b4ae96, -0x7305ffff, -0x2cb472ce, -0x2053fc19, -0xffffffff, -0xffffffff, -0x48b4aa96, -0xffffffff, -0x5f49fc21, -0x6e15fc29, -0xffffffff, -0x6868d3ff, -0x48b4a696, -0x7a89fc00, -0xffffffff, -0xffffffff, -0xffffffff, -0x6c68cfff, -0x3f5c73ff, -0xffffffff, -0xffffffff, -0x1aadffff, -0xffffffff, -0xffffffff, -0x06465c17, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x07705c17, -0xffffffff, -0xffffffff, -0x898a6011, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x6542881d, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x6742841d, -0x050e701c, -0xffffffff, -0xffffffff, -0xffffffff, -0x6652a417, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x0062701c, -0x9879ffff, -0xffffffff, -0xffffffff, -0x31125c17, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x24b45e6f, -0x4ab4aaae, -0x21b6701c, -0xffffffff, -0x0c42741d, -0x06665c17, -0xffffffff, -0x4ab4a6ae, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x6b68d017, -0x23b45dd4, -0xffffffff, -0xffffffff, -0xffffffff, -0x355ebfff, -0xffffffff, -0x045c7017, -0xffffffff, -0xffffffff, -0xffffffff, -0x7c7c63ff, -0xffffffff, -0x0504701c, -0xffffffff, -0x47b5fed3, -0x3855fc1c, -0xffffffff, -0xffffffff, -0x7445ffff, -0x604877ff, -0xffffffff, -0xffffffff, -0x0058701c, -0x556fffff, -0x18ab5056, -0xffffffff, -0x0a085c17, -0x5955fc29, -0x9699ffff, -0x120bfc1d, -0x110e741d, -0x26b475d5, -0x43b56a75, -0x98c3ffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x5e4ffc17, -0xffffffff, -0xffffffff, -0x6a489017, -0x2ab4728e, -0x16813bff, -0x76133818, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0xffffffff, -0x60485fff, -0xffffffff, -0x7211ffff, -0xffffffff, -0x8c8bfc0e, -0xffffffff, -0x17bd8c00, -0x1f526817, -0xffffffff, -0x62488417, -0xffffffff, -0xffffffff, -0xffffffff, -0x1f526417, -0xffffffff, -0xffffffff, -0x48b4ae76, -0x8e8fffff, -0x2bb472ae, -0x1104741d, -0x1e526017, -0xffffffff, -0x48b4aa76, -0x5754abff, -0xffffffff, -0x06525c17, -0x7e7743ff, -0x8b8b4c0f, -0x5055fc1d, -0x48b4a676 -}; - -#define fold_hashkey(k) (lj_rol(lj_rol((k),30)-(k),25)%949) - diff --git a/core/src/luajit/autogen/android/jit/armv7-a/lj_libdef.h b/core/src/luajit/autogen/android/jit/armv7-a/lj_libdef.h deleted file mode 100644 index 19166a15b..000000000 --- a/core/src/luajit/autogen/android/jit/armv7-a/lj_libdef.h +++ /dev/null @@ -1,420 +0,0 @@ -/* This is a generated file. DO NOT EDIT! */ - -#ifdef LJLIB_MODULE_base -#undef LJLIB_MODULE_base -static const lua_CFunction lj_lib_cf_base[] = { - lj_ffh_assert, - lj_ffh_next, - lj_ffh_pairs, - lj_ffh_ipairs_aux, - lj_ffh_ipairs, - lj_ffh_setmetatable, - lj_cf_getfenv, - lj_cf_setfenv, - lj_ffh_rawget, - lj_cf_rawset, - lj_cf_rawequal, - lj_cf_unpack, - lj_cf_select, - lj_ffh_tonumber, - lj_ffh_tostring, - lj_cf_error, - lj_ffh_pcall, - lj_cf_loadfile, - lj_cf_load, - lj_cf_loadstring, - lj_cf_dofile, - lj_cf_gcinfo, - lj_cf_collectgarbage, - lj_cf_newproxy, - lj_cf_print -}; -static const uint8_t lj_lib_init_base[] = { -2,0,28,70,97,115,115,101,114,116,195,110,105,108,199,98,111,111,108,101,97, -110,252,1,200,117,115,101,114,100,97,116,97,198,115,116,114,105,110,103,197, -117,112,118,97,108,198,116,104,114,101,97,100,197,112,114,111,116,111,200,102, -117,110,99,116,105,111,110,197,116,114,97,99,101,197,99,100,97,116,97,197,116, -97,98,108,101,252,9,198,110,117,109,98,101,114,132,116,121,112,101,68,110,101, -120,116,253,69,112,97,105,114,115,64,253,70,105,112,97,105,114,115,140,103, -101,116,109,101,116,97,116,97,98,108,101,76,115,101,116,109,101,116,97,116, -97,98,108,101,7,103,101,116,102,101,110,118,7,115,101,116,102,101,110,118,70, -114,97,119,103,101,116,6,114,97,119,115,101,116,8,114,97,119,101,113,117,97, -108,6,117,110,112,97,99,107,6,115,101,108,101,99,116,72,116,111,110,117,109, -98,101,114,72,116,111,115,116,114,105,110,103,5,101,114,114,111,114,69,112, -99,97,108,108,134,120,112,99,97,108,108,8,108,111,97,100,102,105,108,101,4, -108,111,97,100,10,108,111,97,100,115,116,114,105,110,103,6,100,111,102,105, -108,101,6,103,99,105,110,102,111,14,99,111,108,108,101,99,116,103,97,114,98, -97,103,101,252,2,8,110,101,119,112,114,111,120,121,200,116,111,115,116,114, -105,110,103,5,112,114,105,110,116,252,3,200,95,86,69,82,83,73,79,78,250,255 -}; -#endif - -#ifdef LJLIB_MODULE_coroutine -#undef LJLIB_MODULE_coroutine -static const lua_CFunction lj_lib_cf_coroutine[] = { - lj_cf_coroutine_status, - lj_cf_coroutine_running, - lj_cf_coroutine_isyieldable, - lj_cf_coroutine_create, - lj_ffh_coroutine_yield, - lj_ffh_coroutine_resume, - lj_cf_coroutine_wrap -}; -static const uint8_t lj_lib_init_coroutine[] = { -30,13,7,6,115,116,97,116,117,115,7,114,117,110,110,105,110,103,11,105,115,121, -105,101,108,100,97,98,108,101,6,99,114,101,97,116,101,69,121,105,101,108,100, -70,114,101,115,117,109,101,254,4,119,114,97,112,255 -}; -#endif - -#ifdef LJLIB_MODULE_math -#undef LJLIB_MODULE_math -static const lua_CFunction lj_lib_cf_math[] = { - lj_ffh_math_abs, - lj_ffh_math_sqrt, - lj_ffh_math_log, - lj_ffh_math_atan2, - lj_ffh_math_ldexp, - lj_ffh_math_min, - lj_cf_math_random, - lj_cf_math_randomseed -}; -static const uint8_t lj_lib_init_math[] = { -38,16,30,67,97,98,115,133,102,108,111,111,114,132,99,101,105,108,68,115,113, -114,116,133,108,111,103,49,48,131,101,120,112,131,115,105,110,131,99,111,115, -131,116,97,110,132,97,115,105,110,132,97,99,111,115,132,97,116,97,110,132,115, -105,110,104,132,99,111,115,104,132,116,97,110,104,133,102,114,101,120,112,132, -109,111,100,102,67,108,111,103,249,3,100,101,103,0,1,2,0,0,1,2,24,1,0,0,76, -1,2,0,241,135,158,166,3,220,203,178,130,4,249,3,114,97,100,0,1,2,0,0,1,2,24, -1,0,0,76,1,2,0,243,244,148,165,20,198,190,199,252,3,69,97,116,97,110,50,131, -112,111,119,132,102,109,111,100,69,108,100,101,120,112,67,109,105,110,131,109, -97,120,251,24,45,68,84,251,33,9,64,194,112,105,250,251,0,0,0,0,0,0,240,127, -196,104,117,103,101,250,252,2,6,114,97,110,100,111,109,252,2,10,114,97,110, -100,111,109,115,101,101,100,255 -}; -#endif - -#ifdef LJLIB_MODULE_bit -#undef LJLIB_MODULE_bit -static const lua_CFunction lj_lib_cf_bit[] = { - lj_ffh_bit_tobit, - lj_ffh_bit_bnot, - lj_ffh_bit_bswap, - lj_ffh_bit_lshift, - lj_ffh_bit_band, - lj_cf_bit_tohex -}; -static const uint8_t lj_lib_init_bit[] = { -64,40,12,69,116,111,98,105,116,68,98,110,111,116,69,98,115,119,97,112,70,108, -115,104,105,102,116,134,114,115,104,105,102,116,135,97,114,115,104,105,102, -116,131,114,111,108,131,114,111,114,68,98,97,110,100,131,98,111,114,132,98, -120,111,114,5,116,111,104,101,120,255 -}; -#endif - -#ifdef LJLIB_MODULE_string -#undef LJLIB_MODULE_string -static const lua_CFunction lj_lib_cf_string[] = { - lj_ffh_string_byte, - lj_ffh_string_char, - lj_ffh_string_sub, - lj_cf_string_rep, - lj_ffh_string_reverse, - lj_cf_string_dump, - lj_cf_string_find, - lj_cf_string_match, - lj_cf_string_gmatch, - lj_cf_string_gsub, - lj_cf_string_format -}; -static const uint8_t lj_lib_init_string[] = { -76,51,14,249,3,108,101,110,0,1,2,0,0,0,3,16,0,5,0,21,1,0,0,76,1,2,0,68,98,121, -116,101,68,99,104,97,114,67,115,117,98,3,114,101,112,71,114,101,118,101,114, -115,101,133,108,111,119,101,114,133,117,112,112,101,114,4,100,117,109,112,4, -102,105,110,100,5,109,97,116,99,104,254,6,103,109,97,116,99,104,4,103,115,117, -98,6,102,111,114,109,97,116,255 -}; -#endif - -#ifdef LJLIB_MODULE_table -#undef LJLIB_MODULE_table -static const lua_CFunction lj_lib_cf_table[] = { - lj_cf_table_maxn, - lj_cf_table_insert, - lj_cf_table_concat, - lj_cf_table_sort -}; -static const uint8_t lj_lib_init_table[] = { -90,57,9,249,8,102,111,114,101,97,99,104,105,0,2,9,0,0,0,15,16,0,12,0,16,1,9, -0,41,2,1,0,21,3,0,0,41,4,1,0,77,2,8,128,18,6,1,0,18,7,5,0,59,8,5,0,66,6,3,2, -10,6,0,0,88,7,1,128,76,6,2,0,79,2,248,127,75,0,1,0,249,7,102,111,114,101,97, -99,104,0,2,10,0,0,0,16,16,0,12,0,16,1,9,0,43,2,0,0,18,3,0,0,41,4,0,0,88,5,7, -128,18,7,1,0,18,8,5,0,18,9,6,0,66,7,3,2,10,7,0,0,88,8,1,128,76,7,2,0,70,5,3, -3,82,5,247,127,75,0,1,0,249,4,103,101,116,110,0,1,2,0,0,0,3,16,0,12,0,21,1, -0,0,76,1,2,0,4,109,97,120,110,6,105,110,115,101,114,116,249,6,114,101,109,111, -118,101,0,2,10,0,0,2,30,16,0,12,0,21,2,0,0,11,1,0,0,88,3,7,128,8,2,0,0,88,3, -23,128,59,3,2,0,43,4,0,0,64,4,2,0,76,3,2,0,88,3,18,128,16,1,14,0,41,3,1,0,3, -3,1,0,88,3,14,128,3,1,2,0,88,3,12,128,59,3,1,0,22,4,1,1,18,5,2,0,41,6,1,0,77, -4,4,128,23,8,1,7,59,9,7,0,64,9,8,0,79,4,252,127,43,4,0,0,64,4,2,0,76,3,2,0, -75,0,1,0,0,2,249,4,109,111,118,101,0,5,12,0,0,0,35,16,0,12,0,16,1,14,0,16,2, -14,0,16,3,14,0,11,4,0,0,88,5,1,128,18,4,0,0,16,4,12,0,3,1,2,0,88,5,24,128,33, -5,1,3,0,2,3,0,88,6,4,128,2,3,1,0,88,6,2,128,4,4,0,0,88,6,9,128,18,6,1,0,18, -7,2,0,41,8,1,0,77,6,4,128,32,10,5,9,59,11,9,0,64,11,10,4,79,6,252,127,88,6, -8,128,18,6,2,0,18,7,1,0,41,8,255,255,77,6,4,128,32,10,5,9,59,11,9,0,64,11,10, -4,79,6,252,127,76,4,2,0,6,99,111,110,99,97,116,4,115,111,114,116,254,254,255 -}; -#endif - -#ifdef LJLIB_MODULE_io_method -#undef LJLIB_MODULE_io_method -static const lua_CFunction lj_lib_cf_io_method[] = { - lj_cf_io_method_close, - lj_cf_io_method_read, - lj_cf_io_method_write, - lj_cf_io_method_flush, - lj_cf_io_method_seek, - lj_cf_io_method_setvbuf, - lj_cf_io_method_lines, - lj_cf_io_method___gc, - lj_cf_io_method___tostring -}; -static const uint8_t lj_lib_init_io_method[] = { -96,57,10,5,99,108,111,115,101,4,114,101,97,100,5,119,114,105,116,101,5,102, -108,117,115,104,4,115,101,101,107,7,115,101,116,118,98,117,102,5,108,105,110, -101,115,4,95,95,103,99,10,95,95,116,111,115,116,114,105,110,103,252,1,199,95, -95,105,110,100,101,120,250,255 -}; -#endif - -#ifdef LJLIB_MODULE_io -#undef LJLIB_MODULE_io -static const lua_CFunction lj_lib_cf_io[] = { - lj_cf_io_open, - lj_cf_io_popen, - lj_cf_io_tmpfile, - lj_cf_io_close, - lj_cf_io_read, - lj_cf_io_write, - lj_cf_io_flush, - lj_cf_io_input, - lj_cf_io_output, - lj_cf_io_lines, - lj_cf_io_type -}; -static const uint8_t lj_lib_init_io[] = { -105,57,12,252,2,192,250,4,111,112,101,110,5,112,111,112,101,110,7,116,109,112, -102,105,108,101,5,99,108,111,115,101,4,114,101,97,100,5,119,114,105,116,101, -5,102,108,117,115,104,5,105,110,112,117,116,6,111,117,116,112,117,116,5,108, -105,110,101,115,4,116,121,112,101,255 -}; -#endif - -#ifdef LJLIB_MODULE_os -#undef LJLIB_MODULE_os -static const lua_CFunction lj_lib_cf_os[] = { - lj_cf_os_execute, - lj_cf_os_remove, - lj_cf_os_rename, - lj_cf_os_tmpname, - lj_cf_os_getenv, - lj_cf_os_exit, - lj_cf_os_clock, - lj_cf_os_date, - lj_cf_os_time, - lj_cf_os_difftime, - lj_cf_os_setlocale -}; -static const uint8_t lj_lib_init_os[] = { -116,57,11,7,101,120,101,99,117,116,101,6,114,101,109,111,118,101,6,114,101, -110,97,109,101,7,116,109,112,110,97,109,101,6,103,101,116,101,110,118,4,101, -120,105,116,5,99,108,111,99,107,4,100,97,116,101,4,116,105,109,101,8,100,105, -102,102,116,105,109,101,9,115,101,116,108,111,99,97,108,101,255 -}; -#endif - -#ifdef LJLIB_MODULE_debug -#undef LJLIB_MODULE_debug -static const lua_CFunction lj_lib_cf_debug[] = { - lj_cf_debug_getregistry, - lj_cf_debug_getmetatable, - lj_cf_debug_setmetatable, - lj_cf_debug_getfenv, - lj_cf_debug_setfenv, - lj_cf_debug_getinfo, - lj_cf_debug_getlocal, - lj_cf_debug_setlocal, - lj_cf_debug_getupvalue, - lj_cf_debug_setupvalue, - lj_cf_debug_upvalueid, - lj_cf_debug_upvaluejoin, - lj_cf_debug_sethook, - lj_cf_debug_gethook, - lj_cf_debug_debug, - lj_cf_debug_traceback -}; -static const uint8_t lj_lib_init_debug[] = { -127,57,16,11,103,101,116,114,101,103,105,115,116,114,121,12,103,101,116,109, -101,116,97,116,97,98,108,101,12,115,101,116,109,101,116,97,116,97,98,108,101, -7,103,101,116,102,101,110,118,7,115,101,116,102,101,110,118,7,103,101,116,105, -110,102,111,8,103,101,116,108,111,99,97,108,8,115,101,116,108,111,99,97,108, -10,103,101,116,117,112,118,97,108,117,101,10,115,101,116,117,112,118,97,108, -117,101,9,117,112,118,97,108,117,101,105,100,11,117,112,118,97,108,117,101, -106,111,105,110,7,115,101,116,104,111,111,107,7,103,101,116,104,111,111,107, -5,100,101,98,117,103,9,116,114,97,99,101,98,97,99,107,255 -}; -#endif - -#ifdef LJLIB_MODULE_jit -#undef LJLIB_MODULE_jit -static const lua_CFunction lj_lib_cf_jit[] = { - lj_cf_jit_on, - lj_cf_jit_off, - lj_cf_jit_flush, - lj_cf_jit_status, - lj_cf_jit_attach -}; -static const uint8_t lj_lib_init_jit[] = { -143,57,9,2,111,110,3,111,102,102,5,102,108,117,115,104,6,115,116,97,116,117, -115,6,97,116,116,97,99,104,252,5,194,111,115,250,252,4,196,97,114,99,104,250, -252,3,203,118,101,114,115,105,111,110,95,110,117,109,250,252,2,199,118,101, -114,115,105,111,110,250,255 -}; -#endif - -#ifdef LJLIB_MODULE_jit_util -#undef LJLIB_MODULE_jit_util -static const lua_CFunction lj_lib_cf_jit_util[] = { - lj_cf_jit_util_funcinfo, - lj_cf_jit_util_funcbc, - lj_cf_jit_util_funck, - lj_cf_jit_util_funcuvname, - lj_cf_jit_util_traceinfo, - lj_cf_jit_util_traceir, - lj_cf_jit_util_tracek, - lj_cf_jit_util_tracesnap, - lj_cf_jit_util_tracemc, - lj_cf_jit_util_traceexitstub, - lj_cf_jit_util_ircalladdr -}; -static const uint8_t lj_lib_init_jit_util[] = { -148,57,11,8,102,117,110,99,105,110,102,111,6,102,117,110,99,98,99,5,102,117, -110,99,107,10,102,117,110,99,117,118,110,97,109,101,9,116,114,97,99,101,105, -110,102,111,7,116,114,97,99,101,105,114,6,116,114,97,99,101,107,9,116,114,97, -99,101,115,110,97,112,7,116,114,97,99,101,109,99,13,116,114,97,99,101,101,120, -105,116,115,116,117,98,10,105,114,99,97,108,108,97,100,100,114,255 -}; -#endif - -#ifdef LJLIB_MODULE_jit_opt -#undef LJLIB_MODULE_jit_opt -static const lua_CFunction lj_lib_cf_jit_opt[] = { - lj_cf_jit_opt_start -}; -static const uint8_t lj_lib_init_jit_opt[] = { -159,57,1,5,115,116,97,114,116,255 -}; -#endif - -#ifdef LJLIB_MODULE_jit_profile -#undef LJLIB_MODULE_jit_profile -static const lua_CFunction lj_lib_cf_jit_profile[] = { - lj_cf_jit_profile_start, - lj_cf_jit_profile_stop, - lj_cf_jit_profile_dumpstack -}; -static const uint8_t lj_lib_init_jit_profile[] = { -160,57,3,5,115,116,97,114,116,4,115,116,111,112,9,100,117,109,112,115,116,97, -99,107,255 -}; -#endif - -#ifdef LJLIB_MODULE_ffi_meta -#undef LJLIB_MODULE_ffi_meta -static const lua_CFunction lj_lib_cf_ffi_meta[] = { - lj_cf_ffi_meta___index, - lj_cf_ffi_meta___newindex, - lj_cf_ffi_meta___eq, - lj_cf_ffi_meta___len, - lj_cf_ffi_meta___lt, - lj_cf_ffi_meta___le, - lj_cf_ffi_meta___concat, - lj_cf_ffi_meta___call, - lj_cf_ffi_meta___add, - lj_cf_ffi_meta___sub, - lj_cf_ffi_meta___mul, - lj_cf_ffi_meta___div, - lj_cf_ffi_meta___mod, - lj_cf_ffi_meta___pow, - lj_cf_ffi_meta___unm, - lj_cf_ffi_meta___tostring, - lj_cf_ffi_meta___pairs, - lj_cf_ffi_meta___ipairs -}; -static const uint8_t lj_lib_init_ffi_meta[] = { -163,57,19,7,95,95,105,110,100,101,120,10,95,95,110,101,119,105,110,100,101, -120,4,95,95,101,113,5,95,95,108,101,110,4,95,95,108,116,4,95,95,108,101,8,95, -95,99,111,110,99,97,116,6,95,95,99,97,108,108,5,95,95,97,100,100,5,95,95,115, -117,98,5,95,95,109,117,108,5,95,95,100,105,118,5,95,95,109,111,100,5,95,95, -112,111,119,5,95,95,117,110,109,10,95,95,116,111,115,116,114,105,110,103,7, -95,95,112,97,105,114,115,8,95,95,105,112,97,105,114,115,195,102,102,105,203, -95,95,109,101,116,97,116,97,98,108,101,250,255 -}; -#endif - -#ifdef LJLIB_MODULE_ffi_clib -#undef LJLIB_MODULE_ffi_clib -static const lua_CFunction lj_lib_cf_ffi_clib[] = { - lj_cf_ffi_clib___index, - lj_cf_ffi_clib___newindex, - lj_cf_ffi_clib___gc -}; -static const uint8_t lj_lib_init_ffi_clib[] = { -181,57,3,7,95,95,105,110,100,101,120,10,95,95,110,101,119,105,110,100,101,120, -4,95,95,103,99,255 -}; -#endif - -#ifdef LJLIB_MODULE_ffi_callback -#undef LJLIB_MODULE_ffi_callback -static const lua_CFunction lj_lib_cf_ffi_callback[] = { - lj_cf_ffi_callback_free, - lj_cf_ffi_callback_set -}; -static const uint8_t lj_lib_init_ffi_callback[] = { -184,57,3,4,102,114,101,101,3,115,101,116,252,1,199,95,95,105,110,100,101,120, -250,255 -}; -#endif - -#ifdef LJLIB_MODULE_ffi -#undef LJLIB_MODULE_ffi -static const lua_CFunction lj_lib_cf_ffi[] = { - lj_cf_ffi_cdef, - lj_cf_ffi_new, - lj_cf_ffi_cast, - lj_cf_ffi_typeof, - lj_cf_ffi_typeinfo, - lj_cf_ffi_istype, - lj_cf_ffi_sizeof, - lj_cf_ffi_alignof, - lj_cf_ffi_offsetof, - lj_cf_ffi_errno, - lj_cf_ffi_string, - lj_cf_ffi_copy, - lj_cf_ffi_fill, - lj_cf_ffi_abi, - lj_cf_ffi_metatype, - lj_cf_ffi_gc, - lj_cf_ffi_load -}; -static const uint8_t lj_lib_init_ffi[] = { -186,57,23,4,99,100,101,102,3,110,101,119,4,99,97,115,116,6,116,121,112,101, -111,102,8,116,121,112,101,105,110,102,111,6,105,115,116,121,112,101,6,115,105, -122,101,111,102,7,97,108,105,103,110,111,102,8,111,102,102,115,101,116,111, -102,5,101,114,114,110,111,6,115,116,114,105,110,103,4,99,111,112,121,4,102, -105,108,108,3,97,98,105,252,8,192,250,8,109,101,116,97,116,121,112,101,252, -7,192,250,2,103,99,252,5,192,250,4,108,111,97,100,252,4,193,67,250,252,3,194, -111,115,250,252,2,196,97,114,99,104,250,255 -}; -#endif - diff --git a/core/src/luajit/autogen/android/jit/armv7-a/lj_recdef.h b/core/src/luajit/autogen/android/jit/armv7-a/lj_recdef.h deleted file mode 100644 index 476b753c2..000000000 --- a/core/src/luajit/autogen/android/jit/armv7-a/lj_recdef.h +++ /dev/null @@ -1,271 +0,0 @@ -/* This is a generated file. DO NOT EDIT! */ - -static const uint16_t recff_idmap[] = { -0, -0x0100, -0x0200, -0x0300, -0, -0x0400+(0), -0x0500, -0x0400+(1), -0x0600, -0x0700, -0x0800, -0, -0x0900, -0x0a00, -0x0b00, -0, -0x0c00, -0x0d00, -0x0e00, -0, -0x0f00, -0x1000, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0x1100, -0x1200+(IRFPM_FLOOR), -0x1200+(IRFPM_CEIL), -0x1300+(IRFPM_SQRT), -0x1300+(IRFPM_LOG10), -0x1300+(IRFPM_EXP), -0x1300+(IRFPM_SIN), -0x1300+(IRFPM_COS), -0x1300+(IRFPM_TAN), -0x1400+(FF_math_asin), -0x1400+(FF_math_acos), -0x1400+(FF_math_atan), -0x1500+(IRCALL_sinh), -0x1500+(IRCALL_cosh), -0x1500+(IRCALL_tanh), -0, -0x1600, -0x1700, -0x1800, -0x1900, -0, -0x1a00, -0x1b00+(IR_MIN), -0x1b00+(IR_MAX), -0x1c00, -0, -0x1d00, -0x1e00+(IR_BNOT), -0x1e00+(IR_BSWAP), -0x1f00+(IR_BSHL), -0x1f00+(IR_BSHR), -0x1f00+(IR_BSAR), -0x1f00+(IR_BROL), -0x1f00+(IR_BROR), -0x2000+(IR_BAND), -0x2000+(IR_BOR), -0x2000+(IR_BXOR), -0x2100, -0x2200+(0), -0x2300, -0x2200+(1), -0x2400, -0x2500+(IRCALL_lj_buf_putstr_reverse), -0x2500+(IRCALL_lj_buf_putstr_lower), -0x2500+(IRCALL_lj_buf_putstr_upper), -0, -0x2600, -0, -0, -0, -0, -0x2700, -0, -0x2800, -0x2900, -0, -0x2a00, -0x2b00, -0, -0, -0x2c00+(0), -0x2d00+(0), -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0x2c00+(GCROOT_IO_OUTPUT), -0x2d00+(GCROOT_IO_OUTPUT), -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0x2e00, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0, -0x2f00+(0), -0x2f00+(1), -0x3000+(MM_eq), -0x3000+(MM_len), -0x3000+(MM_lt), -0x3000+(MM_le), -0x3000+(MM_concat), -0x3100, -0x3000+(MM_add), -0x3000+(MM_sub), -0x3000+(MM_mul), -0x3000+(MM_div), -0x3000+(MM_mod), -0x3000+(MM_pow), -0x3000+(MM_unm), -0, -0, -0, -0x3200+(1), -0x3200+(0), -0, -0, -0, -0, -0x3300, -0x3300, -0x3400, -0, -0x3500, -0x3600+(FF_ffi_sizeof), -0x3600+(FF_ffi_alignof), -0x3600+(FF_ffi_offsetof), -0x3700, -0x3800, -0x3900, -0x3a00, -0x3b00, -0, -0x3c00 -}; - -static const RecordFunc recff_func[] = { -recff_nyi, -recff_c, -recff_assert, -recff_type, -recff_xpairs, -recff_ipairs_aux, -recff_getmetatable, -recff_setmetatable, -recff_getfenv, -recff_rawget, -recff_rawset, -recff_rawequal, -recff_select, -recff_tonumber, -recff_tostring, -recff_pcall, -recff_xpcall, -recff_math_abs, -recff_math_round, -recff_math_unary, -recff_math_atrig, -recff_math_htrig, -recff_math_modf, -recff_math_log, -recff_math_atan2, -recff_math_pow, -recff_math_ldexp, -recff_math_minmax, -recff_math_random, -recff_bit_tobit, -recff_bit_unary, -recff_bit_shift, -recff_bit_nary, -recff_bit_tohex, -recff_string_range, -recff_string_char, -recff_string_rep, -recff_string_op, -recff_string_find, -recff_string_format, -recff_table_insert, -recff_table_concat, -recff_table_new, -recff_table_clear, -recff_io_write, -recff_io_flush, -recff_debug_getmetatable, -recff_cdata_index, -recff_cdata_arith, -recff_cdata_call, -recff_clib_index, -recff_ffi_new, -recff_ffi_typeof, -recff_ffi_istype, -recff_ffi_xof, -recff_ffi_errno, -recff_ffi_string, -recff_ffi_copy, -recff_ffi_fill, -recff_ffi_abi, -recff_ffi_gc -}; - diff --git a/core/src/luajit/autogen/android/jit/armv7-a/lj_vm.S b/core/src/luajit/autogen/android/jit/armv7-a/lj_vm.S deleted file mode 100644 index ae283e02a..000000000 --- a/core/src/luajit/autogen/android/jit/armv7-a/lj_vm.S +++ /dev/null @@ -1,2736 +0,0 @@ - .file "buildvm_arm.dasc" - .text - .p2align 4 - - .globl lj_vm_asm_begin - .hidden lj_vm_asm_begin - .type lj_vm_asm_begin, %object - .size lj_vm_asm_begin, 0 -lj_vm_asm_begin: -.Lbegin: -.fnstart -.save {r4, r5, r6, r7, r8, r9, r10, r11, lr} -.pad #28 - - .globl lj_BC_ISLT - .hidden lj_BC_ISLT - .type lj_BC_ISLT, %function - .size lj_BC_ISLT, 152 -lj_BC_ISLT: - .long 0xe1a0b18b,0xe1aa00d9,0xe1d6c0b2,0xe1ab20d9 - .long 0xe2866004,0xe086c10c,0xe371000e,0x1a000009 - .long 0xe373000e,0x1a000014,0xe1500002,0xb24c6b80 - .long 0xe5d6c000,0xe496e004,0xe797c10c,0xe004a2ae - .long 0xe1a0b82e,0xe12fff1c,0x8a000941,0xe373000e - .long 0x31a0a00c,0x3a00000c,0x8a00093d,0xe1a00002 - .long 0xe1a0b00a,0xe1a0a00c - bl __aeabi_i2d - .long 0xe1a02000,0xe1a03001,0xe1cb00d0,0xea000003 - .long 0x8a000934,0xe1a0a00c - bl __aeabi_i2d - .long 0xe1cb20d0 - bl __aeabi_cdcmple - .long 0x324a6b80,0xeaffffe5 - - .globl lj_BC_ISGE - .hidden lj_BC_ISGE - .type lj_BC_ISGE, %function - .size lj_BC_ISGE, 152 -lj_BC_ISGE: - .long 0xe1a0b18b,0xe1aa00d9,0xe1d6c0b2,0xe1ab20d9 - .long 0xe2866004,0xe086c10c,0xe371000e,0x1a000009 - .long 0xe373000e,0x1a000014,0xe1500002,0xa24c6b80 - .long 0xe5d6c000,0xe496e004,0xe797c10c,0xe004a2ae - .long 0xe1a0b82e,0xe12fff1c,0x8a00091b,0xe373000e - .long 0x31a0a00c,0x3a00000c,0x8a000917,0xe1a00002 - .long 0xe1a0b00a,0xe1a0a00c - bl __aeabi_i2d - .long 0xe1a02000,0xe1a03001,0xe1cb00d0,0xea000003 - .long 0x8a00090e,0xe1a0a00c - bl __aeabi_i2d - .long 0xe1cb20d0 - bl __aeabi_cdcmple - .long 0x224a6b80,0xeaffffe5 - - .globl lj_BC_ISLE - .hidden lj_BC_ISLE - .type lj_BC_ISLE, %function - .size lj_BC_ISLE, 152 -lj_BC_ISLE: - .long 0xe1a0b18b,0xe1aa00d9,0xe1d6c0b2,0xe1ab20d9 - .long 0xe2866004,0xe086c10c,0xe371000e,0x1a000009 - .long 0xe373000e,0x1a000014,0xe1500002,0xd24c6b80 - .long 0xe5d6c000,0xe496e004,0xe797c10c,0xe004a2ae - .long 0xe1a0b82e,0xe12fff1c,0x8a0008f5,0xe373000e - .long 0x31a0a00c,0x3a00000c,0x8a0008f1,0xe1a00002 - .long 0xe1a0b00a,0xe1a0a00c - bl __aeabi_i2d - .long 0xe1a02000,0xe1a03001,0xe1cb00d0,0xea000003 - .long 0x8a0008e8,0xe1a0a00c - bl __aeabi_i2d - .long 0xe1cb20d0 - bl __aeabi_cdcmple - .long 0x924a6b80,0xeaffffe5 - - .globl lj_BC_ISGT - .hidden lj_BC_ISGT - .type lj_BC_ISGT, %function - .size lj_BC_ISGT, 152 -lj_BC_ISGT: - .long 0xe1a0b18b,0xe1aa00d9,0xe1d6c0b2,0xe1ab20d9 - .long 0xe2866004,0xe086c10c,0xe371000e,0x1a000009 - .long 0xe373000e,0x1a000014,0xe1500002,0xc24c6b80 - .long 0xe5d6c000,0xe496e004,0xe797c10c,0xe004a2ae - .long 0xe1a0b82e,0xe12fff1c,0x8a0008cf,0xe373000e - .long 0x31a0a00c,0x3a00000c,0x8a0008cb,0xe1a00002 - .long 0xe1a0b00a,0xe1a0a00c - bl __aeabi_i2d - .long 0xe1a02000,0xe1a03001,0xe1cb00d0,0xea000003 - .long 0x8a0008c2,0xe1a0a00c - bl __aeabi_i2d - .long 0xe1cb20d0 - bl __aeabi_cdcmple - .long 0x824a6b80,0xeaffffe5 - - .globl lj_BC_ISEQV - .hidden lj_BC_ISEQV - .type lj_BC_ISEQV, %function - .size lj_BC_ISEQV, 144 -lj_BC_ISEQV: - .long 0xe1a0b18b,0xe1aa00d9,0xe1d6c0b2,0xe1ab20d9 - .long 0xe2866004,0xe086c10c,0xe371000e,0x9373000e - .long 0x9a000069,0xe371000b,0x1373000b,0x0a0008d6 - .long 0xe1510003,0x1a000004,0xe3710003,0x2a000001 - .long 0xe1500002,0x1a000006,0xe24c6b80,0xe5d6c000 - .long 0xe496e004,0xe797c10c,0xe004a2ae,0xe1a0b82e - .long 0xe12fff1c,0xe371000c,0x8afffff7,0xe590a010 - .long 0xe35a0000,0x0afffff4,0xe5daa006,0xe3a03000 - .long 0xe1a01000,0xe31a0010,0x0a0008b9,0xeaffffee - - .globl lj_BC_ISNEV - .hidden lj_BC_ISNEV - .type lj_BC_ISNEV, %function - .size lj_BC_ISNEV, 140 -lj_BC_ISNEV: - .long 0xe1a0b18b,0xe1aa00d9,0xe1d6c0b2,0xe1ab20d9 - .long 0xe2866004,0xe086c10c,0xe371000e,0x9373000e - .long 0x9a000066,0xe371000b,0x1373000b,0x0a0008b2 - .long 0xe1510003,0x1a00000d,0xe3710003,0x2a00000c - .long 0xe1500002,0x0a00000a,0xe371000c,0x8a000007 - .long 0xe590a010,0xe35a0000,0x0a000004,0xe5daa006 - .long 0xe3a03001,0xe1a01000,0xe31a0010,0x0a00089c - .long 0xe24c6b80,0xe5d6c000,0xe496e004,0xe797c10c - .long 0xe004a2ae,0xe1a0b82e,0xe12fff1c - - .globl lj_BC_ISEQS - .hidden lj_BC_ISEQS - .type lj_BC_ISEQS, %function - .size lj_BC_ISEQS, 76 -lj_BC_ISEQS: - .long 0xe1e0b00b,0xe18900da,0xe1d6c0b2,0xe795210b - .long 0xe2866004,0xe086c10c,0xe3710005,0x1a000007 - .long 0xe1500002,0x024c6b80,0xe5d6c000,0xe496e004 - .long 0xe797c10c,0xe004a2ae,0xe1a0b82e,0xe12fff1c - .long 0xe371000b,0x1afffff7,0xea000888 - - .globl lj_BC_ISNES - .hidden lj_BC_ISNES - .type lj_BC_ISNES, %function - .size lj_BC_ISNES, 76 -lj_BC_ISNES: - .long 0xe1e0b00b,0xe18900da,0xe1d6c0b2,0xe795210b - .long 0xe2866004,0xe086c10c,0xe3710005,0x1a000007 - .long 0xe1500002,0x124c6b80,0xe5d6c000,0xe496e004 - .long 0xe797c10c,0xe004a2ae,0xe1a0b82e,0xe12fff1c - .long 0xe371000b,0x1afffff6,0xea000875 - - .globl lj_BC_ISEQN - .hidden lj_BC_ISEQN - .type lj_BC_ISEQN, %function - .size lj_BC_ISEQN, 132 -lj_BC_ISEQN: - .long 0xe1a0b18b,0xe1aa00d9,0xe1d6c0b2,0xe1ab20d5 - .long 0xe2866004,0xe086c10c,0xe371000e,0x1a000009 - .long 0xe373000e,0x1a00000d,0xe1500002,0x024c6b80 - .long 0xe5d6c000,0xe496e004,0xe797c10c,0xe004a2ae - .long 0xe1a0b82e,0xe12fff1c,0x8a00000a,0xe373000e - .long 0x31a0a00c,0x3a000004,0xe1a00002,0xe1a0b00a - .long 0xe1a0a00c - bl __aeabi_i2d - .long 0xe1cb20d0 - bl __aeabi_cdcmpeq - .long 0x024a6b80,0xeaffffed,0xe371000b,0x1affffeb - .long 0xea000854 - - .globl lj_BC_ISNEN - .hidden lj_BC_ISNEN - .type lj_BC_ISNEN, %function - .size lj_BC_ISNEN, 132 -lj_BC_ISNEN: - .long 0xe1a0b18b,0xe1aa00d9,0xe1d6c0b2,0xe1ab20d5 - .long 0xe2866004,0xe086c10c,0xe371000e,0x1a000009 - .long 0xe373000e,0x1a00000d,0xe1500002,0x124c6b80 - .long 0xe5d6c000,0xe496e004,0xe797c10c,0xe004a2ae - .long 0xe1a0b82e,0xe12fff1c,0x8a00000a,0xe373000e - .long 0x31a0a00c,0x3a000004,0xe1a00002,0xe1a0b00a - .long 0xe1a0a00c - bl __aeabi_i2d - .long 0xe1cb20d0 - bl __aeabi_cdcmpeq - .long 0x124a6b80,0xeaffffed,0xe371000b,0x1affffea - .long 0xea000833 - - .globl lj_BC_ISEQP - .hidden lj_BC_ISEQP - .type lj_BC_ISEQP, %function - .size lj_BC_ISEQP, 60 -lj_BC_ISEQP: - .long 0xe18900da,0xe1d6c0b2,0xe2866004,0xe1e0b00b - .long 0xe086c10c,0xe371000b,0x0a00082c,0xe151000b - .long 0x024c6b80,0xe5d6c000,0xe496e004,0xe797c10c - .long 0xe004a2ae,0xe1a0b82e,0xe12fff1c - - .globl lj_BC_ISNEP - .hidden lj_BC_ISNEP - .type lj_BC_ISNEP, %function - .size lj_BC_ISNEP, 60 -lj_BC_ISNEP: - .long 0xe18900da,0xe1d6c0b2,0xe2866004,0xe1e0b00b - .long 0xe086c10c,0xe371000b,0x0a00081d,0xe151000b - .long 0x124c6b80,0xe5d6c000,0xe496e004,0xe797c10c - .long 0xe004a2ae,0xe1a0b82e,0xe12fff1c - - .globl lj_BC_ISTC - .hidden lj_BC_ISTC - .type lj_BC_ISTC, %function - .size lj_BC_ISTC, 56 -lj_BC_ISTC: - .long 0xe089b18b,0xe1d6c0b2,0xe1cb00d0,0xe2866004 - .long 0xe086c10c,0xe3710003,0x924c6b80,0x918900fa - .long 0xe5d6c000,0xe496e004,0xe797c10c,0xe004a2ae - .long 0xe1a0b82e,0xe12fff1c - - .globl lj_BC_ISFC - .hidden lj_BC_ISFC - .type lj_BC_ISFC, %function - .size lj_BC_ISFC, 56 -lj_BC_ISFC: - .long 0xe089b18b,0xe1d6c0b2,0xe1cb00d0,0xe2866004 - .long 0xe086c10c,0xe3710003,0x824c6b80,0x818900fa - .long 0xe5d6c000,0xe496e004,0xe797c10c,0xe004a2ae - .long 0xe1a0b82e,0xe12fff1c - - .globl lj_BC_IST - .hidden lj_BC_IST - .type lj_BC_IST, %function - .size lj_BC_IST, 52 -lj_BC_IST: - .long 0xe089b18b,0xe1d6c0b2,0xe1cb00d0,0xe2866004 - .long 0xe086c10c,0xe3710003,0x924c6b80,0xe5d6c000 - .long 0xe496e004,0xe797c10c,0xe004a2ae,0xe1a0b82e - .long 0xe12fff1c - - .globl lj_BC_ISF - .hidden lj_BC_ISF - .type lj_BC_ISF, %function - .size lj_BC_ISF, 52 -lj_BC_ISF: - .long 0xe089b18b,0xe1d6c0b2,0xe1cb00d0,0xe2866004 - .long 0xe086c10c,0xe3710003,0x824c6b80,0xe5d6c000 - .long 0xe496e004,0xe797c10c,0xe004a2ae,0xe1a0b82e - .long 0xe12fff1c - - .globl lj_BC_ISTYPE - .hidden lj_BC_ISTYPE - .type lj_BC_ISTYPE, %function - .size lj_BC_ISTYPE, 36 -lj_BC_ISTYPE: - .long 0xe18900da,0xe5d6c000,0xe171000b,0xe496e004 - .long 0x1a0007e1,0xe797c10c,0xe004a2ae,0xe1a0b82e - .long 0xe12fff1c - - .globl lj_BC_ISNUM - .hidden lj_BC_ISNUM - .type lj_BC_ISNUM, %function - .size lj_BC_ISNUM, 36 -lj_BC_ISNUM: - .long 0xe18900da,0xe5d6c000,0xe371000e,0xe496e004 - .long 0x2a0007d8,0xe797c10c,0xe004a2ae,0xe1a0b82e - .long 0xe12fff1c - - .globl lj_BC_MOV - .hidden lj_BC_MOV - .type lj_BC_MOV, %function - .size lj_BC_MOV, 36 -lj_BC_MOV: - .long 0xe1a0b18b,0xe5d6c000,0xe18900db,0xe496e004 - .long 0xe18900fa,0xe797c10c,0xe004a2ae,0xe1a0b82e - .long 0xe12fff1c - - .globl lj_BC_NOT - .hidden lj_BC_NOT - .type lj_BC_NOT, %function - .size lj_BC_NOT, 52 -lj_BC_NOT: - .long 0xe089b18b,0xe5d6c000,0xe59b0004,0xe089a00a - .long 0xe496e004,0xe3700003,0x93e01001,0x83e01002 - .long 0xe58a1004,0xe797c10c,0xe004a2ae,0xe1a0b82e - .long 0xe12fff1c - - .globl lj_BC_UNM - .hidden lj_BC_UNM - .type lj_BC_UNM, %function - .size lj_BC_UNM, 68 -lj_BC_UNM: - .long 0xe1a0b18b,0xe18900db,0xe5d6c000,0xe496e004 - .long 0xe371000e,0x8a0007ca,0x12211480,0x1a000001 - .long 0x02700000,0x61cf01d0,0xe18900fa,0xe797c10c - .long 0xe004a2ae,0xe1a0b82e,0xe12fff1c,0x00000000 - .long 0x41e00000 - - .globl lj_BC_LEN - .hidden lj_BC_LEN - .type lj_BC_LEN, %function - .size lj_BC_LEN, 68 -lj_BC_LEN: - .long 0xe1a0b18b,0xe18900db,0xe3710005,0x1a000008 - .long 0xe590000c,0xe3e0100d,0xe5d6c000,0xe496e004 - .long 0xe18900fa,0xe797c10c,0xe004a2ae,0xe1a0b82e - .long 0xe12fff1c,0xe371000c,0x1a0007c8 - bl lj_tab_len - .long 0xeafffff3 - - .globl lj_BC_ADDVN - .hidden lj_BC_ADDVN - .type lj_BC_ADDVN, %function - .size lj_BC_ADDVN, 88 -lj_BC_ADDVN: - .long 0xe004caae,0xe004b6ae,0xe18900dc,0xe18520db - .long 0xe5d6c000,0xe371000e,0x0373000e,0x1a000007 - .long 0xe0900002,0x6a00079a,0xe496e004,0xe18900fa - .long 0xe797c10c,0xe004a2ae,0xe1a0b82e,0xe12fff1c - .long 0xe371000e,0x3373000e,0x2a000791 - bl __aeabi_dadd - .long 0xe5d6c000,0xeafffff3 - - .globl lj_BC_SUBVN - .hidden lj_BC_SUBVN - .type lj_BC_SUBVN, %function - .size lj_BC_SUBVN, 88 -lj_BC_SUBVN: - .long 0xe004caae,0xe004b6ae,0xe18900dc,0xe18520db - .long 0xe5d6c000,0xe371000e,0x0373000e,0x1a000007 - .long 0xe0500002,0x6a000784,0xe496e004,0xe18900fa - .long 0xe797c10c,0xe004a2ae,0xe1a0b82e,0xe12fff1c - .long 0xe371000e,0x3373000e,0x2a00077b - bl __aeabi_dsub - .long 0xe5d6c000,0xeafffff3 - - .globl lj_BC_MULVN - .hidden lj_BC_MULVN - .type lj_BC_MULVN, %function - .size lj_BC_MULVN, 92 -lj_BC_MULVN: - .long 0xe004caae,0xe004b6ae,0xe18900dc,0xe18520db - .long 0xe5d6c000,0xe371000e,0x0373000e,0x1a000008 - .long 0xe0cb0092,0xe15b0fc0,0x1a00076d,0xe496e004 - .long 0xe18900fa,0xe797c10c,0xe004a2ae,0xe1a0b82e - .long 0xe12fff1c,0xe371000e,0x3373000e,0x2a000764 - bl __aeabi_dmul - .long 0xe5d6c000,0xeafffff3 - - .globl lj_BC_DIVVN - .hidden lj_BC_DIVVN - .type lj_BC_DIVVN, %function - .size lj_BC_DIVVN, 60 -lj_BC_DIVVN: - .long 0xe004caae,0xe004b6ae,0xe18900dc,0xe18520db - .long 0xe371000e,0x3373000e,0x2a00075a - bl __aeabi_ddiv - .long 0xe5d6c000,0xe496e004,0xe18900fa,0xe797c10c - .long 0xe004a2ae,0xe1a0b82e,0xe12fff1c - - .globl lj_BC_MODVN - .hidden lj_BC_MODVN - .type lj_BC_MODVN, %function - .size lj_BC_MODVN, 92 -lj_BC_MODVN: - .long 0xe004caae,0xe004b6ae,0xe18900dc,0xe18520db - .long 0xe371000e,0x0373000e,0x1a00000a,0xe1b01002 - .long 0x0a000749,0xeb000cc3,0xe3e0100d,0xe5d6c000 - .long 0xe496e004,0xe18900fa,0xe797c10c,0xe004a2ae - .long 0xe1a0b82e,0xe12fff1c,0xe371000e,0x3373000e - .long 0x2a00073d,0xeb000cad,0xeafffff3 - - .globl lj_BC_ADDNV - .hidden lj_BC_ADDNV - .type lj_BC_ADDNV, %function - .size lj_BC_ADDNV, 88 -lj_BC_ADDNV: - .long 0xe004caae,0xe004b6ae,0xe18920dc,0xe18500db - .long 0xe5d6c000,0xe373000e,0x0371000e,0x1a000007 - .long 0xe0900002,0x6a000736,0xe496e004,0xe18900fa - .long 0xe797c10c,0xe004a2ae,0xe1a0b82e,0xe12fff1c - .long 0xe373000e,0x3371000e,0x2a00072d - bl __aeabi_dadd - .long 0xe5d6c000,0xeafffff3 - - .globl lj_BC_SUBNV - .hidden lj_BC_SUBNV - .type lj_BC_SUBNV, %function - .size lj_BC_SUBNV, 88 -lj_BC_SUBNV: - .long 0xe004caae,0xe004b6ae,0xe18920dc,0xe18500db - .long 0xe5d6c000,0xe373000e,0x0371000e,0x1a000007 - .long 0xe0500002,0x6a000720,0xe496e004,0xe18900fa - .long 0xe797c10c,0xe004a2ae,0xe1a0b82e,0xe12fff1c - .long 0xe373000e,0x3371000e,0x2a000717 - bl __aeabi_dsub - .long 0xe5d6c000,0xeafffff3 - - .globl lj_BC_MULNV - .hidden lj_BC_MULNV - .type lj_BC_MULNV, %function - .size lj_BC_MULNV, 92 -lj_BC_MULNV: - .long 0xe004caae,0xe004b6ae,0xe18920dc,0xe18500db - .long 0xe5d6c000,0xe373000e,0x0371000e,0x1a000008 - .long 0xe0cb0092,0xe15b0fc0,0x1a000709,0xe496e004 - .long 0xe18900fa,0xe797c10c,0xe004a2ae,0xe1a0b82e - .long 0xe12fff1c,0xe373000e,0x3371000e,0x2a000700 - bl __aeabi_dmul - .long 0xe5d6c000,0xeafffff3 - - .globl lj_BC_DIVNV - .hidden lj_BC_DIVNV - .type lj_BC_DIVNV, %function - .size lj_BC_DIVNV, 60 -lj_BC_DIVNV: - .long 0xe004caae,0xe004b6ae,0xe18920dc,0xe18500db - .long 0xe373000e,0x3371000e,0x2a0006f6 - bl __aeabi_ddiv - .long 0xe5d6c000,0xe496e004,0xe18900fa,0xe797c10c - .long 0xe004a2ae,0xe1a0b82e,0xe12fff1c - - .globl lj_BC_MODNV - .hidden lj_BC_MODNV - .type lj_BC_MODNV, %function - .size lj_BC_MODNV, 92 -lj_BC_MODNV: - .long 0xe004caae,0xe004b6ae,0xe18920dc,0xe18500db - .long 0xe373000e,0x0371000e,0x1a00000a,0xe1b01002 - .long 0x0a0006e5,0xeb000c5a,0xe3e0100d,0xe5d6c000 - .long 0xe496e004,0xe18900fa,0xe797c10c,0xe004a2ae - .long 0xe1a0b82e,0xe12fff1c,0xe373000e,0x3371000e - .long 0x2a0006d9,0xeb000c44,0xeafffff3 - - .globl lj_BC_ADDVV - .hidden lj_BC_ADDVV - .type lj_BC_ADDVV, %function - .size lj_BC_ADDVV, 88 -lj_BC_ADDVV: - .long 0xe004caae,0xe004b6ae,0xe18900dc,0xe18920db - .long 0xe5d6c000,0xe371000e,0x0373000e,0x1a000007 - .long 0xe0900002,0x6a0006d7,0xe496e004,0xe18900fa - .long 0xe797c10c,0xe004a2ae,0xe1a0b82e,0xe12fff1c - .long 0xe371000e,0x3373000e,0x2a0006ce - bl __aeabi_dadd - .long 0xe5d6c000,0xeafffff3 - - .globl lj_BC_SUBVV - .hidden lj_BC_SUBVV - .type lj_BC_SUBVV, %function - .size lj_BC_SUBVV, 88 -lj_BC_SUBVV: - .long 0xe004caae,0xe004b6ae,0xe18900dc,0xe18920db - .long 0xe5d6c000,0xe371000e,0x0373000e,0x1a000007 - .long 0xe0500002,0x6a0006c1,0xe496e004,0xe18900fa - .long 0xe797c10c,0xe004a2ae,0xe1a0b82e,0xe12fff1c - .long 0xe371000e,0x3373000e,0x2a0006b8 - bl __aeabi_dsub - .long 0xe5d6c000,0xeafffff3 - - .globl lj_BC_MULVV - .hidden lj_BC_MULVV - .type lj_BC_MULVV, %function - .size lj_BC_MULVV, 92 -lj_BC_MULVV: - .long 0xe004caae,0xe004b6ae,0xe18900dc,0xe18920db - .long 0xe5d6c000,0xe371000e,0x0373000e,0x1a000008 - .long 0xe0cb0092,0xe15b0fc0,0x1a0006aa,0xe496e004 - .long 0xe18900fa,0xe797c10c,0xe004a2ae,0xe1a0b82e - .long 0xe12fff1c,0xe371000e,0x3373000e,0x2a0006a1 - bl __aeabi_dmul - .long 0xe5d6c000,0xeafffff3 - - .globl lj_BC_DIVVV - .hidden lj_BC_DIVVV - .type lj_BC_DIVVV, %function - .size lj_BC_DIVVV, 60 -lj_BC_DIVVV: - .long 0xe004caae,0xe004b6ae,0xe18900dc,0xe18920db - .long 0xe371000e,0x3373000e,0x2a000697 - bl __aeabi_ddiv - .long 0xe5d6c000,0xe496e004,0xe18900fa,0xe797c10c - .long 0xe004a2ae,0xe1a0b82e,0xe12fff1c - - .globl lj_BC_MODVV - .hidden lj_BC_MODVV - .type lj_BC_MODVV, %function - .size lj_BC_MODVV, 92 -lj_BC_MODVV: - .long 0xe004caae,0xe004b6ae,0xe18900dc,0xe18920db - .long 0xe371000e,0x0373000e,0x1a00000a,0xe1b01002 - .long 0x0a000686,0xeb000bf1,0xe3e0100d,0xe5d6c000 - .long 0xe496e004,0xe18900fa,0xe797c10c,0xe004a2ae - .long 0xe1a0b82e,0xe12fff1c,0xe371000e,0x3373000e - .long 0x2a00067a,0xeb000bdb,0xeafffff3 - - .globl lj_BC_POW - .hidden lj_BC_POW - .type lj_BC_POW, %function - .size lj_BC_POW, 60 -lj_BC_POW: - .long 0xe004caae,0xe004b6ae,0xe18900dc,0xe18920db - .long 0xe371000e,0x3373000e,0x2a000671 - bl pow - .long 0xe5d6c000,0xe496e004,0xe18900fa,0xe797c10c - .long 0xe004a2ae,0xe1a0b82e,0xe12fff1c - - .globl lj_BC_CAT - .hidden lj_BC_CAT - .type lj_BC_CAT, %function - .size lj_BC_CAT, 80 -lj_BC_CAT: - .long 0xe004baae,0xe004c6ae,0xe04c200b,0xe5889010 - .long 0xe089100c,0xe1a00008,0xe58d6008,0xe1a021a2 - bl lj_meta_cat - .long 0xe5989010,0xe3500000,0x1a00066a,0xe18920db - .long 0xe5d6c000,0xe496e004,0xe18920fa,0xe797c10c - .long 0xe004a2ae,0xe1a0b82e,0xe12fff1c - - .globl lj_BC_KSTR - .hidden lj_BC_KSTR - .type lj_BC_KSTR, %function - .size lj_BC_KSTR, 40 -lj_BC_KSTR: - .long 0xe1e0b00b,0xe5d6c000,0xe795010b,0xe3e01004 - .long 0xe496e004,0xe18900fa,0xe797c10c,0xe004a2ae - .long 0xe1a0b82e,0xe12fff1c - - .globl lj_BC_KCDATA - .hidden lj_BC_KCDATA - .type lj_BC_KCDATA, %function - .size lj_BC_KCDATA, 40 -lj_BC_KCDATA: - .long 0xe1e0b00b,0xe5d6c000,0xe795010b,0xe3e0100a - .long 0xe496e004,0xe18900fa,0xe797c10c,0xe004a2ae - .long 0xe1a0b82e,0xe12fff1c - - .globl lj_BC_KSHORT - .hidden lj_BC_KSHORT - .type lj_BC_KSHORT, %function - .size lj_BC_KSHORT, 36 -lj_BC_KSHORT: - .long 0xe1a0084e,0xe3e0100d,0xe5d6c000,0xe496e004 - .long 0xe18900fa,0xe797c10c,0xe004a2ae,0xe1a0b82e - .long 0xe12fff1c - - .globl lj_BC_KNUM - .hidden lj_BC_KNUM - .type lj_BC_KNUM, %function - .size lj_BC_KNUM, 36 -lj_BC_KNUM: - .long 0xe1a0b18b,0xe5d6c000,0xe18500db,0xe496e004 - .long 0xe18900fa,0xe797c10c,0xe004a2ae,0xe1a0b82e - .long 0xe12fff1c - - .globl lj_BC_KPRI - .hidden lj_BC_KPRI - .type lj_BC_KPRI, %function - .size lj_BC_KPRI, 36 -lj_BC_KPRI: - .long 0xe089a00a,0xe1e0b00b,0xe5d6c000,0xe496e004 - .long 0xe58ab004,0xe797c10c,0xe004a2ae,0xe1a0b82e - .long 0xe12fff1c - - .globl lj_BC_KNIL - .hidden lj_BC_KNIL - .type lj_BC_KNIL, %function - .size lj_BC_KNIL, 60 -lj_BC_KNIL: - .long 0xe089a00a,0xe089b18b,0xe3e00000,0xe58a0004 - .long 0xe28aa008,0xe58a0004,0xe15a000b,0xe28aa008 - .long 0xbafffffb,0xe5d6c000,0xe496e004,0xe797c10c - .long 0xe004a2ae,0xe1a0b82e,0xe12fff1c - - .globl lj_BC_UGET - .hidden lj_BC_UGET - .type lj_BC_UGET, %function - .size lj_BC_UGET, 52 -lj_BC_UGET: - .long 0xe5191008,0xe1a0b10b,0xe28bb014,0xe791100b - .long 0xe5911010,0xe1c120d0,0xe5d6c000,0xe496e004 - .long 0xe18920fa,0xe797c10c,0xe004a2ae,0xe1a0b82e - .long 0xe12fff1c - - .globl lj_BC_USETV - .hidden lj_BC_USETV - .type lj_BC_USETV, %function - .size lj_BC_USETV, 108 -lj_BC_USETV: - .long 0xe5191008,0xe1a0a0aa,0xe28aa014,0xe1a0b18b - .long 0xe791100a,0xe18920db,0xe5d1c004,0xe5d1b006 - .long 0xe5911010,0xe31c0004,0xe283c004,0x135b0000 - .long 0xe1c120f0,0x1a000005,0xe5d6c000,0xe496e004 - .long 0xe797c10c,0xe004a2ae,0xe1a0b82e,0xe12fff1c - .long 0xe37c000a,0x85d2b004,0x9afffff6,0xe2470eb3 - .long 0xe31b0003 - blne lj_gc_barrieruv - .long 0xeafffff2 - - .globl lj_BC_USETS - .hidden lj_BC_USETS - .type lj_BC_USETS, %function - .size lj_BC_USETS, 100 -lj_BC_USETS: - .long 0xe5191008,0xe1a0a0aa,0xe28aa014,0xe1e0b00b - .long 0xe791100a,0xe795210b,0xe5d1c004,0xe5d1b006 - .long 0xe5911010,0xe3e03004,0xe31c0004,0xe5d2c004 - .long 0xe1c120f0,0x1a000005,0xe5d6c000,0xe496e004 - .long 0xe797c10c,0xe004a2ae,0xe1a0b82e,0xe12fff1c - .long 0xe31c0003,0x135b0000,0xe2470eb3 - blne lj_gc_barrieruv - .long 0xeafffff4 - - .globl lj_BC_USETN - .hidden lj_BC_USETN - .type lj_BC_USETN, %function - .size lj_BC_USETN, 56 -lj_BC_USETN: - .long 0xe5191008,0xe1a0a0aa,0xe28aa014,0xe1a0b18b - .long 0xe791100a,0xe18520db,0xe5911010,0xe5d6c000 - .long 0xe496e004,0xe1c120f0,0xe797c10c,0xe004a2ae - .long 0xe1a0b82e,0xe12fff1c - - .globl lj_BC_USETP - .hidden lj_BC_USETP - .type lj_BC_USETP, %function - .size lj_BC_USETP, 52 -lj_BC_USETP: - .long 0xe5191008,0xe1a0a0aa,0xe28aa014,0xe791100a - .long 0xe1e0b00b,0xe5911010,0xe5d6c000,0xe496e004 - .long 0xe581b004,0xe797c10c,0xe004a2ae,0xe1a0b82e - .long 0xe12fff1c - - .globl lj_BC_UCLO - .hidden lj_BC_UCLO - .type lj_BC_UCLO, %function - .size lj_BC_UCLO, 64 -lj_BC_UCLO: - .long 0xe5982020,0xe086b10b,0xe5889010,0xe3520000 - .long 0xe24b6b80,0x0a000003,0xe1a00008,0xe089100a - bl lj_func_closeuv - .long 0xe5989010,0xe5d6c000,0xe496e004,0xe797c10c - .long 0xe004a2ae,0xe1a0b82e,0xe12fff1c - - .globl lj_BC_FNEW - .hidden lj_BC_FNEW - .type lj_BC_FNEW, %function - .size lj_BC_FNEW, 64 -lj_BC_FNEW: - .long 0xe1e0b00b,0xe5889010,0xe795110b,0xe58d6008 - .long 0xe5192008,0xe1a00008 - bl lj_func_newL_gc - .long 0xe5989010,0xe3e01008,0xe5d6c000,0xe496e004 - .long 0xe18900fa,0xe797c10c,0xe004a2ae,0xe1a0b82e - .long 0xe12fff1c - - .globl lj_BC_TNEW - .hidden lj_BC_TNEW - .type lj_BC_TNEW, %function - .size lj_BC_TNEW, 104 -lj_BC_TNEW: - .long 0xe5172b1c,0xe5173b18,0xe5889010,0xe58d6008 - .long 0xe1520003,0xe1a00008,0x2a00000f,0xe1a01a8b - .long 0xe1a025ab,0xe1a0bac1,0xe1a01aa1,0xe37b0001 - .long 0x02811002 - bl lj_tab_new - .long 0xe5989010,0xe3e0100b,0xe5d6c000,0xe496e004 - .long 0xe18900fa,0xe797c10c,0xe004a2ae,0xe1a0b82e - .long 0xe12fff1c - bl lj_gc_step_fixtop - .long 0xe1a00008,0xeaffffec - - .globl lj_BC_TDUP - .hidden lj_BC_TDUP - .type lj_BC_TDUP, %function - .size lj_BC_TDUP, 88 -lj_BC_TDUP: - .long 0xe1e0b00b,0xe5172b1c,0xe5173b18,0xe5889010 - .long 0xe58d6008,0xe1520003,0xe1a00008,0x2a00000a - .long 0xe795110b - bl lj_tab_dup - .long 0xe5989010,0xe3e0100b,0xe5d6c000,0xe496e004 - .long 0xe18900fa,0xe797c10c,0xe004a2ae,0xe1a0b82e - .long 0xe12fff1c - bl lj_gc_step_fixtop - .long 0xe1a00008,0xeafffff1 - - .globl lj_BC_GGET - .hidden lj_BC_GGET - .type lj_BC_GGET, %function - .size lj_BC_GGET, 20 -lj_BC_GGET: - .long 0xe5191008,0xe1e0b00b,0xe5910008,0xe795b10b - .long 0xea00002e - - .globl lj_BC_GSET - .hidden lj_BC_GSET - .type lj_BC_GSET, %function - .size lj_BC_GSET, 20 -lj_BC_GSET: - .long 0xe5191008,0xe1e0b00b,0xe5910008,0xe795b10b - .long 0xea0000ac - - .globl lj_BC_TGETV - .hidden lj_BC_TGETV - .type lj_BC_TGETV, %function - .size lj_BC_TGETV, 140 -lj_BC_TGETV: - .long 0xe004caae,0xe004b6ae,0xe18900dc,0xe18920db - .long 0xe371000c,0x1a0004cd,0xe373000e,0x05903008 - .long 0x05901018,0x1a000014,0xe0833182,0xe1520001 - .long 0x31c320d0,0x2a0004c5,0xe5d6c000,0xe3730001 - .long 0x0a000005,0xe496e004,0xe18920fa,0xe797c10c - .long 0xe004a2ae,0xe1a0b82e,0xe12fff1c,0xe5901010 - .long 0xe3510000,0x0afffff6,0xe5d11006,0xe3110001 - .long 0x1afffff3,0xe004caae,0xea0004b4,0xe3730005 - .long 0x01a0b002,0x0a000007,0xea0004b0 - - .globl lj_BC_TGETS - .hidden lj_BC_TGETS - .type lj_BC_TGETS, %function - .size lj_BC_TGETS, 160 -lj_BC_TGETS: - .long 0xe004caae,0xe20bb0ff,0xe18900dc,0xe1e0b00b - .long 0xe795b10b,0xe371000c,0x1a000497,0xe590201c - .long 0xe59b3008,0xe590e014,0xe1a0c000,0xe0022003 - .long 0xe0822082,0xe08ee182,0xe1ce00d8,0xe1ce20d0 - .long 0xe59ee010,0xe3710005,0x0150000b,0x1a000008 - .long 0xe3730001,0x0a000008,0xe5d6c000,0xe496e004 - .long 0xe18920fa,0xe797c10c,0xe004a2ae,0xe1a0b82e - .long 0xe12fff1c,0xe35e0000,0x1affffee,0xe59c0010 - .long 0xe3a02000,0xe3e03000,0xe3500000,0x0afffff1 - .long 0xe5d01006,0xe3110001,0x1affffee,0xea000478 - - .globl lj_BC_TGETB - .hidden lj_BC_TGETB - .type lj_BC_TGETB, %function - .size lj_BC_TGETB, 108 -lj_BC_TGETB: - .long 0xe004caae,0xe20bb0ff,0xe18900dc,0xe371000c - .long 0x1a00047c,0xe5902018,0xe5903008,0xe1a0118b - .long 0xe15b0002,0x318320d1,0x2a000476,0xe5d6c000 - .long 0xe3730001,0x0a000005,0xe496e004,0xe18920fa - .long 0xe797c10c,0xe004a2ae,0xe1a0b82e,0xe12fff1c - .long 0xe5901010,0xe3510000,0x0afffff6,0xe5d11006 - .long 0xe3110001,0x1afffff3,0xea000466 - - .globl lj_BC_TGETR - .hidden lj_BC_TGETR - .type lj_BC_TGETR, %function - .size lj_BC_TGETR, 68 -lj_BC_TGETR: - .long 0xe004caae,0xe004b6ae,0xe799000c,0xe799100b - .long 0xe5903008,0xe5902018,0xe0833181,0xe1510002 - .long 0x2a00047b,0xe1c300d0,0xe5d6c000,0xe496e004 - .long 0xe18900fa,0xe797c10c,0xe004a2ae,0xe1a0b82e - .long 0xe12fff1c - - .globl lj_BC_TSETV - .hidden lj_BC_TSETV - .type lj_BC_TSETV, %function - .size lj_BC_TSETV, 188 -lj_BC_TSETV: - .long 0xe004caae,0xe004b6ae,0xe18900dc,0xe18920db - .long 0xe371000c,0x1a000484,0xe373000e,0x05901008 - .long 0x05903018,0x1a000020,0xe0811182,0xe1520003 - .long 0x3591e004,0x2a00047c,0xe5d6c000,0xe37e0001 - .long 0xe5d0e004,0xe18920da,0x0a000007,0xe31e0004 - .long 0xe1c120f0,0x1a00000e,0xe496e004,0xe797c10c - .long 0xe004a2ae,0xe1a0b82e,0xe12fff1c,0xe590a010 - .long 0xe35a0000,0x0afffff4,0xe5daa006,0xe31a0002 - .long 0x1afffff1,0xe516e004,0xe004caae,0xe004a2ae - .long 0xea000465,0xe5172b00,0xe3cee004,0xe5070b00 - .long 0xe5c0e004,0xe580200c,0xeaffffea,0xe3730005 - .long 0x01a0b002,0x0a000007,0xea00045b - - .globl lj_BC_TSETS - .hidden lj_BC_TSETS - .type lj_BC_TSETS, %function - .size lj_BC_TSETS, 276 -lj_BC_TSETS: - .long 0xe004caae,0xe20bb0ff,0xe18900dc,0xe1e0b00b - .long 0xe795b10b,0xe371000c,0x1a000442,0xe590201c - .long 0xe59b3008,0xe590e014,0xe1a0c000,0xe0022003 - .long 0xe0822082,0xe3a03000,0xe08ee182,0xe5cc3006 - .long 0xe1ce00d8,0xe59e3004,0xe59e2010,0xe3710005 - .long 0x0150000b,0x1a000013,0xe5dc1004,0xe3730001 - .long 0xe18920da,0x0a000008,0xe3110004,0xe1ce20f0 - .long 0x1a000021,0xe5d6c000,0xe496e004,0xe797c10c - .long 0xe004a2ae,0xe1a0b82e,0xe12fff1c,0xe59c0010 - .long 0xe3500000,0x0afffff3,0xe5d00006,0xe3100002 - .long 0x1afffff0,0xea000421,0xe1b0e002,0x1affffe3 - .long 0xe59c0010,0xe1a0200d,0xe58d6008,0xe3500000 - .long 0xe5889010,0x15d01006,0xe1a00008,0x0a000001 - .long 0xe3110002,0x0a000415,0xe3e03004,0xe58db000 - .long 0xe1a0100c,0xe58d3004 - bl lj_tab_newkey - .long 0xe5989010,0xe18920da,0xe1c020f0,0xeaffffdd - .long 0xe5172b00,0xe3c11004,0xe507cb00,0xe5cc1004 - .long 0xe58c200c,0xeaffffd7 - - .globl lj_BC_TSETB - .hidden lj_BC_TSETB - .type lj_BC_TSETB, %function - .size lj_BC_TSETB, 156 -lj_BC_TSETB: - .long 0xe004caae,0xe20bb0ff,0xe18900dc,0xe371000c - .long 0x1a00040a,0xe5902018,0xe590c008,0xe1a0118b - .long 0xe15b0002,0x31a120dc,0x2a000404,0xe5d6c000 - .long 0xe3730001,0xe5d0e004,0xe18920da,0x0a000007 - .long 0xe31e0004,0xe1c120f0,0x1a00000d,0xe496e004 - .long 0xe797c10c,0xe004a2ae,0xe1a0b82e,0xe12fff1c - .long 0xe590a010,0xe35a0000,0x0afffff4,0xe5daa006 - .long 0xe31a0002,0x1afffff1,0xe516e004,0xe004a2ae - .long 0xea0003ee,0xe5172b00,0xe3cee004,0xe5070b00 - .long 0xe5c0e004,0xe580200c,0xeaffffeb - - .globl lj_BC_TSETM - .hidden lj_BC_TSETM - .type lj_BC_TSETM, %function - .size lj_BC_TSETM, 148 -lj_BC_TSETM: - .long 0xe089a00a,0xe59dc004,0xe51a1008,0xe795018b - .long 0xe25cc008,0xe5913018,0x0a00000c,0xe08021ac - .long 0xe1520003,0xe5913008,0xe08ac00c,0x8a00000d - .long 0xe083e180,0xe5d10004,0xe0ca20d8,0xe0ce20f8 - .long 0xe15a000c,0x3afffffb,0xe3100004,0x1a00000a - .long 0xe5d6c000,0xe496e004,0xe797c10c,0xe004a2ae - .long 0xe1a0b82e,0xe12fff1c,0xe5889010,0xe1a00008 - .long 0xe58d6008 - bl lj_tab_reasize - .long 0xeaffffe1,0xe5172b00,0xe3c00004,0xe5071b00 - .long 0xe5c10004,0xe581200c,0xeaffffee - - .globl lj_BC_TSETR - .hidden lj_BC_TSETR - .type lj_BC_TSETR, %function - .size lj_BC_TSETR, 104 -lj_BC_TSETR: - .long 0xe004caae,0xe004b6ae,0xe799100c,0xe799200b - .long 0xe5d1e004,0xe5910008,0xe5913018,0xe31e0004 - .long 0xe0800182,0x1a000009,0xe1520003,0x2a0003d6 - .long 0xe18920da,0xe5d6c000,0xe496e004,0xe1c020f0 - .long 0xe797c10c,0xe004a2ae,0xe1a0b82e,0xe12fff1c - .long 0xe517cb00,0xe3cee004,0xe5071b00,0xe5c1e004 - .long 0xe581c00c,0xeaffffef - - .globl lj_BC_CALLM - .hidden lj_BC_CALLM - .type lj_BC_CALLM, %function - .size lj_BC_CALLM, 16 -lj_BC_CALLM: - .long 0xe59d0004,0xe004b6ae,0xe08bb000,0xea000000 - - .globl lj_BC_CALL - .hidden lj_BC_CALL - .type lj_BC_CALL, %function - .size lj_BC_CALL, 60 -lj_BC_CALL: - .long 0xe004b6ae,0xe1a0c009,0xe1a920da,0xe24bb008 - .long 0xe2899008,0xe3730009,0x1a00041e,0xe5096004 - .long 0xe5926010,0xe5d6c000,0xe496e004,0xe797c10c - .long 0xe004a2ae,0xe08aa009,0xe12fff1c - - .globl lj_BC_CALLMT - .hidden lj_BC_CALLMT - .type lj_BC_CALLMT, %function - .size lj_BC_CALLMT, 12 -lj_BC_CALLMT: - .long 0xe59d0004,0xe080b18b,0xea000000 - - .globl lj_BC_CALLT - .hidden lj_BC_CALLT - .type lj_BC_CALLT, %function - .size lj_BC_CALLT, 180 -lj_BC_CALLT: - .long 0xe1a0b18b,0xe1aa20d9,0xe24bb008,0xe28aa008 - .long 0xe3730009,0x1a00041d,0xe5196004,0xe3a0c000 - .long 0xe5d23006,0xe3160003,0x1a000018,0xe5092008 - .long 0xe35b0000,0x0a000005,0xe18a00dc,0xe28ce008 - .long 0xe15e000b,0xe18900fc,0xe1a0c00e,0x1afffff9 - .long 0xe3530001,0x8a000006,0xe5926010,0xe5d6c000 - .long 0xe496e004,0xe797c10c,0xe004a2ae,0xe08aa009 - .long 0xe12fff1c,0xe516e004,0xe004a2ae,0xe049000a - .long 0xe5100010,0xe5900010,0xe5105030,0xeafffff1 - .long 0xe2266003,0xe3160007,0x13a03000,0x1affffe2 - .long 0xe0499006,0xe5196004,0xe3160003,0x13a03000 - .long 0xeaffffdd - - .globl lj_BC_ITERC - .hidden lj_BC_ITERC - .type lj_BC_ITERC, %function - .size lj_BC_ITERC, 80 -lj_BC_ITERC: - .long 0xe089a00a,0xe1a0c009,0xe14a21d0,0xe14a00d8 - .long 0xe28a9008,0xe1ca20f8,0xe1ca01f0,0xe14a21d8 - .long 0xe3a0b010,0xe1ca20f0,0xe3730009,0x1a0003da - .long 0xe5096004,0xe5926010,0xe5d6c000,0xe496e004 - .long 0xe797c10c,0xe004a2ae,0xe08aa009,0xe12fff1c - - .globl lj_BC_ITERN - .hidden lj_BC_ITERN - .type lj_BC_ITERN, %function - .size lj_BC_ITERN, 184 -lj_BC_ITERN: - .long 0xe089a00a,0xe51ac010,0xe51a0008,0xe59ce018 - .long 0xe59c1008,0xe2866004,0xe050b00e,0xe0812180 - .long 0x2a000011,0xe1c220d0,0xe3730001,0x02800001 - .long 0x0afffff8,0xe156b0b2,0xe3e0100d,0xe1ca20f8 - .long 0xe086b10b,0xe280c001,0xe1ca00f0,0xe24b6b80 - .long 0xe50ac008,0xe5d6c000,0xe496e004,0xe797c10c - .long 0xe004a2ae,0xe1a0b82e,0xe12fff1c,0xe59c301c - .long 0xe59cc014,0xe08b008b,0xe15b0003,0xe08c2180 - .long 0x8afffff3,0xe1c200d0,0xe3710001,0xe28bb001 - .long 0x0afffff7,0xe156c0b2,0xe08bb00e,0xe1c220d8 - .long 0xe50ab008,0xe1ca00f8,0xe086b10c,0xe24b6b80 - .long 0xe1ca20f0,0xeaffffe6 - - .globl lj_BC_VARG - .hidden lj_BC_VARG - .type lj_BC_VARG, %function - .size lj_BC_VARG, 208 -lj_BC_VARG: - .long 0xe004caae,0xe004b6ae,0xe5190004,0xe089b00b - .long 0xe089a00a,0xe28bb003,0xe08a300c,0xe2492008 - .long 0xe04bb000,0xe35c0000,0xe042000b,0x0a00000c - .long 0xe2433010,0xe15b0002,0x30cb00d8,0x23e01000 - .long 0xe15a0003,0xe0ca00f8,0x3afffff9,0xe5d6c000 - .long 0xe496e004,0xe797c10c,0xe004a2ae,0xe1a0b82e - .long 0xe12fff1c,0xe5983018,0xe3500000,0xd3a0c008 - .long 0xc280c008,0xe08a1000,0xe58dc004,0xdafffff2 - .long 0xe1510003,0x8a000004,0xe0cb00d8,0xe0ca00f8 - .long 0xe15b0002,0x3afffffb,0xeaffffeb,0xe1a011a0 - .long 0xe588a014,0xe1a00008,0xe5889010,0xe04bb009 - .long 0xe58d6008,0xe04aa009 - bl lj_state_growstack - .long 0xe5989010,0xe089a00a,0xe089b00b,0xe2492008 - .long 0xeaffffed - - .globl lj_BC_ISNEXT - .hidden lj_BC_ISNEXT - .type lj_BC_ISNEXT, %function - .size lj_BC_ISNEXT, 112 -lj_BC_ISNEXT: - .long 0xe089a00a,0xe086b10b,0xe14a01d8,0xe51a200c - .long 0xe51a3004,0xe3710009,0x05d00006,0x0372000c - .long 0x03730001,0x03500004,0x024b6b80,0x1a000008 - .long 0xe5d6c000,0xe496e004,0xe3a00000,0xe3e01b60 - .long 0xe14a00f8,0xe797c10c,0xe004a2ae,0xe1a0b82e - .long 0xe12fff1c,0xe3a00058,0xe3a0c045,0xe5460004 - .long 0xe24b6b80,0xe5c6c000,0xe496e004,0xeafffff4 - - .globl lj_BC_RETM - .hidden lj_BC_RETM - .type lj_BC_RETM, %function - .size lj_BC_RETM, 20 -lj_BC_RETM: - .long 0xe59d0004,0xe5196004,0xe089a00a,0xe080b18b - .long 0xea000002 - - .globl lj_BC_RET - .hidden lj_BC_RET - .type lj_BC_RET, %function - .size lj_BC_RET, 168 -lj_BC_RET: - .long 0xe5196004,0xe1a0b18b,0xe089a00a,0xe58db004 - .long 0xe2160003,0xe2261003,0x1a00001d,0xe516e004 - .long 0xe25b3008,0xe2492008,0x0a000004,0xe0ca00d8 - .long 0xe2899008,0xe2533008,0xe14901f0,0x1afffffa - .long 0xe004a2ae,0xe042300a,0xe004caae,0xe5130008 - .long 0xe15c000b,0x8a000008,0xe1a09003,0xe5901010 - .long 0xe5d6c000,0xe496e004,0xe5115030,0xe797c10c - .long 0xe004a2ae,0xe1a0b82e,0xe12fff1c,0xe3e01000 - .long 0xe2899008,0xe28bb008,0xe509100c,0xeaffffef - .long 0xe089a00a,0xe3110007,0x1a000194,0xe0499001 - .long 0xe5196004,0xeaffffd9 - - .globl lj_BC_RET0 - .hidden lj_BC_RET0 - .type lj_BC_RET0, %function - .size lj_BC_RET0, 108 -lj_BC_RET0: - .long 0xe5196004,0xe1a0b18b,0xe58db004,0xe2160003 - .long 0xe2261003,0x0516e004,0x1afffff2,0xe2493008 - .long 0xe004a2ae,0xe043900a,0xe004caae,0xe5190008 - .long 0xe15c000b,0x8a000007,0xe5901010,0xe5d6c000 - .long 0xe496e004,0xe5115030,0xe797c10c,0xe004a2ae - .long 0xe1a0b82e,0xe12fff1c,0xe2431004,0xe3e02000 - .long 0xe781200b,0xe28bb008,0xeafffff0 - - .globl lj_BC_RET1 - .hidden lj_BC_RET1 - .type lj_BC_RET1, %function - .size lj_BC_RET1, 116 -lj_BC_RET1: - .long 0xe5196004,0xe1a0b18b,0xe58db004,0xe2160003 - .long 0xe2261003,0x0516e004,0x1affffd7,0xe18900da - .long 0xe2493008,0xe004a2ae,0xe1c300f0,0xe043900a - .long 0xe004caae,0xe5190008,0xe15c000b,0x8a000007 - .long 0xe5901010,0xe5d6c000,0xe496e004,0xe5115030 - .long 0xe797c10c,0xe004a2ae,0xe1a0b82e,0xe12fff1c - .long 0xe2431004,0xe3e02000,0xe781200b,0xe28bb008 - .long 0xeafffff0 - - .globl lj_BC_FORI - .hidden lj_BC_FORI - .type lj_BC_FORI, %function - .size lj_BC_FORI, 152 -lj_BC_FORI: - .long 0xe1aa00d9,0xe086b10b,0xe1ca20d8,0xe371000e - .long 0xe59ac014,0x1a000010,0xe373000e,0xe59a3010 - .long 0x037c000e,0x1a0002fd,0xe3530000,0xba000008 - .long 0xe1500002,0xc24b6b80,0xe5d6c000,0xe496e004 - .long 0xe1ca01f8,0xe797c10c,0xe004a2ae,0xe1a0b82e - .long 0xe12fff1c,0xe1520000,0xeafffff5,0x3373000e - .long 0x337c000e,0x2a0002ed,0xe35c0000,0xe1ca01f8 - .long 0xba000004 - bl __aeabi_cdcmple - .long 0x824b6b80,0xe5d6c000,0xe496e004,0xeaffffee - .long 0xe1a02000,0xe1a03001,0xe1ca00d8,0xeafffff6 - - .globl lj_BC_JFORI - .hidden lj_BC_JFORI - .type lj_BC_JFORI, %function - .size lj_BC_JFORI, 168 -lj_BC_JFORI: - .long 0xe1aa00d9,0xe086b10b,0xe1ca20d8,0xe371000e - .long 0xe59ac014,0x1a000012,0xe373000e,0xe59a3010 - .long 0x037c000e,0x1a0002d7,0xe3530000,0xba00000a - .long 0xe1500002,0xe24b6b80,0xd156b0b2,0xe5d6c000 - .long 0xe496e004,0xe1ca01f8,0xda000095,0xe797c10c - .long 0xe004a2ae,0xe1a0b82e,0xe12fff1c,0xe1520000 - .long 0xeafffff3,0x3373000e,0x337c000e,0x2a0002c5 - .long 0xe35c0000,0xe1ca01f8,0xba000006 - bl __aeabi_cdcmple - .long 0xe24b6b80,0x9156b0b2,0x9a000085,0xe5d6c000 - .long 0xe496e004,0xeaffffec,0xe1a02000,0xe1a03001 - .long 0xe1ca00d8,0xeafffff4 - - .globl lj_BC_FORL - .hidden lj_BC_FORL - .type lj_BC_FORL, %function - .size lj_BC_FORL, 28 -lj_BC_FORL: - .long 0xe1a000a6,0xe200007e,0xe2400080,0xe19710b0 - .long 0xe2511002,0xe18710b0,0x3a000706 - - .globl lj_BC_IFORL - .hidden lj_BC_IFORL - .type lj_BC_IFORL, %function - .size lj_BC_IFORL, 160 -lj_BC_IFORL: - .long 0xe1aa00d9,0xe086b10b,0xe1ca21d0,0xe371000e - .long 0x1a000010,0xe0900002,0xe59a3008,0x6286bb80 - .long 0xe3520000,0xba000009,0xe1500003,0xd24b6b80 - .long 0xe1ca00f0,0xe5d6c000,0xe496e004,0xe1ca01f8 - .long 0xe797c10c,0xe004a2ae,0xe1a0b82e,0xe12fff1c - .long 0xe1530000,0xeafffff4,0xe3530000,0xba000008 - bl __aeabi_dadd - .long 0xe1ca00f0,0xe1ca20d8,0xe1ca01f8 - bl __aeabi_cdcmple - .long 0x924b6b80,0xe5d6c000,0xe496e004,0xeaffffee - bl __aeabi_dadd - .long 0xe1ca00f0,0xe1ca01f8,0xe1a02000,0xe1a03001 - .long 0xe1ca00d8,0xeafffff3 - - .globl lj_BC_JFORL - .hidden lj_BC_JFORL - .type lj_BC_JFORL, %function - .size lj_BC_JFORL, 156 -lj_BC_JFORL: - .long 0xe1aa00d9,0xe1ca21d0,0xe371000e,0x1a000010 - .long 0xe0900002,0xe59a3008,0x6a000003,0xe3520000 - .long 0xba000009,0xe1500003,0xe1ca00f0,0xe5d6c000 - .long 0xe496e004,0xe1ca01f8,0xda000040,0xe797c10c - .long 0xe004a2ae,0xe1a0b82e,0xe12fff1c,0xe1530000 - .long 0xeafffff4,0xe3530000,0xba000008 - bl __aeabi_dadd - .long 0xe1ca00f0,0xe1ca20d8,0xe1ca01f8 - bl __aeabi_cdcmple - .long 0x9a000032,0xe5d6c000,0xe496e004,0xeaffffee - bl __aeabi_dadd - .long 0xe1ca00f0,0xe1ca01f8,0xe1a02000,0xe1a03001 - .long 0xe1ca00d8,0xeafffff3 - - .globl lj_BC_ITERL - .hidden lj_BC_ITERL - .type lj_BC_ITERL, %function - .size lj_BC_ITERL, 28 -lj_BC_ITERL: - .long 0xe1a000a6,0xe200007e,0xe2400080,0xe19710b0 - .long 0xe2511002,0xe18710b0,0x3a0006b0 - - .globl lj_BC_IITERL - .hidden lj_BC_IITERL - .type lj_BC_IITERL, %function - .size lj_BC_IITERL, 44 -lj_BC_IITERL: - .long 0xe1aa00d9,0xe086b10b,0xe3710001,0x124b6b80 - .long 0x114a00f8,0xe5d6c000,0xe496e004,0xe797c10c - .long 0xe004a2ae,0xe1a0b82e,0xe12fff1c - - .globl lj_BC_JITERL - .hidden lj_BC_JITERL - .type lj_BC_JITERL, %function - .size lj_BC_JITERL, 40 -lj_BC_JITERL: - .long 0xe1aa00d9,0xe3710001,0x114a00f8,0x1a000012 - .long 0xe5d6c000,0xe496e004,0xe797c10c,0xe004a2ae - .long 0xe1a0b82e,0xe12fff1c - - .globl lj_BC_LOOP - .hidden lj_BC_LOOP - .type lj_BC_LOOP, %function - .size lj_BC_LOOP, 28 -lj_BC_LOOP: - .long 0xe1a000a6,0xe200007e,0xe2400080,0xe19710b0 - .long 0xe2511002,0xe18710b0,0x3a000694 - - .globl lj_BC_ILOOP - .hidden lj_BC_ILOOP - .type lj_BC_ILOOP, %function - .size lj_BC_ILOOP, 24 -lj_BC_ILOOP: - .long 0xe5d6c000,0xe496e004,0xe797c10c,0xe004a2ae - .long 0xe1a0b82e,0xe12fff1c - - .globl lj_BC_JLOOP - .hidden lj_BC_JLOOP - .type lj_BC_JLOOP, %function - .size lj_BC_JLOOP, 32 -lj_BC_JLOOP: - .long 0xe51708a0,0xe3a01000,0xe790b10b,0xe5071ae4 - .long 0xe59ba034,0xe5079a50,0xe5078ad4,0xe12fff1a - - .globl lj_BC_JMP - .hidden lj_BC_JMP - .type lj_BC_JMP, %function - .size lj_BC_JMP, 32 -lj_BC_JMP: - .long 0xe086b10b,0xe24b6b80,0xe5d6c000,0xe496e004 - .long 0xe797c10c,0xe004a2ae,0xe1a0b82e,0xe12fff1c - - .globl lj_BC_FUNCF - .hidden lj_BC_FUNCF - .type lj_BC_FUNCF, %function - .size lj_BC_FUNCF, 28 -lj_BC_FUNCF: - .long 0xe1a000a6,0xe200007e,0xe2400080,0xe19710b0 - .long 0xe2511001,0xe18710b0,0x3a000685 - - .globl lj_BC_IFUNCF - .hidden lj_BC_IFUNCF - .type lj_BC_IFUNCF, %function - .size lj_BC_IFUNCF, 68 -lj_BC_IFUNCF: - .long 0xe5980018,0xe556103e,0xe5165034,0xe15a0000 - .long 0x8a0000b9,0xe5d6c000,0xe496e004,0xe15b0181 - .long 0xe3e03000,0x3a000003,0xe797c10c,0xe004a2ae - .long 0xe1a0b82e,0xe12fff1c,0xe18920fb,0xe28bb008 - .long 0xeafffff5 - - .globl lj_BC_JFUNCF - .hidden lj_BC_JFUNCF - .type lj_BC_JFUNCF, %function - .size lj_BC_JFUNCF, 52 -lj_BC_JFUNCF: - .long 0xe5980018,0xe556103e,0xe5165034,0xe15a0000 - .long 0x8a0000a8,0xe15b0181,0xe3e03000,0x3a000001 - .long 0xe1a0b82e,0xeaffffcd,0xe18920fb,0xe28bb008 - .long 0xeafffff7 - - .globl lj_BC_FUNCV - .hidden lj_BC_FUNCV - .type lj_BC_FUNCV, %function - .size lj_BC_FUNCV, 0 -lj_BC_FUNCV: - - .globl lj_BC_IFUNCV - .hidden lj_BC_IFUNCV - .type lj_BC_IFUNCV, %function - .size lj_BC_IFUNCV, 116 -lj_BC_IFUNCV: - .long 0xe5980018,0xe089300b,0xe08aa00b,0xe5832000 - .long 0xe28b100b,0xe5165034,0xe15a0000,0xe5831004 - .long 0x2a000097,0xe556c03e,0xe1a0a009,0xe1a0b003 - .long 0xe35c0000,0xe2839008,0x0a000007,0xe3e02000 - .long 0xe15a000b,0x30ca00d8,0x21a01002,0x350a2004 - .long 0xe25cc001,0xe1e300f8,0x1afffff8,0xe5d6c000 - .long 0xe496e004,0xe797c10c,0xe004a2ae,0xe1a0b82e - .long 0xe12fff1c - - .globl lj_BC_JFUNCV - .hidden lj_BC_JFUNCV - .type lj_BC_JFUNCV, %function - .size lj_BC_JFUNCV, 4 -lj_BC_JFUNCV: - .long 0xe7f001f0 - - .globl lj_BC_FUNCC - .hidden lj_BC_FUNCC - .type lj_BC_FUNCC, %function - .size lj_BC_FUNCC, 84 -lj_BC_FUNCC: - .long 0xe5923014,0xe08a100b,0xe5980018,0xe089b00b - .long 0xe5889010,0xe1510000,0xe588b014,0xe3e02001 - .long 0xe1a00008,0x8a000076,0xe5072ae4,0xe12fff33 - .long 0xe5989010,0xe3e02000,0xe5981014,0xe5078a54 - .long 0xe1a0b180,0xe5072ae4,0xe5196004,0xe041a00b - .long 0xea00001c - - .globl lj_BC_FUNCCW - .hidden lj_BC_FUNCCW - .type lj_BC_FUNCCW, %function - .size lj_BC_FUNCCW, 88 -lj_BC_FUNCCW: - .long 0xe5173a64,0xe08a100b,0xe5980018,0xe089b00b - .long 0xe5889010,0xe1510000,0xe588b014,0xe5921014 - .long 0xe3e02001,0xe1a00008,0x8a000060,0xe5072ae4 - .long 0xe12fff33,0xe5989010,0xe3e02000,0xe5981014 - .long 0xe5078a54,0xe1a0b180,0xe5072ae4,0xe5196004 - .long 0xe041a00b,0xea000006 - - .globl lj_vm_returnp - .hidden lj_vm_returnp - .type lj_vm_returnp, %function - .size lj_vm_returnp, 28 -lj_vm_returnp: - .long 0xe3160004,0x0a0000c7,0xe51c6004,0xe3e01002 - .long 0xe1a0900c,0xe50a1004,0xe24aa008 - - .globl lj_vm_returnc - .hidden lj_vm_returnc - .type lj_vm_returnc, %function - .size lj_vm_returnc, 24 -lj_vm_returnc: - .long 0xe29bb008,0xe3a00001,0x0a00002f,0xe58db004 - .long 0xe2160003,0x0afffe4a - - .globl lj_vm_return - .hidden lj_vm_return - .type lj_vm_return, %function - .size lj_vm_return, 76 -lj_vm_return: - .long 0xe3c6c007,0xe3500001,0xe049c00c,0x1affffee - .long 0xe588c010,0xe59d5014,0xe3e03001,0xe2499008 - .long 0xe25b2008,0xe1a05185,0xe5073ae4,0x0a000003 - .long 0xe2522008,0xe0ca00d8,0xe0c900f8,0x1afffffb - .long 0xe155000b,0x1a000005,0xe5889014 - - .globl lj_vm_leave_cp - .hidden lj_vm_leave_cp - .type lj_vm_leave_cp, %function - .size lj_vm_leave_cp, 12 -lj_vm_leave_cp: - .long 0xe59db010,0xe3a00000,0xe588b028 - - .globl lj_vm_leave_unw - .hidden lj_vm_leave_unw - .type lj_vm_leave_unw, %function - .size lj_vm_leave_unw, 84 -lj_vm_leave_unw: - .long 0xe28dd01c,0xe8bd8ff0,0xba000007,0xe5982018 - .long 0xe3e01000,0xe1590002,0x2a000007,0xe5891004 - .long 0xe28bb008,0xe2899008,0xeaffffee,0xe04b0005 - .long 0xe3550000,0x10499000,0xeaffffec,0xe5889014 - .long 0xe1a011a5,0xe1a00008 - bl lj_state_growstack - .long 0xe5989014,0xeaffffe4 - - .globl lj_vm_unwind_c - .hidden lj_vm_unwind_c - .type lj_vm_unwind_c, %function - .size lj_vm_unwind_c, 8 -lj_vm_unwind_c: - .long 0xe1a0d000,0xe1a00001 - - .globl lj_vm_unwind_c_eh - .hidden lj_vm_unwind_c_eh - .type lj_vm_unwind_c_eh, %function - .size lj_vm_unwind_c_eh, 20 -lj_vm_unwind_c_eh: - .long 0xe59d800c,0xe3e03001,0xe5982008,0xe582304c - .long 0xeaffffe3 - - .globl lj_vm_unwind_ff - .hidden lj_vm_unwind_ff - .type lj_vm_unwind_ff, %function - .size lj_vm_unwind_ff, 8 -lj_vm_unwind_ff: - .long 0xe3c00003,0xe1a0d000 - - .globl lj_vm_unwind_ff_eh - .hidden lj_vm_unwind_ff_eh - .type lj_vm_unwind_ff_eh, %function - .size lj_vm_unwind_ff_eh, 56 -lj_vm_unwind_ff_eh: - .long 0xe59d800c,0xe3a040ff,0xe3a0b010,0xe1a04184 - .long 0xe5989010,0xe5987008,0xe3e00001,0xe249a008 - .long 0xe5196004,0xe2877eb3,0xe3e01000,0xe5090004 - .long 0xe5071ae4,0xeaffffb7 - - .globl lj_vm_unwind_ext - .hidden lj_vm_unwind_ext - .type lj_vm_unwind_ext, %function - .size lj_vm_unwind_ext, 28 -lj_vm_unwind_ext: - .long 0xe92d4007 - bl _Unwind_Complete - .long 0xe59d0000 - bl _Unwind_DeleteException - .long 0xe8bd4007,0xe1a00001,0xe12fff12 - - .globl lj_vm_growstack_c - .hidden lj_vm_growstack_c - .type lj_vm_growstack_c, %function - .size lj_vm_growstack_c, 8 -lj_vm_growstack_c: - .long 0xe3a01014,0xea000006 - - .globl lj_vm_growstack_l - .hidden lj_vm_growstack_l - .type lj_vm_growstack_l, %function - .size lj_vm_growstack_l, 80 -lj_vm_growstack_l: - .long 0xe089b00b,0xe04aa009,0xe1a00008,0xe5889010 - .long 0xe2866004,0xe588b014,0xe1a011aa,0xe58d6008 - bl lj_state_growstack - .long 0xe5989010,0xe598b014,0xe5192008,0xe04bb009 - .long 0xe5926010,0xe5d6c000,0xe496e004,0xe797c10c - .long 0xe004a2ae,0xe08aa009,0xe12fff1c - - .globl lj_vm_resume - .hidden lj_vm_resume - .type lj_vm_resume, %function - .size lj_vm_resume, 132 -lj_vm_resume: - .long 0xe92d4ff0,0xe24dd01c,0xe1a08000,0xe5907008 - .long 0xe1a09001,0xe2877eb3,0xe58d800c,0xe3a06005 - .long 0xe58d2014,0xe28d1001,0xe5d80007,0xe58d2018 - .long 0xe58d8008,0xe58d2010,0xe3500000,0xe5881028 - .long 0x0a000021,0xe5078a54,0xe1a0a009,0xe5989010 - .long 0xe5980014,0xe3a040ff,0xe5c82007,0xe040b009 - .long 0xe5196004,0xe1a04184,0xe3e01000,0xe28bb008 - .long 0xe2160003,0xe5071ae4,0xe58db004,0x0afffdcb - .long 0xeaffff7f - - .globl lj_vm_pcall - .hidden lj_vm_pcall - .type lj_vm_pcall, %function - .size lj_vm_pcall, 20 -lj_vm_pcall: - .long 0xe92d4ff0,0xe24dd01c,0xe3a06005,0xe58d3018 - .long 0xea000002 - - .globl lj_vm_call - .hidden lj_vm_call - .type lj_vm_call, %function - .size lj_vm_call, 92 -lj_vm_call: - .long 0xe92d4ff0,0xe24dd01c,0xe3a06001,0xe590b028 - .long 0xe58d2014,0xe1a08000,0xe58d000c,0xe5987008 - .long 0xe1a09001,0xe58d0008,0xe58db010,0xe2877eb3 - .long 0xe588d028,0xe5078a54,0xe598c010,0xe5980014 - .long 0xe3a040ff,0xe0866009,0xe1a04184,0xe046600c - .long 0xe3e01000,0xe040b009,0xe5071ae4 - - .globl lj_vm_call_dispatch - .hidden lj_vm_call_dispatch - .type lj_vm_call_dispatch, %function - .size lj_vm_call_dispatch, 12 -lj_vm_call_dispatch: - .long 0xe14920d8,0xe3730009,0x1a0000f4 - - .globl lj_vm_call_dispatch_f - .hidden lj_vm_call_dispatch_f - .type lj_vm_call_dispatch_f, %function - .size lj_vm_call_dispatch_f, 32 -lj_vm_call_dispatch_f: - .long 0xe5096004,0xe5926010,0xe5d6c000,0xe496e004 - .long 0xe797c10c,0xe004a2ae,0xe08aa009,0xe12fff1c - - .globl lj_vm_cpcall - .hidden lj_vm_cpcall - .type lj_vm_cpcall, %function - .size lj_vm_cpcall, 88 -lj_vm_cpcall: - .long 0xe92d4ff0,0xe24dd01c,0xe1a08000,0xe590a01c - .long 0xe58d000c,0xe5987008,0xe598c014,0xe58d0008 - .long 0xe598b028,0xe2877eb3,0xe04aa00c,0xe3a0c000 - .long 0xe58da014,0xe58dc018,0xe58db010,0xe588d028 - .long 0xe5078a54,0xe12fff33,0xe1b09000,0xe3a06005 - .long 0x1affffd5,0xeaffff55 - - .globl lj_cont_dispatch - .hidden lj_cont_dispatch - .type lj_cont_dispatch, %function - .size lj_cont_dispatch, 68 -lj_cont_dispatch: - .long 0xe51c2008,0xe5190010,0xe1a03009,0xe1a0900c - .long 0xe3500001,0xe513600c,0xe5922010,0xe3e0e000 - .long 0xe08a100b,0xe501e004,0x9a000001,0xe5125030 - .long 0xe12fff10,0x0a00068f,0xe2433010,0xe043b009 - .long 0xea0004f3 - - .globl lj_cont_cat - .hidden lj_cont_cat - .type lj_cont_cat, %function - .size lj_cont_cat, 52 -lj_cont_cat: - .long 0xe516e004,0xe2431010,0xe1ca20d0,0xe5889010 - .long 0xe004baae,0xe004a2ae,0xe089000b,0xe0510000 - .long 0x11c120f0,0x11a02000,0x1afffa3c,0xe18920fa - .long 0xea000069 - - .globl lj_vmeta_tgets1 - .hidden lj_vmeta_tgets1 - .type lj_vmeta_tgets1, %function - .size lj_vmeta_tgets1, 8 -lj_vmeta_tgets1: - .long 0xe089100c,0xea000003 - - .globl lj_vmeta_tgets - .hidden lj_vmeta_tgets - .type lj_vmeta_tgets, %function - .size lj_vmeta_tgets, 36 -lj_vmeta_tgets: - .long 0xe2471eab,0xe3e0300b,0xe581c000,0xe5813004 - .long 0xe3e03004,0xe58db000,0xe58d3004,0xe1a0200d - .long 0xea000008 - - .globl lj_vmeta_tgetb - .hidden lj_vmeta_tgetb - .type lj_vmeta_tgetb, %function - .size lj_vmeta_tgetb, 28 -lj_vmeta_tgetb: - .long 0xe004caae,0xe58db000,0xe3e0300d,0xe089100c - .long 0xe58d3004,0xe1a0200d,0xea000001 - - .globl lj_vmeta_tgetv - .hidden lj_vmeta_tgetv - .type lj_vmeta_tgetv, %function - .size lj_vmeta_tgetv, 92 -lj_vmeta_tgetv: - .long 0xe089100c,0xe089200b,0xe5889010,0xe1a00008 - .long 0xe58d6008 - bl lj_meta_tget - .long 0xe3500000,0x0a000007,0xe1c020d0,0xe5d6c000 - .long 0xe496e004,0xe18920fa,0xe797c10c,0xe004a2ae - .long 0xe1a0b82e,0xe12fff1c,0xe2690002,0xe5989014 - .long 0xe3a0b010,0xe509600c,0xe0806009,0xe5192008 - .long 0xeaffff9a - - .globl lj_vmeta_tgetr - .hidden lj_vmeta_tgetr - .type lj_vmeta_tgetr, %function - .size lj_vmeta_tgetr, 20 -lj_vmeta_tgetr: - bl lj_tab_getinth - .long 0xe3500000,0x11c000d0,0x03e01000,0xeafffb7f - - .globl lj_vmeta_tsets1 - .hidden lj_vmeta_tsets1 - .type lj_vmeta_tsets1, %function - .size lj_vmeta_tsets1, 8 -lj_vmeta_tsets1: - .long 0xe089100c,0xea000003 - - .globl lj_vmeta_tsets - .hidden lj_vmeta_tsets - .type lj_vmeta_tsets, %function - .size lj_vmeta_tsets, 36 -lj_vmeta_tsets: - .long 0xe2471eab,0xe3e0300b,0xe581c000,0xe5813004 - .long 0xe3e03004,0xe58db000,0xe58d3004,0xe1a0200d - .long 0xea000008 - - .globl lj_vmeta_tsetb - .hidden lj_vmeta_tsetb - .type lj_vmeta_tsetb, %function - .size lj_vmeta_tsetb, 28 -lj_vmeta_tsetb: - .long 0xe004caae,0xe58db000,0xe3e0300d,0xe089100c - .long 0xe58d3004,0xe1a0200d,0xea000001 - - .globl lj_vmeta_tsetv - .hidden lj_vmeta_tsetv - .type lj_vmeta_tsetv, %function - .size lj_vmeta_tsetv, 96 -lj_vmeta_tsetv: - .long 0xe089100c,0xe089200b,0xe5889010,0xe1a00008 - .long 0xe58d6008 - bl lj_meta_tset - .long 0xe3500000,0xe18920da,0x0a000006,0xe5d6c000 - .long 0xe1c020f0,0xe496e004,0xe797c10c,0xe004a2ae - .long 0xe1a0b82e,0xe12fff1c,0xe2690002,0xe5989014 - .long 0xe3a0b018,0xe1c921f0,0xe509600c,0xe0806009 - .long 0xe5192008,0xeaffff6b - - .globl lj_vmeta_tsetr - .hidden lj_vmeta_tsetr - .type lj_vmeta_tsetr, %function - .size lj_vmeta_tsetr, 16 -lj_vmeta_tsetr: - .long 0xe5889010,0xe58d6008 - bl lj_tab_setinth - .long 0xeafffc24 - - .globl lj_vmeta_comp - .hidden lj_vmeta_comp - .type lj_vmeta_comp, %function - .size lj_vmeta_comp, 56 -lj_vmeta_comp: - .long 0xe1a00008,0xe2466004,0xe1a0100a,0xe5889010 - .long 0xe1a0200b,0xe58d6008,0xe20e30ff - bl lj_meta_comp - .long 0xe3500001,0x8a000046,0xe1d6c0b2,0xe2866004 - .long 0xe086c10c,0x224c6b80 - - .globl lj_cont_nop - .hidden lj_cont_nop - .type lj_cont_nop, %function - .size lj_cont_nop, 24 -lj_cont_nop: - .long 0xe5d6c000,0xe496e004,0xe797c10c,0xe004a2ae - .long 0xe1a0b82e,0xe12fff1c - - .globl lj_cont_ra - .hidden lj_cont_ra - .type lj_cont_ra, %function - .size lj_cont_ra, 20 -lj_cont_ra: - .long 0xe516e004,0xe1ca00d0,0xe00422ae,0xe18900f2 - .long 0xeafffff4 - - .globl lj_cont_condt - .hidden lj_cont_condt - .type lj_cont_condt, %function - .size lj_cont_condt, 16 -lj_cont_condt: - .long 0xe59a1004,0xe3e00002,0xe1500001,0xeaffffec - - .globl lj_cont_condf - .hidden lj_cont_condf - .type lj_cont_condf, %function - .size lj_cont_condf, 12 -lj_cont_condf: - .long 0xe59a1004,0xe3710002,0xeaffffe9 - - .globl lj_vmeta_equal - .hidden lj_vmeta_equal - .type lj_vmeta_equal, %function - .size lj_vmeta_equal, 24 -lj_vmeta_equal: - .long 0xe2466004,0xe5889010,0xe1a00008,0xe58d6008 - bl lj_meta_equal - .long 0xeaffffe1 - - .globl lj_vmeta_equal_cd - .hidden lj_vmeta_equal_cd - .type lj_vmeta_equal_cd, %function - .size lj_vmeta_equal_cd, 28 -lj_vmeta_equal_cd: - .long 0xe2466004,0xe5889010,0xe1a00008,0xe1a0100e - .long 0xe58d6008 - bl lj_meta_equal_cd - .long 0xeaffffda - - .globl lj_vmeta_istype - .hidden lj_vmeta_istype - .type lj_vmeta_istype, %function - .size lj_vmeta_istype, 32 -lj_vmeta_istype: - .long 0xe2466004,0xe5889010,0xe1a00008,0xe1a011aa - .long 0xe1a0200b,0xe58d6008 - bl lj_meta_istype - .long 0xeaffffd8 - - .globl lj_vmeta_arith_vn - .hidden lj_vmeta_arith_vn - .type lj_vmeta_arith_vn, %function - .size lj_vmeta_arith_vn, 20 -lj_vmeta_arith_vn: - .long 0xe004caae,0xe004b6ae,0xe089200c,0xe085300b - .long 0xea00000d - - .globl lj_vmeta_arith_nv - .hidden lj_vmeta_arith_nv - .type lj_vmeta_arith_nv, %function - .size lj_vmeta_arith_nv, 20 -lj_vmeta_arith_nv: - .long 0xe004caae,0xe004b6ae,0xe089300c,0xe085200b - .long 0xea000008 - - .globl lj_vmeta_unm - .hidden lj_vmeta_unm - .type lj_vmeta_unm, %function - .size lj_vmeta_unm, 20 -lj_vmeta_unm: - .long 0xe516e008,0xe2466004,0xe089200b,0xe089300b - .long 0xea000003 - - .globl lj_vmeta_arith_vv - .hidden lj_vmeta_arith_vv - .type lj_vmeta_arith_vv, %function - .size lj_vmeta_arith_vv, 52 -lj_vmeta_arith_vv: - .long 0xe004caae,0xe004b6ae,0xe089200c,0xe089300b - .long 0xe20ec0ff,0xe089100a,0xe5889010,0xe1a00008 - .long 0xe58d6008,0xe58dc000 - bl lj_meta_arith - .long 0xe3500000,0x0affffbc - - .globl lj_vmeta_binop - .hidden lj_vmeta_binop - .type lj_vmeta_binop, %function - .size lj_vmeta_binop, 24 -lj_vmeta_binop: - .long 0xe0401009,0xe500600c,0xe2816002,0xe1a09000 - .long 0xe3a0b010,0xeaffff0d - - .globl lj_vmeta_len - .hidden lj_vmeta_len - .type lj_vmeta_len, %function - .size lj_vmeta_len, 24 -lj_vmeta_len: - .long 0xe089100b,0xe5889010,0xe1a00008,0xe58d6008 - bl lj_meta_len - .long 0xeafffff3 - - .globl lj_vmeta_call - .hidden lj_vmeta_call - .type lj_vmeta_call, %function - .size lj_vmeta_call, 64 -lj_vmeta_call: - .long 0xe1a00008,0xe588c010,0xe2491008,0xe58d6008 - .long 0xe089200b - bl lj_meta_call - .long 0xe5192008,0xe28bb008,0xe5096004,0xe5926010 - .long 0xe5d6c000,0xe496e004,0xe797c10c,0xe004a2ae - .long 0xe08aa009,0xe12fff1c - - .globl lj_vmeta_callt - .hidden lj_vmeta_callt - .type lj_vmeta_callt, %function - .size lj_vmeta_callt, 40 -lj_vmeta_callt: - .long 0xe1a00008,0xe5889010,0xe24a1008,0xe58d6008 - .long 0xe08a200b - bl lj_meta_call - .long 0xe51a2008,0xe5196004,0xe28bb008,0xeafffbd8 - - .globl lj_vmeta_for - .hidden lj_vmeta_for - .type lj_vmeta_for, %function - .size lj_vmeta_for, 48 -lj_vmeta_for: - .long 0xe1a00008,0xe5889010,0xe1a0100a,0xe58d6008 - bl lj_meta_for - .long 0xe556c004,0xe516e004,0xe35c004e,0xe004a2ae - .long 0xe1a0b82e,0x0afffd12,0xeafffceb - - .globl lj_ff_assert - .hidden lj_ff_assert - .type lj_ff_assert, %function - .size lj_ff_assert, 64 -lj_ff_assert: - .long 0xe1c900d0,0xe35b0008,0x3a0003e7,0xe3710003 - .long 0x8a0003e5,0xe5196004,0xe14900f8,0xe1a0c009 - .long 0xe25ba008,0xe28bb008,0x0a0001cd,0xe1cc00d8 - .long 0xe25aa008,0xe0cc00f8,0x1afffffb,0xea0001c8 - - .globl lj_ff_type - .hidden lj_ff_type - .type lj_ff_type, %function - .size lj_ff_type, 36 -lj_ff_type: - .long 0xe5991004,0xe35b0008,0x3a0003d7,0xe371000e - .long 0x33e0100d,0xe2613002,0xe1a03183,0xe18200d3 - .long 0xea0001bc - - .globl lj_ff_getmetatable - .hidden lj_ff_getmetatable - .type lj_ff_getmetatable, %function - .size lj_ff_getmetatable, 148 -lj_ff_getmetatable: - .long 0xe1c900d0,0xe35b0008,0x3a0003ce,0xe371000c - .long 0x1371000d,0x1a000018,0xe590c010,0xe3e01000 - .long 0xe517ba04,0xe35c0000,0x0a0001b1,0xe59c201c - .long 0xe59b3008,0xe59ce014,0xe0022003,0xe0822082 - .long 0xe08ee182,0xe1ce20d8,0xe1ce00d0,0xe59ee010 - .long 0xe3730005,0x0152000b,0x0a000004,0xe35e0000 - .long 0x1afffff7,0xe1a0000c,0xe3e0100b,0xea0001a0 - .long 0xe3710001,0x1a00019e,0xeafffff9,0xe371000e - .long 0x21e01001,0x33a0100d,0xe0873101,0xe513c9f0 - .long 0xeaffffe1 - - .globl lj_ff_setmetatable - .hidden lj_ff_setmetatable - .type lj_ff_setmetatable, %function - .size lj_ff_setmetatable, 76 -lj_ff_setmetatable: - .long 0xe1c900d0,0xe1c920d8,0xe35b0010,0x3a0003a8 - .long 0xe371000c,0x0590c010,0x0373000c,0x05d03004 - .long 0x035c0000,0x1a0003a2,0xe3130004,0xe5802010 - .long 0x0a00018a,0xe5172b00,0xe3c33004,0xe5070b00 - .long 0xe5c03004,0xe580200c,0xea000184 - - .globl lj_ff_rawget - .hidden lj_ff_rawget - .type lj_ff_rawget, %function - .size lj_ff_rawget, 44 -lj_ff_rawget: - .long 0xe1c920d0,0xe35b0010,0x3a000396,0xe1a01002 - .long 0xe373000c,0x1a000393,0xe1a00008,0xe2892008 - bl lj_tab_get - .long 0xe1c000d0,0xea000179 - - .globl lj_ff_tonumber - .hidden lj_ff_tonumber - .type lj_ff_tonumber, %function - .size lj_ff_tonumber, 24 -lj_ff_tonumber: - .long 0xe1c900d0,0xe35b0008,0x1a00038b,0xe371000e - .long 0x9a000174,0xea000388 - - .globl lj_ff_tostring - .hidden lj_ff_tostring - .type lj_ff_tostring, %function - .size lj_ff_tostring, 84 -lj_ff_tostring: - .long 0xe1c900d0,0xe35b0008,0x3a000385,0xe3710005 - .long 0x0a00016e,0xe51739bc,0xe5889010,0xe371000e - .long 0x93530000,0xe58d6008,0x8a00037d,0xe5170b1c - .long 0xe5171b18,0xe1500001,0xab0003a2,0xe1a00008 - .long 0xe1a01009 - bl lj_strfmt_number - .long 0xe5989010,0xe3e01004,0xea00015e - - .globl lj_ff_next - .hidden lj_ff_next - .type lj_ff_next, %function - .size lj_ff_next, 96 -lj_ff_next: - .long 0xe1c900d0,0xe35b0008,0x3a000370,0xe3e03000 - .long 0xe371000c,0x1a00036d,0xe18920fb,0xe5196004 - .long 0xe1a01000,0xe5889010,0xe1a00008,0xe5889014 - .long 0xe2892008,0xe58d6008 - bl lj_tab_next - .long 0xe3500000,0x03e01000,0x0a00014c,0xe1c900d8 - .long 0xe1c921d0,0xe3a0b018,0xe14900f8,0xe1c920f0 - .long 0xea000149 - - .globl lj_ff_pairs - .hidden lj_ff_pairs - .type lj_ff_pairs, %function - .size lj_ff_pairs, 48 -lj_ff_pairs: - .long 0xe1c900d0,0xe35b0008,0x3a000358,0xe371000c - .long 0x1a000356,0xe1c221d8,0xe5196004,0xe3e01000 - .long 0xe3a0b020,0xe14920f8,0xe589100c,0xea00013d - - .globl lj_ff_ipairs_aux - .hidden lj_ff_ipairs_aux - .type lj_ff_ipairs_aux, %function - .size lj_ff_ipairs_aux, 120 -lj_ff_ipairs_aux: - .long 0xe1c900d0,0xe1c920d8,0xe35b0010,0x3a00034b - .long 0xe371000c,0x0373000e,0x1a000348,0xe590c018 - .long 0xe590b008,0xe2822001,0xe5196004,0xe152000c - .long 0xe08bb182,0xe14920f8,0x31cb00d0,0xe3a0b008 - .long 0x2a000003,0xe3710001,0x13a0b018,0x11c900f0 - .long 0xea000128,0xe590c01c,0xe1a01002,0xe35c0000 - .long 0x0a000124 - bl lj_tab_getinth - .long 0xe3500000,0x0a000121,0xe1c000d0,0xeafffff2 - - .globl lj_ff_ipairs - .hidden lj_ff_ipairs - .type lj_ff_ipairs, %function - .size lj_ff_ipairs, 52 -lj_ff_ipairs: - .long 0xe1c900d0,0xe35b0008,0x3a00032e,0xe371000c - .long 0x1a00032c,0xe1c221d8,0xe5196004,0xe3a00000 - .long 0xe3e0100d,0xe3a0b020,0xe14920f8,0xe1c900f8 - .long 0xea000112 - - .globl lj_ff_pcall - .hidden lj_ff_pcall - .type lj_ff_pcall, %function - .size lj_ff_pcall, 40 -lj_ff_pcall: - .long 0xe557aabf,0xe35b0008,0x3a000321,0xe31a0010 - .long 0xe1a0c009,0xe2899008,0x03a0600e,0x13a0600f - .long 0xe24bb008,0xeafffe11 - - .globl lj_ff_xpcall - .hidden lj_ff_xpcall - .type lj_ff_xpcall, %function - .size lj_ff_xpcall, 64 -lj_ff_xpcall: - .long 0xe1c900d0,0xe1c920d8,0xe35b0010,0x3a000316 - .long 0xe557aabf,0xe3730009,0x1a000313,0xe1a0c009 - .long 0xe1c900f8,0xe1c920f0,0xe31a0010,0xe2899010 - .long 0x03a06016,0x13a06017,0xe24bb010,0xeafffe01 - - .globl lj_ff_coroutine_resume - .hidden lj_ff_coroutine_resume - .type lj_ff_coroutine_resume, %function - .size lj_ff_coroutine_resume, 308 -lj_ff_coroutine_resume: - .long 0xe1c900d0,0xe35b0008,0x3a000307,0xe3710007 - .long 0x1a000305,0xe5196004,0xe5889010,0xe5901014 - .long 0xe5d0a007,0xe590c010,0xe081200b,0xe081300a - .long 0xe58d6008,0xe153000c,0x0a0002fb,0xe5903018 - .long 0xe590c028,0xe35a0001,0x91520003,0x935c0000 - .long 0x8a0002f5,0xe2422008,0xe2899008,0xe24bb008 - .long 0xe5802014,0xe5889014,0xe18920dc,0xe15c000b - .long 0x118120fc,0xe28cc008,0x1afffffa,0xe3a02000 - .long 0xe1a0a000,0xe3a03000,0xebfffda1,0xe59a2010 - .long 0xe3e01000,0xe59a3014,0xe3500001,0xe5989010 - .long 0xe5078a54,0xe5071ae4,0x8a000016,0xe053b002 - .long 0xe5980018,0xe089100b,0x0a000009,0xe1510000 - .long 0xe3a0c000,0x8a000015,0xe24b3008,0xe58a2014 - .long 0xe18200dc,0xe15c0003,0xe18900fc,0xe28cc008 - .long 0x1afffffa,0xe3e02002,0xe28bb010,0xe5092004 - .long 0xe249a008,0xe2160003,0xe58d6008,0xe58db004 - .long 0x0afffb6f,0xeafffd23,0xe16300d8,0xe3e02001 - .long 0xe3a0b018,0xe58a3014,0xe1c900f0,0xeafffff2 - .long 0xe1a00008,0xe1a011ab - bl lj_state_growstack - .long 0xe3a00000,0xeaffffd5 - - .globl lj_ff_coroutine_wrap_aux - .hidden lj_ff_coroutine_wrap_aux - .type lj_ff_coroutine_wrap_aux, %function - .size lj_ff_coroutine_wrap_aux, 260 -lj_ff_coroutine_wrap_aux: - .long 0xe5920018,0xe5196004,0xe5889010,0xe5901014 - .long 0xe5d0a007,0xe590c010,0xe081200b,0xe081300a - .long 0xe58d6008,0xe153000c,0x0a0002b2,0xe5903018 - .long 0xe590c028,0xe35a0001,0x91520003,0x935c0000 - .long 0x8a0002ac,0xe5802014,0xe5889014,0xe18920dc - .long 0xe15c000b,0x118120fc,0xe28cc008,0x1afffffa - .long 0xe3a02000,0xe1a0a000,0xe3a03000,0xebfffd5b - .long 0xe59a2010,0xe3e01000,0xe59a3014,0xe3500001 - .long 0xe5989010,0xe5078a54,0xe5071ae4,0x8a000014 - .long 0xe053b002,0xe5980018,0xe089100b,0x0a000009 - .long 0xe1510000,0xe3a0c000,0x8a000010,0xe24b3008 - .long 0xe58a2014,0xe18200dc,0xe15c0003,0xe18900fc - .long 0xe28cc008,0x1afffffa,0xe1a0a009,0xe28bb008 - .long 0xe2160003,0xe58d6008,0xe58db004,0x0afffb2b - .long 0xeafffcdf,0xe1a00008,0xe1a0100a - bl lj_ffh_coroutine_wrap_err - .long 0xe1a00008,0xe1a011ab - bl lj_state_growstack - .long 0xe3a00000,0xeaffffda - - .globl lj_ff_coroutine_yield - .hidden lj_ff_coroutine_yield - .type lj_ff_coroutine_yield, %function - .size lj_ff_coroutine_yield, 44 -lj_ff_coroutine_yield: - .long 0xe5980028,0xe089100b,0xe5889010,0xe3100001 - .long 0xe5881014,0xe3a00001,0xe3a02000,0x0a000274 - .long 0xe5882028,0xe5c80007,0xeafffce2 - - .globl lj_ff_math_floor - .hidden lj_ff_math_floor - .type lj_ff_math_floor, %function - .size lj_ff_math_floor, 160 -lj_ff_math_floor: - .long 0xe1c900d0,0xe35b0008,0x3a00026e,0xe371000e - .long 0x0a000057,0x8a00026b,0xe1a02081,0xe292c980 - .long 0x5a00000f,0xe3e03ff8,0xe053cacc,0xe1a03581 - .long 0xe1a02580,0xe3833480,0xe26ce020,0xe1833aa0 - .long 0x9a00000e,0xe1822e13,0xe1a00c33,0xe1120fc1 - .long 0x12800001,0xe3510000,0xb2600000,0xe3e0100d - .long 0xea000043,0x2a000042,0xe1822000,0xe1120fc1 - .long 0x03a00000,0x13e00000,0xe3e0100d,0xea00003c - .long 0x03530480,0x03520000,0x1a000002,0xe3510000 - .long 0x43a00480,0x4afffff0,0xeb000335,0xea000034 - - .globl lj_ff_math_ceil - .hidden lj_ff_math_ceil - .type lj_ff_math_ceil, %function - .size lj_ff_math_ceil, 172 -lj_ff_math_ceil: - .long 0xe1c900d0,0xe35b0008,0x3a000246,0xe371000e - .long 0x0a00002f,0x8a000243,0xe1a02081,0xe292c980 - .long 0x5a000011,0xe3e03ff8,0xe053cacc,0xe1a03581 - .long 0xe1a02580,0xe3833480,0xe26ce020,0xe1833aa0 - .long 0x9a000010,0xe1822e13,0xe1a00c33,0xe1d22fc1 - .long 0x12900001,0x61cf04d8,0x6a00001d,0xe3510000 - .long 0xb2600000,0xe3e0100d,0xea000019,0x2a000018 - .long 0xe1822000,0xe1d22fc1,0x03a00000,0x13a00001 - .long 0xe3e0100d,0xea000012,0x03530480,0x1a000002 - .long 0xe3510000,0x43a00480,0x4afffff1,0xeb00032c - .long 0xea00000b,0x00000000,0x41e00000 - - .globl lj_ff_math_abs - .hidden lj_ff_math_abs - .type lj_ff_math_abs, %function - .size lj_ff_math_abs, 40 -lj_ff_math_abs: - .long 0xe1c900d0,0xe35b0008,0x3a00021b,0xe371000e - .long 0x8a000219,0x13c11480,0x1a000002,0xe3500000 - .long 0xb2700000,0x614f03d4 - - .globl lj_fff_restv - .hidden lj_fff_restv - .type lj_fff_restv, %function - .size lj_fff_restv, 8 -lj_fff_restv: - .long 0xe5196004,0xe14900f8 - - .globl lj_fff_res1 - .hidden lj_fff_res1 - .type lj_fff_res1, %function - .size lj_fff_res1, 4 -lj_fff_res1: - .long 0xe3a0b010 - - .globl lj_fff_res - .hidden lj_fff_res - .type lj_fff_res, %function - .size lj_fff_res, 84 -lj_fff_res: - .long 0xe2160003,0x0516e004,0xe58db004,0xe249a008 - .long 0x1afffc67,0xe004caae,0xe15c000b,0x8a000007 - .long 0xe00402ae,0xe5d6c000,0xe496e004,0xe04a9000 - .long 0xe797c10c,0xe004a2ae,0xe1a0b82e,0xe12fff1c - .long 0xe08a100b,0xe3e00000,0xe28bb008,0xe5010004 - .long 0xeafffff0 - - .globl lj_ff_math_sqrt - .hidden lj_ff_math_sqrt - .type lj_ff_math_sqrt, %function - .size lj_ff_math_sqrt, 28 -lj_ff_math_sqrt: - .long 0xe1c900d0,0xe35b0008,0x3a0001f9,0xe371000e - .long 0x2a0001f7 - bl sqrt - .long 0xeaffffe0 - - .globl lj_ff_math_log - .hidden lj_ff_math_log - .type lj_ff_math_log, %function - .size lj_ff_math_log, 28 -lj_ff_math_log: - .long 0xe1c900d0,0xe35b0008,0x1a0001f2,0xe371000e - .long 0x2a0001f0 - bl log - .long 0xeaffffd9 - - .globl lj_ff_math_log10 - .hidden lj_ff_math_log10 - .type lj_ff_math_log10, %function - .size lj_ff_math_log10, 28 -lj_ff_math_log10: - .long 0xe1c900d0,0xe35b0008,0x3a0001eb,0xe371000e - .long 0x2a0001e9 - bl log10 - .long 0xeaffffd2 - - .globl lj_ff_math_exp - .hidden lj_ff_math_exp - .type lj_ff_math_exp, %function - .size lj_ff_math_exp, 28 -lj_ff_math_exp: - .long 0xe1c900d0,0xe35b0008,0x3a0001e4,0xe371000e - .long 0x2a0001e2 - bl exp - .long 0xeaffffcb - - .globl lj_ff_math_sin - .hidden lj_ff_math_sin - .type lj_ff_math_sin, %function - .size lj_ff_math_sin, 28 -lj_ff_math_sin: - .long 0xe1c900d0,0xe35b0008,0x3a0001dd,0xe371000e - .long 0x2a0001db - bl sin - .long 0xeaffffc4 - - .globl lj_ff_math_cos - .hidden lj_ff_math_cos - .type lj_ff_math_cos, %function - .size lj_ff_math_cos, 28 -lj_ff_math_cos: - .long 0xe1c900d0,0xe35b0008,0x3a0001d6,0xe371000e - .long 0x2a0001d4 - bl cos - .long 0xeaffffbd - - .globl lj_ff_math_tan - .hidden lj_ff_math_tan - .type lj_ff_math_tan, %function - .size lj_ff_math_tan, 28 -lj_ff_math_tan: - .long 0xe1c900d0,0xe35b0008,0x3a0001cf,0xe371000e - .long 0x2a0001cd - bl tan - .long 0xeaffffb6 - - .globl lj_ff_math_asin - .hidden lj_ff_math_asin - .type lj_ff_math_asin, %function - .size lj_ff_math_asin, 28 -lj_ff_math_asin: - .long 0xe1c900d0,0xe35b0008,0x3a0001c8,0xe371000e - .long 0x2a0001c6 - bl asin - .long 0xeaffffaf - - .globl lj_ff_math_acos - .hidden lj_ff_math_acos - .type lj_ff_math_acos, %function - .size lj_ff_math_acos, 28 -lj_ff_math_acos: - .long 0xe1c900d0,0xe35b0008,0x3a0001c1,0xe371000e - .long 0x2a0001bf - bl acos - .long 0xeaffffa8 - - .globl lj_ff_math_atan - .hidden lj_ff_math_atan - .type lj_ff_math_atan, %function - .size lj_ff_math_atan, 28 -lj_ff_math_atan: - .long 0xe1c900d0,0xe35b0008,0x3a0001ba,0xe371000e - .long 0x2a0001b8 - bl atan - .long 0xeaffffa1 - - .globl lj_ff_math_sinh - .hidden lj_ff_math_sinh - .type lj_ff_math_sinh, %function - .size lj_ff_math_sinh, 28 -lj_ff_math_sinh: - .long 0xe1c900d0,0xe35b0008,0x3a0001b3,0xe371000e - .long 0x2a0001b1 - bl sinh - .long 0xeaffff9a - - .globl lj_ff_math_cosh - .hidden lj_ff_math_cosh - .type lj_ff_math_cosh, %function - .size lj_ff_math_cosh, 28 -lj_ff_math_cosh: - .long 0xe1c900d0,0xe35b0008,0x3a0001ac,0xe371000e - .long 0x2a0001aa - bl cosh - .long 0xeaffff93 - - .globl lj_ff_math_tanh - .hidden lj_ff_math_tanh - .type lj_ff_math_tanh, %function - .size lj_ff_math_tanh, 28 -lj_ff_math_tanh: - .long 0xe1c900d0,0xe35b0008,0x3a0001a5,0xe371000e - .long 0x2a0001a3 - bl tanh - .long 0xeaffff8c - - .globl lj_ff_math_pow - .hidden lj_ff_math_pow - .type lj_ff_math_pow, %function - .size lj_ff_math_pow, 36 -lj_ff_math_pow: - .long 0xe1c900d0,0xe1c920d8,0xe35b0010,0x3a00019d - .long 0xe371000e,0x3373000e,0x2a00019a - bl pow - .long 0xeaffff83 - - .globl lj_ff_math_atan2 - .hidden lj_ff_math_atan2 - .type lj_ff_math_atan2, %function - .size lj_ff_math_atan2, 36 -lj_ff_math_atan2: - .long 0xe1c900d0,0xe1c920d8,0xe35b0010,0x3a000194 - .long 0xe371000e,0x3373000e,0x2a000191 - bl atan2 - .long 0xeaffff7a - - .globl lj_ff_math_fmod - .hidden lj_ff_math_fmod - .type lj_ff_math_fmod, %function - .size lj_ff_math_fmod, 36 -lj_ff_math_fmod: - .long 0xe1c900d0,0xe1c920d8,0xe35b0010,0x3a00018b - .long 0xe371000e,0x3373000e,0x2a000188 - bl fmod - .long 0xeaffff71 - - .globl lj_ff_math_ldexp - .hidden lj_ff_math_ldexp - .type lj_ff_math_ldexp, %function - .size lj_ff_math_ldexp, 40 -lj_ff_math_ldexp: - .long 0xe1c900d0,0xe1c920d8,0xe35b0010,0x3a000182 - .long 0xe371000e,0x2a000180,0xe373000e,0x1a00017e - bl ldexp - .long 0xeaffff67 - - .globl lj_ff_math_frexp - .hidden lj_ff_math_frexp - .type lj_ff_math_frexp, %function - .size lj_ff_math_frexp, 56 -lj_ff_math_frexp: - .long 0xe1c900d0,0xe35b0008,0x3a000179,0xe371000e - .long 0x2a000177,0xe1a0200d - bl frexp - .long 0xe59d2000,0xe3e0300d,0xe5196004,0xe14900f8 - .long 0xe3a0b018,0xe1c920f0,0xeaffff5c - - .globl lj_ff_math_modf - .hidden lj_ff_math_modf - .type lj_ff_math_modf, %function - .size lj_ff_math_modf, 44 -lj_ff_math_modf: - .long 0xe1c900d0,0xe35b0008,0x3a00016b,0xe371000e - .long 0x2a000169,0xe2492008,0xe5196004 - bl modf - .long 0xe3a0b018,0xe1c900f0,0xeaffff51 - - .globl lj_ff_math_min - .hidden lj_ff_math_min - .type lj_ff_math_min, %function - .size lj_ff_math_min, 144 -lj_ff_math_min: - .long 0xe1c900d0,0xe35b0008,0x3a000160,0xe371000e - .long 0xe3a0a008,0x1a00000c,0xe18920da,0xe15a000b - .long 0x2affff45,0xe373000e,0x1a000003,0xe1500002 - .long 0xe28aa008,0xc1a00002,0xeafffff6,0x8a000153 - bl __aeabi_i2d - .long 0xe18920da,0xea000005,0x8a00014f,0xe18920da - .long 0xe15a000b,0x2affff37,0xe373000e,0x2a000004 - bl __aeabi_cdcmple - .long 0xe28aa008,0x81a00002,0x81a01003,0xeafffff5 - .long 0x8a000144,0xe1cd00f0,0xe1a00002 - bl __aeabi_i2d - .long 0xe1cd20d0,0xeafffff4 - - .globl lj_ff_math_max - .hidden lj_ff_math_max - .type lj_ff_math_max, %function - .size lj_ff_math_max, 144 -lj_ff_math_max: - .long 0xe1c900d0,0xe35b0008,0x3a00013c,0xe371000e - .long 0xe3a0a008,0x1a00000c,0xe18920da,0xe15a000b - .long 0x2affff21,0xe373000e,0x1a000003,0xe1500002 - .long 0xe28aa008,0xb1a00002,0xeafffff6,0x8a00012f - bl __aeabi_i2d - .long 0xe18920da,0xea000005,0x8a00012b,0xe18920da - .long 0xe15a000b,0x2affff13,0xe373000e,0x2a000004 - bl __aeabi_cdcmple - .long 0xe28aa008,0x31a00002,0x31a01003,0xeafffff5 - .long 0x8a000120,0xe1cd00f0,0xe1a00002 - bl __aeabi_i2d - .long 0xe1cd20d0,0xeafffff4 - - .globl lj_ff_string_byte - .hidden lj_ff_string_byte - .type lj_ff_string_byte, %function - .size lj_ff_string_byte, 52 -lj_ff_string_byte: - .long 0xe1c900d0,0xe5196004,0xe35b0008,0x03710005 - .long 0x1a000116,0xe590200c,0xe5d00010,0xe3e0100d - .long 0xe3520000,0x03a0b008,0x13a0b010,0xe14900f8 - .long 0xeafffefc - - .globl lj_ff_string_char - .hidden lj_ff_string_char - .type lj_ff_string_char, %function - .size lj_ff_string_char, 52 -lj_ff_string_char: - .long 0xe5170b1c,0xe5171b18,0xe1500001,0xab000133 - .long 0xe1c900d0,0xe5196004,0xe35b0008,0x0371000e - .long 0x03d030ff,0xe3a02001,0x1a000103,0xe58d0000 - .long 0xe1a0100d - - .globl lj_fff_newstr - .hidden lj_fff_newstr - .type lj_fff_newstr, %function - .size lj_fff_newstr, 16 -lj_fff_newstr: - .long 0xe5889010,0xe1a00008,0xe58d6008 - bl lj_str_new - - .globl lj_fff_resstr - .hidden lj_fff_resstr - .type lj_fff_resstr, %function - .size lj_fff_resstr, 12 -lj_fff_resstr: - .long 0xe5989010,0xe3e01004,0xeafffee5 - - .globl lj_ff_string_sub - .hidden lj_ff_string_sub - .type lj_ff_string_sub, %function - .size lj_ff_string_sub, 132 -lj_ff_string_sub: - .long 0xe5170b1c,0xe5171b18,0xe1500001,0xab00011f - .long 0xe1c900d0,0xe1c921d0,0xe35b0010,0xe3e0c000 - .long 0x0a000003,0x3a0000f0,0xe373000e,0xe1a0c002 - .long 0x1a0000ed,0xe1c920d8,0xe3710005,0x0590100c - .long 0x0373000e,0x1a0000e8,0xe2813001,0xe3520000 - .long 0xb0822003,0xe3520001,0xb3a02001,0xe35c0000 - .long 0xb08cc003,0xe1cccfcc,0xe15c0001,0xe280000f - .long 0xc1a0c001,0xe0801002,0xe05c2002,0xe2822001 - .long 0xaaffffd7 - - .globl lj_fff_emptystr - .hidden lj_fff_emptystr - .type lj_fff_emptystr, %function - .size lj_fff_emptystr, 12 -lj_fff_emptystr: - .long 0xe2470ead,0xe3e01004,0xeafffec1 - - .globl lj_ff_string_reverse - .hidden lj_ff_string_reverse - .type lj_ff_string_reverse, %function - .size lj_ff_string_reverse, 76 -lj_ff_string_reverse: - .long 0xe5170b1c,0xe5171b18,0xe1500001,0xab0000fb - .long 0xe5992004,0xe35b0008,0xe5991000,0x3a0000ce - .long 0xe2470eae,0xe3720005,0x1a0000cb,0xe5903008 - .long 0xe5889010,0xe58d6008,0xe580800c,0xe5803000 - bl lj_buf_putstr_reverse - bl lj_buf_tostr - .long 0xeaffffc5 - - .globl lj_ff_string_lower - .hidden lj_ff_string_lower - .type lj_ff_string_lower, %function - .size lj_ff_string_lower, 76 -lj_ff_string_lower: - .long 0xe5170b1c,0xe5171b18,0xe1500001,0xab0000e8 - .long 0xe5992004,0xe35b0008,0xe5991000,0x3a0000bb - .long 0xe2470eae,0xe3720005,0x1a0000b8,0xe5903008 - .long 0xe5889010,0xe58d6008,0xe580800c,0xe5803000 - bl lj_buf_putstr_lower - bl lj_buf_tostr - .long 0xeaffffb2 - - .globl lj_ff_string_upper - .hidden lj_ff_string_upper - .type lj_ff_string_upper, %function - .size lj_ff_string_upper, 76 -lj_ff_string_upper: - .long 0xe5170b1c,0xe5171b18,0xe1500001,0xab0000d5 - .long 0xe5992004,0xe35b0008,0xe5991000,0x3a0000a8 - .long 0xe2470eae,0xe3720005,0x1a0000a5,0xe5903008 - .long 0xe5889010,0xe58d6008,0xe580800c,0xe5803000 - bl lj_buf_putstr_upper - bl lj_buf_tostr - .long 0xeaffff9f - - .globl lj_vm_tobit_fb - .hidden lj_vm_tobit_fb - .type lj_vm_tobit_fb, %function - .size lj_vm_tobit_fb, 4 -lj_vm_tobit_fb: - .long 0x8a00009c - - .globl lj_vm_tobit - .hidden lj_vm_tobit - .type lj_vm_tobit, %function - .size lj_vm_tobit, 88 -lj_vm_tobit: - .long 0xe1a0c081,0xe29cc980,0x53a00000,0x512fff1e - .long 0xe3e03ff8,0xe053cacc,0x4a000006,0xe1a03581 - .long 0xe3833480,0xe1833aa0,0xe3510000,0xe1a00c33 - .long 0xb2600000,0xe12fff1e,0xe28cc015,0xe1a03c30 - .long 0xe26cc014,0xe1a00601,0xe3510000,0xe1830c10 - .long 0xb2600000,0xe12fff1e - - .globl lj_ff_bit_tobit - .hidden lj_ff_bit_tobit - .type lj_ff_bit_tobit, %function - .size lj_ff_bit_tobit, 28 -lj_ff_bit_tobit: - .long 0xe1c900d0,0xe35b0008,0x3a000083,0xe371000e - .long 0x1bffffe3,0xe3e0100d,0xeafffe6a - - .globl lj_ff_bit_band - .hidden lj_ff_bit_band - .type lj_ff_bit_band, %function - .size lj_ff_bit_band, 60 -lj_ff_bit_band: - .long 0xe1c900d0,0xe35b0008,0x3a00007c,0xe371000e - .long 0x1bffffdc,0xe1a02000,0xe3a0a008,0xe18900da - .long 0xe15a000b,0xe28aa008,0xaa000021,0xe371000e - .long 0x1bffffd4,0xe0022000,0xeafffff7 - - .globl lj_ff_bit_bor - .hidden lj_ff_bit_bor - .type lj_ff_bit_bor, %function - .size lj_ff_bit_bor, 60 -lj_ff_bit_bor: - .long 0xe1c900d0,0xe35b0008,0x3a00006d,0xe371000e - .long 0x1bffffcd,0xe1a02000,0xe3a0a008,0xe18900da - .long 0xe15a000b,0xe28aa008,0xaa000012,0xe371000e - .long 0x1bffffc5,0xe1822000,0xeafffff7 - - .globl lj_ff_bit_bxor - .hidden lj_ff_bit_bxor - .type lj_ff_bit_bxor, %function - .size lj_ff_bit_bxor, 76 -lj_ff_bit_bxor: - .long 0xe1c900d0,0xe35b0008,0x3a00005e,0xe371000e - .long 0x1bffffbe,0xe1a02000,0xe3a0a008,0xe18900da - .long 0xe15a000b,0xe28aa008,0xaa000003,0xe371000e - .long 0x1bffffb6,0xe0222000,0xeafffff7,0xe3e0300d - .long 0xe5196004,0xe14920f8,0xeafffe3b - - .globl lj_ff_bit_bswap - .hidden lj_ff_bit_bswap - .type lj_ff_bit_bswap, %function - .size lj_ff_bit_bswap, 44 -lj_ff_bit_bswap: - .long 0xe1c900d0,0xe35b0008,0x3a00004b,0xe371000e - .long 0x1bffffab,0xe0202860,0xe3c228ff,0xe1a00460 - .long 0xe3e0100d,0xe0200422,0xeafffe2e - - .globl lj_ff_bit_bnot - .hidden lj_ff_bit_bnot - .type lj_ff_bit_bnot, %function - .size lj_ff_bit_bnot, 32 -lj_ff_bit_bnot: - .long 0xe1c900d0,0xe35b0008,0x3a000040,0xe371000e - .long 0x1bffffa0,0xe1e00000,0xe3e0100d,0xeafffe26 - - .globl lj_ff_bit_lshift - .hidden lj_ff_bit_lshift - .type lj_ff_bit_lshift, %function - .size lj_ff_bit_lshift, 48 -lj_ff_bit_lshift: - .long 0xe1c900d8,0xe35b0010,0x3a000038,0xe371000e - .long 0x1bffff98,0xe200a01f,0xe1c900d0,0xe371000e - .long 0x1bffff94,0xe1a00a10,0xe3e0100d,0xeafffe1a - - .globl lj_ff_bit_rshift - .hidden lj_ff_bit_rshift - .type lj_ff_bit_rshift, %function - .size lj_ff_bit_rshift, 48 -lj_ff_bit_rshift: - .long 0xe1c900d8,0xe35b0010,0x3a00002c,0xe371000e - .long 0x1bffff8c,0xe200a01f,0xe1c900d0,0xe371000e - .long 0x1bffff88,0xe1a00a30,0xe3e0100d,0xeafffe0e - - .globl lj_ff_bit_arshift - .hidden lj_ff_bit_arshift - .type lj_ff_bit_arshift, %function - .size lj_ff_bit_arshift, 48 -lj_ff_bit_arshift: - .long 0xe1c900d8,0xe35b0010,0x3a000020,0xe371000e - .long 0x1bffff80,0xe200a01f,0xe1c900d0,0xe371000e - .long 0x1bffff7c,0xe1a00a50,0xe3e0100d,0xeafffe02 - - .globl lj_ff_bit_rol - .hidden lj_ff_bit_rol - .type lj_ff_bit_rol, %function - .size lj_ff_bit_rol, 48 -lj_ff_bit_rol: - .long 0xe1c900d8,0xe35b0010,0x3a000014,0xe371000e - .long 0x1bffff74,0xe260a000,0xe1c900d0,0xe371000e - .long 0x1bffff70,0xe1a00a70,0xe3e0100d,0xeafffdf6 - - .globl lj_ff_bit_ror - .hidden lj_ff_bit_ror - .type lj_ff_bit_ror, %function - .size lj_ff_bit_ror, 48 -lj_ff_bit_ror: - .long 0xe1c900d8,0xe35b0010,0x3a000008,0xe371000e - .long 0x1bffff68,0xe200a01f,0xe1c900d0,0xe371000e - .long 0x1bffff64,0xe1a00a70,0xe3e0100d,0xeafffdea - - .globl lj_fff_fallback - .hidden lj_fff_fallback - .type lj_fff_fallback, %function - .size lj_fff_fallback, 116 -lj_fff_fallback: - .long 0xe5192008,0xe5981018,0xe089000b,0xe5196004 - .long 0xe5880014,0xe5922014,0xe5889010,0xe28000a0 - .long 0xe58d6008,0xe1500001,0xe1a00008,0x8a000017 - .long 0xe12fff32,0xe5989010,0xe3500000,0xe1a0b180 - .long 0xe249a008,0xcafffddb,0xe5980014,0xe5192008 - .long 0xe040b009,0x1a000006,0xe5926010,0xe5d6c000 - .long 0xe496e004,0xe797c10c,0xe004a2ae,0xe08aa009 - .long 0xe12fff1c - - .globl lj_vm_call_tail - .hidden lj_vm_call_tail - .type lj_vm_call_tail, %function - .size lj_vm_call_tail, 48 -lj_vm_call_tail: - .long 0xe2160003,0xe3c61007,0x0516e004,0x000412ae - .long 0x02811008,0xe049c001,0xeafffad2,0xe3a01014 - bl lj_state_growstack - .long 0xe5989010,0xe1500000,0xeaffffe8 - - .globl lj_fff_gcstep - .hidden lj_fff_gcstep - .type lj_fff_gcstep, %function - .size lj_fff_gcstep, 44 -lj_fff_gcstep: - .long 0xe1a0a00e,0xe5889010,0xe089100b,0xe58d6008 - .long 0xe5881014,0xe1a00008 - bl lj_gc_step - .long 0xe5989010,0xe1a0e00a,0xe5192008,0xe12fff1e - - .globl lj_vm_record - .hidden lj_vm_record - .type lj_vm_record, %function - .size lj_vm_record, 40 -lj_vm_record: - .long 0xe5570abf,0xe3100020,0x1a000009,0xe5171a70 - .long 0xe3100010,0x1a000014,0xe2411001,0xe310000c - .long 0x15071a70,0xea000010 - - .globl lj_vm_rethook - .hidden lj_vm_rethook - .type lj_vm_rethook, %function - .size lj_vm_rethook, 24 -lj_vm_rethook: - .long 0xe5570abf,0xe3100010,0x0a00000d,0xe20ec0ff - .long 0xe087c10c,0xe59cf268 - - .globl lj_vm_inshook - .hidden lj_vm_inshook - .type lj_vm_inshook, %function - .size lj_vm_inshook, 92 -lj_vm_inshook: - .long 0xe5570abf,0xe5171a70,0xe3100010,0x1afffff8 - .long 0xe310000c,0x0afffff6,0xe2511001,0xe5071a70 - .long 0x0a000001,0xe3100004,0x0afffff1,0xe1a00008 - .long 0xe5889010,0xe1a01006 - bl lj_dispatch_ins - .long 0xe5989010,0xe556c004,0xe516e004,0xe087c10c - .long 0xe59cc268,0xe004a2ae,0xe1a0b82e,0xe12fff1c - - .globl lj_cont_hook - .hidden lj_cont_hook - .type lj_cont_hook, %function - .size lj_cont_hook, 16 -lj_cont_hook: - .long 0xe5130018,0xe2866004,0xe58d0004,0xeafffff4 - - .globl lj_vm_hotloop - .hidden lj_vm_hotloop - .type lj_vm_hotloop, %function - .size lj_vm_hotloop, 48 -lj_vm_hotloop: - .long 0xe5192008,0xe2470e9b,0xe58d6008,0xe5922010 - .long 0xe1a01006,0xe5078960,0xe5522039,0xe5889010 - .long 0xe0892182,0xe5882014 - bl lj_trace_hot - .long 0xeaffffe7 - - .globl lj_vm_callhook - .hidden lj_vm_callhook - .type lj_vm_callhook, %function - .size lj_vm_callhook, 8 -lj_vm_callhook: - .long 0xe1a01006,0xea000000 - - .globl lj_vm_hotcall - .hidden lj_vm_hotcall - .type lj_vm_hotcall, %function - .size lj_vm_hotcall, 68 -lj_vm_hotcall: - .long 0xe3861001,0xe089300b,0xe58d6008,0xe1a00008 - .long 0xe5889010,0xe04aa009,0xe5883014 - bl lj_dispatch_call - .long 0xe5989010,0xe5983014,0xe3a01000,0xe089a00a - .long 0xe043b009,0xe58d1008,0xe5192008,0xe516e004 - .long 0xe12fff10 - - .globl lj_cont_stitch - .hidden lj_cont_stitch - .type lj_cont_stitch, %function - .size lj_cont_stitch, 140 -lj_cont_stitch: - .long 0xe59dc004,0xe516e004,0xe5132018,0xe25cc008 - .long 0xe004b2ae,0x0a000005,0xe1ca00d0,0xe28aa008 - .long 0xe25cc008,0xe18900fb,0xe28bb008,0x1afffff9 - .long 0xe004a2ae,0xe004caae,0xe08aa00c,0xe15a000b - .long 0xe3e01000,0x8a00000d,0xe1d2a4b0,0xe1d2b4b2 - .long 0xe15b000a,0x0afffb0b,0xe35b0000,0x1afff939 - .long 0xe507a0ac,0xe5078960,0xe5889010,0xe2470e9b - .long 0xe1a01006 - bl lj_dispatch_stitch - .long 0xe5989010,0xeafffb01,0xe18900fb,0xe28bb008 - .long 0xeaffffeb - - .globl lj_vm_profhook - .hidden lj_vm_profhook - .type lj_vm_profhook, %function - .size lj_vm_profhook, 0 -lj_vm_profhook: - - .globl lj_vm_exit_handler - .hidden lj_vm_exit_handler - .type lj_vm_exit_handler, %function - .size lj_vm_exit_handler, 132 -lj_vm_exit_handler: - .long 0xe24dd00c,0xe92d1fff,0xe59d0040,0xe59e7000 - .long 0xe28d2040,0xe3e03003,0xe58d2034,0xe5073ae4 - .long 0xe5301004,0xe58d0038,0xe58d003c,0xe1a01401 - .long 0xe0800341,0xe59e1004,0xe040000e,0xe5178a54 - .long 0xe0810120,0xe5179a50,0xe50700ac,0xe3a03000 - .long 0xe5889010,0xe5078960,0xe5073a50,0xe2470e9b - .long 0xe1a0100d - bl lj_trace_exit - .long 0xe5981028,0xe5989010,0xe3c11003,0xe1a0d001 - .long 0xe59d6008,0xe58d800c,0xea000000 - - .globl lj_vm_exit_interp - .hidden lj_vm_exit_interp - .type lj_vm_exit_interp, %function - .size lj_vm_exit_interp, 164 -lj_vm_exit_interp: - .long 0xe59d800c,0xe3500000,0xba000021,0xe1a0b180 - .long 0xe5191008,0xe58db004,0xe3a02000,0xe5889010 - .long 0xe5911010,0xe5072a50,0xe3e03000,0xe5115030 - .long 0xe5d6c000,0xe3a040ff,0xe496e004,0xe1a04184 - .long 0xe5073ae4,0xe35c0061,0x2a000007,0xe35c0059 - .long 0xe797c10c,0xe004a2ae,0x31a0b82e,0x224bb008 - .long 0x208aa009,0x25192008,0xe12fff1c,0xe5190004 - .long 0xe2101003,0x1afffff4,0xe5102004,0xe00402a2 - .long 0xe0491000,0xe5112010,0xe5922010,0xe5125030 - .long 0xeaffffed,0xe2601000,0xe1a00008 - bl lj_err_throw - .long 0x3ff00000 - - .globl lj_vm_floor_sf - .hidden lj_vm_floor_sf - .type lj_vm_floor_sf, %function - .size lj_vm_floor_sf, 0 -lj_vm_floor_sf: - - .globl lj_vm_floor - .hidden lj_vm_floor - .type lj_vm_floor, %function - .size lj_vm_floor, 128 -lj_vm_floor: - .long 0xe1a02081,0xe292c980,0x5a000014,0xe3e03ff3 - .long 0xe053cacc,0x312fff1e,0xe3e03001,0xe1c02c13 - .long 0xe0000c13,0xe25cc020,0x51c13c13,0x51822003 - .long 0x53e03001,0x50011c13,0xe1120fc1,0x012fff1e - .long 0xe3e03001,0xe35c0000,0x51a02c13,0x43e02000 - .long 0xe28cc020,0xe0500c13,0xe0c11002,0xe12fff1e - .long 0x212fff1e,0xe1822000,0xe1120fc1,0xe3a00000 - .long 0xe2011480,0x151f3080,0x11811003,0xe12fff1e - - .globl lj_vm_ceil_sf - .hidden lj_vm_ceil_sf - .type lj_vm_ceil_sf, %function - .size lj_vm_ceil_sf, 0 -lj_vm_ceil_sf: - - .globl lj_vm_ceil - .hidden lj_vm_ceil - .type lj_vm_ceil, %function - .size lj_vm_ceil, 128 -lj_vm_ceil: - .long 0xe1a02081,0xe292c980,0x5a000014,0xe3e03ff3 - .long 0xe053cacc,0x312fff1e,0xe3e03001,0xe1c02c13 - .long 0xe0000c13,0xe25cc020,0x51c13c13,0x51822003 - .long 0x53e03001,0x50011c13,0xe1d22fc1,0x012fff1e - .long 0xe3e03001,0xe35c0000,0x51a02c13,0x43e02000 - .long 0xe28cc020,0xe0500c13,0xe0c11002,0xe12fff1e - .long 0x212fff1e,0xe1822000,0xe1d22fc1,0xe3a00000 - .long 0xe2011480,0x151f3100,0x11811003,0xe12fff1e - - .globl lj_vm_trunc - .hidden lj_vm_trunc - .type lj_vm_trunc, %function - .size lj_vm_trunc, 0 -lj_vm_trunc: - - .globl lj_vm_trunc_sf - .hidden lj_vm_trunc_sf - .type lj_vm_trunc_sf, %function - .size lj_vm_trunc_sf, 52 -lj_vm_trunc_sf: - .long 0xe1a02081,0xe292c980,0x52011480,0x53a00000 - .long 0x512fff1e,0xe3e03ff3,0xe053cacc,0x312fff1e - .long 0xe3e03001,0xe0000c13,0xe25cc020,0x50011c13 - .long 0xe12fff1e - - .globl lj_vm_mod - .hidden lj_vm_mod - .type lj_vm_mod, %function - .size lj_vm_mod, 40 -lj_vm_mod: - .long 0xe92d401f - bl __aeabi_ddiv - .long 0xebffffaf,0xe1cd20d8 - bl __aeabi_dmul - .long 0xe1cd20d0,0xe2211480 - bl __aeabi_dadd - .long 0xe28dd014,0xe8bd8000 - - .globl lj_vm_modi - .hidden lj_vm_modi - .type lj_vm_modi, %function - .size lj_vm_modi, 348 -lj_vm_modi: - .long 0xe210c480,0x42600000,0xe02cc0c1,0xe3510000 - .long 0x42611000,0xe2513001,0x11500001,0x03a00000 - .long 0x81110003,0x00000003,0x9a000045,0xe16f2f10 - .long 0xe16f3f11,0xe0433002,0xe273201f,0x108ff182 - .long 0xe1a00000,0xe1500f81,0x20400f81,0xe1500f01 - .long 0x20400f01,0xe1500e81,0x20400e81,0xe1500e01 - .long 0x20400e01,0xe1500d81,0x20400d81,0xe1500d01 - .long 0x20400d01,0xe1500c81,0x20400c81,0xe1500c01 - .long 0x20400c01,0xe1500b81,0x20400b81,0xe1500b01 - .long 0x20400b01,0xe1500a81,0x20400a81,0xe1500a01 - .long 0x20400a01,0xe1500981,0x20400981,0xe1500901 - .long 0x20400901,0xe1500881,0x20400881,0xe1500801 - .long 0x20400801,0xe1500781,0x20400781,0xe1500701 - .long 0x20400701,0xe1500681,0x20400681,0xe1500601 - .long 0x20400601,0xe1500581,0x20400581,0xe1500501 - .long 0x20400501,0xe1500481,0x20400481,0xe1500401 - .long 0x20400401,0xe1500381,0x20400381,0xe1500301 - .long 0x20400301,0xe1500281,0x20400281,0xe1500201 - .long 0x20400201,0xe1500181,0x20400181,0xe1500101 - .long 0x20400101,0xe1500081,0x20400081,0xe1500001 - .long 0x20400001,0xe3500000,0x135c0000,0x40400001 - .long 0xe030108c,0x42600000,0xe12fff1e - - .globl lj_vm_ffi_callback - .hidden lj_vm_ffi_callback - .type lj_vm_ffi_callback, %function - .size lj_vm_ffi_callback, 116 -lj_vm_ffi_callback: - .long 0xe59c60e4,0xe28c7eb3,0xe1c626f8,0xe1c606f0 - .long 0xe59d3000,0xe28d2040,0xe1a00006,0xe1a031a3 - .long 0xe5862080,0xe1a0100d,0xe5863094,0xe58d6008 - bl lj_ccallback_enter - .long 0xe5909010,0xe3e01000,0xe590b014,0xe3a040ff - .long 0xe5192008,0xe1a08000,0xe04bb009,0xe1a04184 - .long 0xe5071ae4,0xe5926010,0xe5d6c000,0xe496e004 - .long 0xe797c10c,0xe004a2ae,0xe08aa009,0xe12fff1c - - .globl lj_cont_ffi_callback - .hidden lj_cont_ffi_callback - .type lj_cont_ffi_callback, %function - .size lj_cont_ffi_callback, 36 -lj_cont_ffi_callback: - .long 0xe5176a4c,0xe5889010,0xe5883014,0xe586800c - .long 0xe1a00006,0xe1a0100a - bl lj_ccallback_leave - .long 0xe1c606d0,0xeafff8b1 -.globl lj_err_unwind_arm -.personality lj_err_unwind_arm -.fnend -.fnstart -.save {r4, r5, r11, lr} -.setfp r11, sp - - .globl lj_vm_ffi_call - .hidden lj_vm_ffi_call - .type lj_vm_ffi_call, %function - .size lj_vm_ffi_call, 80 -lj_vm_ffi_call: - .long 0xe92d4830,0xe1a04000,0xe5900004,0xe5d41008 - .long 0xe2842020,0xe1a0b00d,0xe04dd000,0xe2511001 - .long 0xe594c000,0x4a000003,0xe7923101,0xe78d3101 - .long 0xe2511001,0x5afffffb,0xe1c401d0,0xe1c421d8 - .long 0xe12fff3c,0xe1a0d00b,0xe1c401f0,0xe8bd8830 -.fnend - - .section .note.GNU-stack,"",%progbits - .ident "DynASM 1.4.0" - - .section .debug_frame,"",%progbits -.Lframe0: - .long .LECIE0-.LSCIE0 -.LSCIE0: - .long 0xffffffff - .byte 0x1 - .string "" - .uleb128 0x1 - .sleb128 -4 - .byte 0xe - .byte 0xc - .uleb128 0xd - .uleb128 0 - .align 2 -.LECIE0: - -.LSFDE0: - .long .LEFDE0-.LASFDE0 -.LASFDE0: - .long .Lframe0 - .long .Lbegin - .long 15880 - .byte 0xe - .uleb128 64 - .byte 0x8e - .uleb128 1 - .byte 139 - .uleb128 2 - .byte 138 - .uleb128 3 - .byte 137 - .uleb128 4 - .byte 136 - .uleb128 5 - .byte 135 - .uleb128 6 - .byte 134 - .uleb128 7 - .byte 133 - .uleb128 8 - .byte 132 - .uleb128 9 - .align 2 -.LEFDE0: - -.LSFDE1: - .long .LEFDE1-.LASFDE1 -.LASFDE1: - .long .Lframe0 - .long lj_vm_ffi_call - .long 80 - .byte 0xe - .uleb128 16 - .byte 0x8e - .uleb128 1 - .byte 0x8b - .uleb128 2 - .byte 0x85 - .uleb128 3 - .byte 0x84 - .uleb128 4 - .byte 0xd - .uleb128 0xb - .align 2 -.LEFDE1: - diff --git a/core/src/luajit/autogen/android/jit/arm64-v8a/lj_bcdef.h b/core/src/luajit/autogen/linux/jit/arm64-v8a/lj_bcdef.h index 935d8440f..935d8440f 100644 --- a/core/src/luajit/autogen/android/jit/arm64-v8a/lj_bcdef.h +++ b/core/src/luajit/autogen/linux/jit/arm64-v8a/lj_bcdef.h diff --git a/core/src/luajit/autogen/android/jit/arm64-v8a/lj_ffdef.h b/core/src/luajit/autogen/linux/jit/arm64-v8a/lj_ffdef.h index b34a39126..b34a39126 100644 --- a/core/src/luajit/autogen/android/jit/arm64-v8a/lj_ffdef.h +++ b/core/src/luajit/autogen/linux/jit/arm64-v8a/lj_ffdef.h diff --git a/core/src/luajit/autogen/android/jit/arm64-v8a/lj_folddef.h b/core/src/luajit/autogen/linux/jit/arm64-v8a/lj_folddef.h index 6dea6c78a..6dea6c78a 100644 --- a/core/src/luajit/autogen/android/jit/arm64-v8a/lj_folddef.h +++ b/core/src/luajit/autogen/linux/jit/arm64-v8a/lj_folddef.h diff --git a/core/src/luajit/autogen/android/jit/arm64-v8a/lj_libdef.h b/core/src/luajit/autogen/linux/jit/arm64-v8a/lj_libdef.h index 52d7566b1..52d7566b1 100644 --- a/core/src/luajit/autogen/android/jit/arm64-v8a/lj_libdef.h +++ b/core/src/luajit/autogen/linux/jit/arm64-v8a/lj_libdef.h diff --git a/core/src/luajit/autogen/android/jit/arm64-v8a/lj_recdef.h b/core/src/luajit/autogen/linux/jit/arm64-v8a/lj_recdef.h index 476b753c2..476b753c2 100644 --- a/core/src/luajit/autogen/android/jit/arm64-v8a/lj_recdef.h +++ b/core/src/luajit/autogen/linux/jit/arm64-v8a/lj_recdef.h diff --git a/core/src/luajit/autogen/android/jit/arm64-v8a/lj_vm.S b/core/src/luajit/autogen/linux/jit/arm64-v8a/lj_vm.S index fb899bca6..db69a939c 100644 --- a/core/src/luajit/autogen/android/jit/arm64-v8a/lj_vm.S +++ b/core/src/luajit/autogen/linux/jit/arm64-v8a/lj_vm.S @@ -17,7 +17,7 @@ lj_BC_ISLT: .long 0xf87b7a60,0x794006b1,0xf87c7a61,0x910012b5 .long 0x8b110ab1,0xd1408231,0xeb40833f,0x54000161 .long 0xeb41833f,0x54000221,0x6b01001f,0x9a95b235 - .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479128 + .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479928 .long 0xd3507e1c,0xd61f0100,0xfc7b7a60,0x54012e43 .long 0xfc7c7a61,0xeb41833f,0x540000e8,0x54012dc1 .long 0x1e620021,0x14000004,0xfc7c7a61,0x54012d43 @@ -31,7 +31,7 @@ lj_BC_ISGE: .long 0xf87b7a60,0x794006b1,0xf87c7a61,0x910012b5 .long 0x8b110ab1,0xd1408231,0xeb40833f,0x54000161 .long 0xeb41833f,0x54000221,0x6b01001f,0x9a95a235 - .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479128 + .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479928 .long 0xd3507e1c,0xd61f0100,0xfc7b7a60,0x54012a43 .long 0xfc7c7a61,0xeb41833f,0x540000e8,0x540129c1 .long 0x1e620021,0x14000004,0xfc7c7a61,0x54012943 @@ -45,7 +45,7 @@ lj_BC_ISLE: .long 0xf87b7a60,0x794006b1,0xf87c7a61,0x910012b5 .long 0x8b110ab1,0xd1408231,0xeb40833f,0x54000161 .long 0xeb41833f,0x54000221,0x6b01001f,0x9a95d235 - .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479128 + .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479928 .long 0xd3507e1c,0xd61f0100,0xfc7b7a60,0x54012643 .long 0xfc7c7a61,0xeb41833f,0x540000e8,0x540125c1 .long 0x1e620021,0x14000004,0xfc7c7a61,0x54012543 @@ -59,7 +59,7 @@ lj_BC_ISGT: .long 0xf87b7a60,0x794006b1,0xf87c7a61,0x910012b5 .long 0x8b110ab1,0xd1408231,0xeb40833f,0x54000161 .long 0xeb41833f,0x54000221,0x6b01001f,0x9a95c235 - .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479128 + .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479928 .long 0xd3507e1c,0xd61f0100,0xfc7b7a60,0x54012243 .long 0xfc7c7a61,0xeb41833f,0x540000e8,0x540121c1 .long 0x1e620021,0x14000004,0xfc7c7a61,0x54012143 @@ -75,7 +75,7 @@ lj_BC_ISEQV: .long 0xb10039ff,0x54000ce9,0x936ffc08,0xb1002dff .long 0xba4b1904,0x54012420,0xeb02001f,0x54000101 .long 0xaa1103f5,0xb84046b0,0x8b300ec9,0xd3483e1b - .long 0xf9479128,0xd3507e1c,0xd61f0100,0xeb0801ff + .long 0xf9479928,0xd3507e1c,0xd61f0100,0xeb0801ff .long 0xba4c09e2,0x54ffff08,0x9240b801,0xf940102a .long 0xb4fffeaa,0x39402949,0x52800003,0x3727fe49 .long 0x14000907 @@ -89,7 +89,7 @@ lj_BC_ISNEV: .long 0x910012b5,0x8b110ab1,0xd1408231,0x936ffc4f .long 0xb10039ff,0x54000d29,0x936ffc08,0xb1002dff .long 0xba4b1904,0x54012000,0xeb02001f,0x540000e1 - .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479128 + .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479928 .long 0xd3507e1c,0xd61f0100,0xeb0801ff,0xba4c09e2 .long 0x54fffae8,0x9240b801,0xf940102a,0xb4fffa8a .long 0x39402949,0x52800023,0x3727fa29,0x140008e7 @@ -103,7 +103,7 @@ lj_BC_ISEQS: .long 0x910012b5,0x92800088,0x936ffc0f,0x8b110ab1 .long 0x8b08bc21,0xd1408231,0xb1002dff,0x54011c40 .long 0xeb01001f,0x9a950235,0xb84046b0,0x8b300ec9 - .long 0xd3483e1b,0xf9479128,0xd3507e1c,0xd61f0100 + .long 0xd3483e1b,0xf9479928,0xd3507e1c,0xd61f0100 .globl lj_BC_ISNES .hidden lj_BC_ISNES @@ -114,7 +114,7 @@ lj_BC_ISNES: .long 0x910012b5,0x92800088,0x936ffc0f,0x8b110ab1 .long 0x8b08bc21,0xd1408231,0xb1002dff,0x540119c0 .long 0xeb01001f,0x9a951235,0xb84046b0,0x8b300ec9 - .long 0xd3483e1b,0xf9479128,0xd3507e1c,0xd61f0100 + .long 0xd3483e1b,0xf9479928,0xd3507e1c,0xd61f0100 .globl lj_BC_ISEQN .hidden lj_BC_ISEQN @@ -125,7 +125,7 @@ lj_BC_ISEQN: .long 0x910012b5,0x8b110ab1,0xd1408231,0xeb40833f .long 0x54000161,0xeb42833f,0x54000221,0x6b02001f .long 0x9a950235,0xb84046b0,0x8b300ec9,0xd3483e1b - .long 0xf9479128,0xd3507e1c,0xd61f0100,0x54000183 + .long 0xf9479928,0xd3507e1c,0xd61f0100,0x54000183 .long 0xfc7b7a60,0xfd400381,0xeb42833f,0x54000041 .long 0x1e620041,0x1e612000,0x17fffff2,0xfd400381 .long 0x1e620000,0x1e612000,0x17ffffee,0x936ffc0f @@ -140,7 +140,7 @@ lj_BC_ISNEN: .long 0x910012b5,0x8b110ab1,0xd1408231,0xeb40833f .long 0x54000161,0xeb42833f,0x54000221,0x6b02001f .long 0x9a951235,0xb84046b0,0x8b300ec9,0xd3483e1b - .long 0xf9479128,0xd3507e1c,0xd61f0100,0x54000183 + .long 0xf9479928,0xd3507e1c,0xd61f0100,0x54000183 .long 0xfc7b7a60,0xfd400381,0xeb42833f,0x54000041 .long 0x1e620041,0x1e612000,0x17fffff2,0xfd400381 .long 0x1e620000,0x1e612000,0x17ffffee,0x936ffc0f @@ -154,7 +154,7 @@ lj_BC_ISEQP: .long 0xf87b7a68,0x794006b1,0x910012b5,0x9100079c .long 0x8b110ab1,0x936ffd0f,0xb1002dff,0x54010f00 .long 0xab0f039f,0xd1408231,0x9a950235,0xb84046b0 - .long 0x8b300ec9,0xd3483e1b,0xf9479128,0xd3507e1c + .long 0x8b300ec9,0xd3483e1b,0xf9479928,0xd3507e1c .long 0xd61f0100 .globl lj_BC_ISNEP @@ -165,7 +165,7 @@ lj_BC_ISNEP: .long 0xf87b7a68,0x794006b1,0x910012b5,0x9100079c .long 0x8b110ab1,0x936ffd0f,0xb1002dff,0x54010ce0 .long 0xab0f039f,0xd1408231,0x9a951235,0xb84046b0 - .long 0x8b300ec9,0xd3483e1b,0xf9479128,0xd3507e1c + .long 0x8b300ec9,0xd3483e1b,0xf9479928,0xd3507e1c .long 0xd61f0100 .globl lj_BC_ISTC @@ -176,7 +176,7 @@ lj_BC_ISTC: .long 0x794006b1,0xf87c7a68,0x910012b5,0x92d00009 .long 0x8b110ab1,0xeb09011f,0xd1408231,0x9a9c337b .long 0x9a953235,0xf83b7a68,0xb84046b0,0x8b300ec9 - .long 0xd3483e1b,0xf9479128,0xd3507e1c,0xd61f0100 + .long 0xd3483e1b,0xf9479928,0xd3507e1c,0xd61f0100 .globl lj_BC_ISFC .hidden lj_BC_ISFC @@ -186,7 +186,7 @@ lj_BC_ISFC: .long 0x794006b1,0xf87c7a68,0x910012b5,0x92d00009 .long 0x8b110ab1,0xeb09011f,0xd1408231,0x9a9c237b .long 0x9a952235,0xf83b7a68,0xb84046b0,0x8b300ec9 - .long 0xd3483e1b,0xf9479128,0xd3507e1c,0xd61f0100 + .long 0xd3483e1b,0xf9479928,0xd3507e1c,0xd61f0100 .globl lj_BC_IST .hidden lj_BC_IST @@ -195,7 +195,7 @@ lj_BC_ISFC: lj_BC_IST: .long 0x794006b1,0xf87c7a68,0x910012b5,0x92d00009 .long 0x8b110ab1,0xeb09011f,0xd1408231,0x9a953235 - .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479128 + .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479928 .long 0xd3507e1c,0xd61f0100 .globl lj_BC_ISF @@ -205,7 +205,7 @@ lj_BC_IST: lj_BC_ISF: .long 0x794006b1,0xf87c7a68,0x910012b5,0x92d00009 .long 0x8b110ab1,0xeb09011f,0xd1408231,0x9a952235 - .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479128 + .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479928 .long 0xd3507e1c,0xd61f0100 .globl lj_BC_ISTYPE @@ -214,7 +214,7 @@ lj_BC_ISF: .size lj_BC_ISTYPE, 36 lj_BC_ISTYPE: .long 0xf87b7a68,0xab88bf9f,0x540104c1,0xb84046b0 - .long 0x8b300ec9,0xd3483e1b,0xf9479128,0xd3507e1c + .long 0x8b300ec9,0xd3483e1b,0xf9479928,0xd3507e1c .long 0xd61f0100 .globl lj_BC_ISNUM @@ -223,7 +223,7 @@ lj_BC_ISTYPE: .size lj_BC_ISNUM, 36 lj_BC_ISNUM: .long 0xf87b6a68,0xeb48833f,0x540103a9,0xb84046b0 - .long 0x8b300ec9,0xd3483e1b,0xf9479128,0xd3507e1c + .long 0x8b300ec9,0xd3483e1b,0xf9479928,0xd3507e1c .long 0xd61f0100 .globl lj_BC_MOV @@ -232,7 +232,7 @@ lj_BC_ISNUM: .size lj_BC_MOV, 32 lj_BC_MOV: .long 0xf87c7a68,0xf83b7a68,0xb84046b0,0x8b300ec9 - .long 0xd3483e1b,0xf9479128,0xd3507e1c,0xd61f0100 + .long 0xd3483e1b,0xf9479928,0xd3507e1c,0xd61f0100 .globl lj_BC_NOT .hidden lj_BC_NOT @@ -241,7 +241,7 @@ lj_BC_MOV: lj_BC_NOT: .long 0xf87c7a68,0x92d00009,0x92e0002a,0xeb09011f .long 0x9a8a3128,0xf83b7a68,0xb84046b0,0x8b300ec9 - .long 0xd3483e1b,0xf9479128,0xd3507e1c,0xd61f0100 + .long 0xd3483e1b,0xf9479928,0xd3507e1c,0xd61f0100 .globl lj_BC_UNM .hidden lj_BC_UNM @@ -251,7 +251,7 @@ lj_BC_UNM: .long 0xf87c7a68,0x936ffd0f,0xb10039ff,0x540101a8 .long 0xd2410108,0x540000a1,0x6b0803e8,0xd2e83c02 .long 0x8b180108,0x9a827108,0xf83b7a68,0xb84046b0 - .long 0x8b300ec9,0xd3483e1b,0xf9479128,0xd3507e1c + .long 0x8b300ec9,0xd3483e1b,0xf9479928,0xd3507e1c .long 0xd61f0100 .globl lj_BC_LEN @@ -261,7 +261,7 @@ lj_BC_UNM: lj_BC_LEN: .long 0xf87c7a60,0x936ffc0f,0xb10015ff,0x9240b800 .long 0x54000141,0xb9401000,0x8b180000,0xf83b7a60 - .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479128 + .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479928 .long 0xd3507e1c,0xd61f0100,0xb10031ff,0x54010041 bl lj_tab_len .long 0x17fffff5 @@ -274,7 +274,7 @@ lj_BC_ADDVN: .long 0xd3587e11,0x92401f9c,0xf8717a60,0xf87c7a81 .long 0xeb40833f,0x540001a1,0xeb41833f,0x54000161 .long 0x2b010000,0x5400fbc6,0x8b180000,0xf83b7a60 - .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479128 + .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479928 .long 0xd3507e1c,0xd61f0100,0xfc717a60,0xfc7c7a81 .long 0xeb40833f,0x5400fa49,0xeb41833f,0x5400fa09 .long 0x1e612800,0xfc3b7a60,0x17fffff2 @@ -287,7 +287,7 @@ lj_BC_SUBVN: .long 0xd3587e11,0x92401f9c,0xf8717a60,0xf87c7a81 .long 0xeb40833f,0x540001a1,0xeb41833f,0x54000161 .long 0x6b010000,0x5400f866,0x8b180000,0xf83b7a60 - .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479128 + .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479928 .long 0xd3507e1c,0xd61f0100,0xfc717a60,0xfc7c7a81 .long 0xeb40833f,0x5400f6e9,0xeb41833f,0x5400f6a9 .long 0x1e613800,0xfc3b7a60,0x17fffff2 @@ -301,7 +301,7 @@ lj_BC_MULVN: .long 0xeb40833f,0x540001e1,0xeb41833f,0x540001a1 .long 0x9b217c00,0xeb20c01f,0x2a0003e0,0x5400f4c1 .long 0x8b180000,0xf83b7a60,0xb84046b0,0x8b300ec9 - .long 0xd3483e1b,0xf9479128,0xd3507e1c,0xd61f0100 + .long 0xd3483e1b,0xf9479928,0xd3507e1c,0xd61f0100 .long 0xfc717a60,0xfc7c7a81,0xeb40833f,0x5400f349 .long 0xeb41833f,0x5400f309,0x1e610800,0xfc3b7a60 .long 0x17fffff2 @@ -314,7 +314,7 @@ lj_BC_DIVVN: .long 0xd3587e11,0x92401f9c,0xf8717a60,0xf87c7a81 .long 0xfc717a60,0xfc7c7a81,0xeb40833f,0x5400f1a9 .long 0xeb41833f,0x5400f169,0x1e611800,0xfc3b7a60 - .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479128 + .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479928 .long 0xd3507e1c,0xd61f0100 .globl lj_BC_MODVN @@ -324,8 +324,8 @@ lj_BC_DIVVN: lj_BC_MODVN: .long 0xd3587e11,0x92401f9c,0xf8717a60,0xf87c7a81 .long 0xeb40833f,0x540001a1,0xeb41833f,0x54000161 - .long 0x3400ef41,0x94000c98,0x8b180000,0xf83b7a60 - .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479128 + .long 0x3400ef41,0x94000c9f,0x8b180000,0xf83b7a60 + .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479928 .long 0xd3507e1c,0xd61f0100,0xfc717a60,0xfc7c7a81 .long 0xeb40833f,0x5400eda9,0xeb41833f,0x5400ed69 .long 0x1e611802,0x1e654042,0x1f418040,0xfc3b7a60 @@ -339,7 +339,7 @@ lj_BC_ADDNV: .long 0x92401f9c,0xd3587e11,0xf87c7a80,0xf8717a61 .long 0xeb40833f,0x540001a1,0xeb41833f,0x54000161 .long 0x2b010000,0x5400ebe6,0x8b180000,0xf83b7a60 - .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479128 + .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479928 .long 0xd3507e1c,0xd61f0100,0xfc7c7a80,0xfc717a61 .long 0xeb40833f,0x5400ea69,0xeb41833f,0x5400ea29 .long 0x1e612800,0xfc3b7a60,0x17fffff2 @@ -352,7 +352,7 @@ lj_BC_SUBNV: .long 0x92401f9c,0xd3587e11,0xf87c7a80,0xf8717a61 .long 0xeb40833f,0x540001a1,0xeb41833f,0x54000161 .long 0x6b010000,0x5400e886,0x8b180000,0xf83b7a60 - .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479128 + .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479928 .long 0xd3507e1c,0xd61f0100,0xfc7c7a80,0xfc717a61 .long 0xeb40833f,0x5400e709,0xeb41833f,0x5400e6c9 .long 0x1e613800,0xfc3b7a60,0x17fffff2 @@ -366,7 +366,7 @@ lj_BC_MULNV: .long 0xeb40833f,0x540001e1,0xeb41833f,0x540001a1 .long 0x9b217c00,0xeb20c01f,0x2a0003e0,0x5400e4e1 .long 0x8b180000,0xf83b7a60,0xb84046b0,0x8b300ec9 - .long 0xd3483e1b,0xf9479128,0xd3507e1c,0xd61f0100 + .long 0xd3483e1b,0xf9479928,0xd3507e1c,0xd61f0100 .long 0xfc7c7a80,0xfc717a61,0xeb40833f,0x5400e369 .long 0xeb41833f,0x5400e329,0x1e610800,0xfc3b7a60 .long 0x17fffff2 @@ -379,7 +379,7 @@ lj_BC_DIVNV: .long 0x92401f9c,0xd3587e11,0xf87c7a80,0xf8717a61 .long 0xfc7c7a80,0xfc717a61,0xeb40833f,0x5400e1c9 .long 0xeb41833f,0x5400e189,0x1e611800,0xfc3b7a60 - .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479128 + .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479928 .long 0xd3507e1c,0xd61f0100 .globl lj_BC_MODNV @@ -389,8 +389,8 @@ lj_BC_DIVNV: lj_BC_MODNV: .long 0x92401f9c,0xd3587e11,0xf87c7a80,0xf8717a61 .long 0xeb40833f,0x540001a1,0xeb41833f,0x54000161 - .long 0x3400df61,0x94000c16,0x8b180000,0xf83b7a60 - .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479128 + .long 0x3400df61,0x94000c1d,0x8b180000,0xf83b7a60 + .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479928 .long 0xd3507e1c,0xd61f0100,0xfc7c7a80,0xfc717a61 .long 0xeb40833f,0x5400ddc9,0xeb41833f,0x5400dd89 .long 0x1e611802,0x1e654042,0x1f418040,0xfc3b7a60 @@ -404,7 +404,7 @@ lj_BC_ADDVV: .long 0xd3587e11,0x92401f9c,0xf8717a60,0xf87c7a61 .long 0xeb40833f,0x540001a1,0xeb41833f,0x54000161 .long 0x2b010000,0x5400dc66,0x8b180000,0xf83b7a60 - .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479128 + .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479928 .long 0xd3507e1c,0xd61f0100,0xfc717a60,0xfc7c7a61 .long 0xeb40833f,0x5400dae9,0xeb41833f,0x5400daa9 .long 0x1e612800,0xfc3b7a60,0x17fffff2 @@ -417,7 +417,7 @@ lj_BC_SUBVV: .long 0xd3587e11,0x92401f9c,0xf8717a60,0xf87c7a61 .long 0xeb40833f,0x540001a1,0xeb41833f,0x54000161 .long 0x6b010000,0x5400d906,0x8b180000,0xf83b7a60 - .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479128 + .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479928 .long 0xd3507e1c,0xd61f0100,0xfc717a60,0xfc7c7a61 .long 0xeb40833f,0x5400d789,0xeb41833f,0x5400d749 .long 0x1e613800,0xfc3b7a60,0x17fffff2 @@ -431,7 +431,7 @@ lj_BC_MULVV: .long 0xeb40833f,0x540001e1,0xeb41833f,0x540001a1 .long 0x9b217c00,0xeb20c01f,0x2a0003e0,0x5400d561 .long 0x8b180000,0xf83b7a60,0xb84046b0,0x8b300ec9 - .long 0xd3483e1b,0xf9479128,0xd3507e1c,0xd61f0100 + .long 0xd3483e1b,0xf9479928,0xd3507e1c,0xd61f0100 .long 0xfc717a60,0xfc7c7a61,0xeb40833f,0x5400d3e9 .long 0xeb41833f,0x5400d3a9,0x1e610800,0xfc3b7a60 .long 0x17fffff2 @@ -444,7 +444,7 @@ lj_BC_DIVVV: .long 0xd3587e11,0x92401f9c,0xf8717a60,0xf87c7a61 .long 0xfc717a60,0xfc7c7a61,0xeb40833f,0x5400d249 .long 0xeb41833f,0x5400d209,0x1e611800,0xfc3b7a60 - .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479128 + .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479928 .long 0xd3507e1c,0xd61f0100 .globl lj_BC_MODVV @@ -454,8 +454,8 @@ lj_BC_DIVVV: lj_BC_MODVV: .long 0xd3587e11,0x92401f9c,0xf8717a60,0xf87c7a61 .long 0xeb40833f,0x540001a1,0xeb41833f,0x54000161 - .long 0x3400cfe1,0x94000b94,0x8b180000,0xf83b7a60 - .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479128 + .long 0x3400cfe1,0x94000b9b,0x8b180000,0xf83b7a60 + .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479928 .long 0xd3507e1c,0xd61f0100,0xfc717a60,0xfc7c7a61 .long 0xeb40833f,0x5400ce49,0xeb41833f,0x5400ce09 .long 0x1e611802,0x1e654042,0x1f418040,0xfc3b7a60 @@ -471,7 +471,7 @@ lj_BC_POW: .long 0xeb41833f,0x5400cc29 bl pow .long 0xfc3b7a60,0xb84046b0,0x8b300ec9,0xd3483e1b - .long 0xf9479128,0xd3507e1c,0xd61f0100 + .long 0xf9479928,0xd3507e1c,0xd61f0100 .globl lj_BC_CAT .hidden lj_BC_CAT @@ -483,7 +483,7 @@ lj_BC_CAT: bl lj_meta_cat .long 0x385ff2b1,0xf94012f3,0xb500cae0,0xf8717a68 .long 0xf83b7a68,0xb84046b0,0x8b300ec9,0xd3483e1b - .long 0xf9479128,0xd3507e1c,0xd61f0100 + .long 0xf9479928,0xd3507e1c,0xd61f0100 .globl lj_BC_KSTR .hidden lj_BC_KSTR @@ -492,7 +492,7 @@ lj_BC_CAT: lj_BC_KSTR: .long 0xaa3c03fc,0xf87c7a88,0x92800089,0x8b09bd08 .long 0xf83b7a68,0xb84046b0,0x8b300ec9,0xd3483e1b - .long 0xf9479128,0xd3507e1c,0xd61f0100 + .long 0xf9479928,0xd3507e1c,0xd61f0100 .globl lj_BC_KCDATA .hidden lj_BC_KCDATA @@ -501,7 +501,7 @@ lj_BC_KSTR: lj_BC_KCDATA: .long 0xaa3c03fc,0xf87c7a88,0x92800149,0x8b09bd08 .long 0xf83b7a68,0xb84046b0,0x8b300ec9,0xd3483e1b - .long 0xf9479128,0xd3507e1c,0xd61f0100 + .long 0xf9479928,0xd3507e1c,0xd61f0100 .globl lj_BC_KSHORT .hidden lj_BC_KSHORT @@ -509,7 +509,7 @@ lj_BC_KCDATA: .size lj_BC_KSHORT, 36 lj_BC_KSHORT: .long 0x13003f9c,0x8b180388,0xf83b7a68,0xb84046b0 - .long 0x8b300ec9,0xd3483e1b,0xf9479128,0xd3507e1c + .long 0x8b300ec9,0xd3483e1b,0xf9479928,0xd3507e1c .long 0xd61f0100 .globl lj_BC_KNUM @@ -518,7 +518,7 @@ lj_BC_KSHORT: .size lj_BC_KNUM, 32 lj_BC_KNUM: .long 0xf87c7a88,0xf83b7a68,0xb84046b0,0x8b300ec9 - .long 0xd3483e1b,0xf9479128,0xd3507e1c,0xd61f0100 + .long 0xd3483e1b,0xf9479928,0xd3507e1c,0xd61f0100 .globl lj_BC_KPRI .hidden lj_BC_KPRI @@ -526,7 +526,7 @@ lj_BC_KNUM: .size lj_BC_KPRI, 32 lj_BC_KPRI: .long 0xaa3cbfe8,0xf83b7a68,0xb84046b0,0x8b300ec9 - .long 0xd3483e1b,0xf9479128,0xd3507e1c,0xd61f0100 + .long 0xd3483e1b,0xf9479928,0xd3507e1c,0xd61f0100 .globl lj_BC_KNIL .hidden lj_BC_KNIL @@ -535,7 +535,7 @@ lj_BC_KPRI: lj_BC_KNIL: .long 0x8b1b0e7b,0x8b1c0e7c,0xf800877a,0xeb1c037f .long 0xf800877a,0x54ffffcb,0xb84046b0,0x8b300ec9 - .long 0xd3483e1b,0xf9479128,0xd3507e1c,0xd61f0100 + .long 0xd3483e1b,0xf9479928,0xd3507e1c,0xd61f0100 .globl lj_BC_UGET .hidden lj_BC_UGET @@ -544,7 +544,7 @@ lj_BC_KNIL: lj_BC_UGET: .long 0xf85f0261,0x9100179c,0x9240b821,0xf87c7821 .long 0xf9401021,0xf9400028,0xf83b7a68,0xb84046b0 - .long 0x8b300ec9,0xd3483e1b,0xf9479128,0xd3507e1c + .long 0x8b300ec9,0xd3483e1b,0xf9479928,0xd3507e1c .long 0xd61f0100 .globl lj_BC_USETV @@ -556,7 +556,7 @@ lj_BC_USETV: .long 0xf87c7a62,0xf9401001,0x3940200a,0x39402808 .long 0x936ffc4f,0xf9000022,0x910011ef,0x721e015f .long 0x7a401904,0xba4a19e0,0x540000e8,0xb84046b0 - .long 0x8b300ec9,0xd3483e1b,0xf9479128,0xd3507e1c + .long 0x8b300ec9,0xd3483e1b,0xf9479928,0xd3507e1c .long 0xd61f0100,0x9240b842,0x39402049,0x7200053f .long 0x54fffee0,0xaa1603e0 bl lj_gc_barrieruv @@ -571,7 +571,7 @@ lj_BC_USETS: .long 0xf87b7820,0xf87c7a82,0x92800088,0xf9401001 .long 0x3940200a,0x8b08bc48,0x39402049,0xf9000028 .long 0x371000ea,0xb84046b0,0x8b300ec9,0xd3483e1b - .long 0xf9479128,0xd3507e1c,0xd61f0100,0x39402808 + .long 0xf9479928,0xd3507e1c,0xd61f0100,0x39402808 .long 0x7200053f,0x7a401900,0x54fffee0,0xaa1603e0 bl lj_gc_barrieruv .long 0x17fffff4 @@ -583,7 +583,7 @@ lj_BC_USETS: lj_BC_USETN: .long 0xf85f0261,0x9100177b,0x9240b821,0xf87b7821 .long 0xf87c7a88,0xf9401021,0xf9000028,0xb84046b0 - .long 0x8b300ec9,0xd3483e1b,0xf9479128,0xd3507e1c + .long 0x8b300ec9,0xd3483e1b,0xf9479928,0xd3507e1c .long 0xd61f0100 .globl lj_BC_USETP @@ -593,7 +593,7 @@ lj_BC_USETN: lj_BC_USETP: .long 0xf85f0261,0x9100177b,0x9240b821,0xf87b7821 .long 0xaa3cbfe8,0xf9401021,0xf9000028,0xb84046b0 - .long 0x8b300ec9,0xd3483e1b,0xf9479128,0xd3507e1c + .long 0x8b300ec9,0xd3483e1b,0xf9479928,0xd3507e1c .long 0xd61f0100 .globl lj_BC_UCLO @@ -605,7 +605,7 @@ lj_BC_UCLO: .long 0xb40000a2,0xaa1703e0,0x8b1b0e61 bl lj_func_closeuv .long 0xf94012f3,0xb84046b0,0x8b300ec9,0xd3483e1b - .long 0xf9479128,0xd3507e1c,0xd61f0100 + .long 0xf9479928,0xd3507e1c,0xd61f0100 .globl lj_BC_FNEW .hidden lj_BC_FNEW @@ -616,7 +616,7 @@ lj_BC_FNEW: .long 0xf87c7a81,0xaa1703e0,0x9240b842 bl lj_func_newL_gc .long 0xf94012f3,0x92800108,0x8b08bc00,0xf83b7a60 - .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479128 + .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479928 .long 0xd3507e1c,0xd61f0100 .globl lj_BC_TNEW @@ -629,7 +629,7 @@ lj_BC_TNEW: .long 0xf11ffc3f,0x52810028,0x9a881021 bl lj_tab_new .long 0xf94012f3,0xf2ffff40,0xf83b7a60,0xb84046b0 - .long 0x8b300ec9,0xd3483e1b,0xf9479128,0xd3507e1c + .long 0x8b300ec9,0xd3483e1b,0xf9479928,0xd3507e1c .long 0xd61f0100 bl lj_gc_step_fixtop .long 0xaa1703e0,0x17ffffef @@ -643,7 +643,7 @@ lj_BC_TDUP: .long 0xeb03005f,0x540001a2,0xaa3c03fc,0xf87c7a81 bl lj_tab_dup .long 0xf94012f3,0xf2ffff40,0xf83b7a60,0xb84046b0 - .long 0x8b300ec9,0xd3483e1b,0xf9479128,0xd3507e1c + .long 0x8b300ec9,0xd3483e1b,0xf9479928,0xd3507e1c .long 0xd61f0100 bl lj_gc_step_fixtop .long 0xaa1703e0,0x17fffff2 @@ -674,7 +674,7 @@ lj_BC_TGETV: .long 0xeb49833f,0x540002a1,0xf9400822,0xb9403020 .long 0x8b294c42,0x6b00013f,0x54009762,0xf9400048 .long 0xeb1a011f,0x54000100,0xf83b7a68,0xb84046b0 - .long 0x8b300ec9,0xd3483e1b,0xf9479128,0xd3507e1c + .long 0x8b300ec9,0xd3483e1b,0xf9479928,0xd3507e1c .long 0xd61f0100,0xf9401020,0xb4ffff00,0x39402809 .long 0x3707fec9,0x140004ac,0x936ffd2f,0xb10015ff .long 0x54009521,0x9240b93c,0x1400000a @@ -690,7 +690,7 @@ lj_BC_TGETS: .long 0x0a0a0129,0x8b090529,0x92800083,0x8b090c42 .long 0x8b03bf83,0xa9400048,0xf9400842,0xeb03001f .long 0x54000141,0xeb1a011f,0x54000140,0xf83b7a68 - .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479128 + .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479928 .long 0xd3507e1c,0xd61f0100,0xb5fffe62,0xaa1a03e8 .long 0xf9401020,0xb4fffec0,0x39402809,0x3707fe89 .long 0x14000477 @@ -704,7 +704,7 @@ lj_BC_TGETB: .long 0xb10031ff,0x9240b821,0x54008ec1,0xf9400822 .long 0xb9403020,0x8b1c0c42,0x6b00039f,0x54008e22 .long 0xf9400048,0xeb1a011f,0x54000100,0xf83b7a68 - .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479128 + .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479928 .long 0xd3507e1c,0xd61f0100,0xf9401020,0xb4ffff00 .long 0x39402809,0x3707fec9,0x14000462 @@ -716,7 +716,7 @@ lj_BC_TGETR: .long 0xd3587e11,0x92401f9c,0xf8717a60,0xf87c7a69 .long 0x9240b800,0xf9400802,0xb940300a,0x8b294c42 .long 0x6b0a013f,0x54008e82,0xf9400048,0xf83b7a68 - .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479128 + .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479928 .long 0xd3507e1c,0xd61f0100 .globl lj_BC_TSETV @@ -730,7 +730,7 @@ lj_BC_TSETV: .long 0x8b294c42,0x6b00013f,0x54008e42,0xf9400049 .long 0xf87b7a68,0x3940202a,0xeb1a013f,0x54000120 .long 0xf9000048,0x3710018a,0xb84046b0,0x8b300ec9 - .long 0xd3483e1b,0xf9479128,0xd3507e1c,0xd61f0100 + .long 0xd3483e1b,0xf9479928,0xd3507e1c,0xd61f0100 .long 0xf9401020,0xb4fffee0,0x39402809,0x370ffea9 .long 0x14000460,0xf9402ac9,0x121d794a,0xf9002ac1 .long 0x3900202a,0xf9000c29,0x17fffff0,0x936ffd2f @@ -748,7 +748,7 @@ lj_BC_TSETS: .long 0x8b03bf83,0x3900283f,0xa9400049,0xf940084b .long 0x3940202a,0xeb03001f,0x54000221,0xf87b7a68 .long 0xeb1a013f,0x54000120,0xf9000048,0x371003ca - .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479128 + .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479928 .long 0xd3507e1c,0xd61f0100,0xf9401020,0xb4fffee0 .long 0x39402809,0x370ffea9,0x14000423,0xaa0b03e2 .long 0xb5fffd4b,0xf9401020,0xb4000060,0x39402809 @@ -769,7 +769,7 @@ lj_BC_TSETB: .long 0xb9403020,0x8b1c0c42,0x6b00039f,0x540080a2 .long 0xf9400049,0xf87b7a68,0x3940202a,0xeb1a013f .long 0x54000120,0xf9000048,0x3710018a,0xb84046b0 - .long 0x8b300ec9,0xd3483e1b,0xf9479128,0xd3507e1c + .long 0x8b300ec9,0xd3483e1b,0xf9479928,0xd3507e1c .long 0xd61f0100,0xf9401020,0xb4fffee0,0x39402809 .long 0x370ffea9,0x140003f3,0xf9402ac9,0x121d794a .long 0xf9002ac1,0x3900202a,0xf9000c29,0x17fffff0 @@ -784,7 +784,7 @@ lj_BC_TSETM: .long 0x0b510d22,0xf9400823,0xeb00005f,0x8b110371 .long 0x540001c8,0x8b294c69,0x3940202a,0xf8408768 .long 0xf8008528,0xeb11037f,0x54ffffa3,0x3710018a - .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479128 + .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479928 .long 0xd3507e1c,0xd61f0100,0xf90012f3,0xaa1703e0 .long 0xf90057f5 bl lj_tab_reasize @@ -800,7 +800,7 @@ lj_BC_TSETR: .long 0x9240b821,0xf9400820,0x3940202a,0xb9403023 .long 0x8b294c00,0x3710016a,0x6b03013f,0x54007b22 .long 0xf87b7a68,0xf9000008,0xb84046b0,0x8b300ec9 - .long 0xd3483e1b,0xf9479128,0xd3507e1c,0xd61f0100 + .long 0xd3483e1b,0xf9479928,0xd3507e1c,0xd61f0100 .long 0xf9402ac8,0x121d794a,0xf9002ac1,0x3900202a .long 0xf9000c28,0x17fffff1 @@ -819,7 +819,7 @@ lj_BC_CALL: .long 0xd37d1f9c,0xaa1303f1,0x8b1b0e73,0xf9400262 .long 0xd100239c,0x91004273,0x936ffc4f,0xb10025ff .long 0x9240b842,0x54008301,0xf81f8275,0xf9401055 - .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479128 + .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479928 .long 0x8b1b0e7b,0xd61f0100 .globl lj_BC_CALLMT @@ -841,7 +841,7 @@ lj_BC_CALLT: .long 0xf8716b68,0x91002229,0xeb1c013f,0xf8316a68 .long 0xaa0903f1,0x54ffff61,0xf100055f,0x54000108 .long 0xf9401055,0xb84046b0,0x8b300ec9,0xd3483e1b - .long 0xf9479128,0x8b1b0e7b,0xd61f0100,0x385fd2bb + .long 0xf9479928,0x8b1b0e7b,0xd61f0100,0x385fd2bb .long 0xcb1b0e60,0xf85e0000,0x9240b800,0xf9401000 .long 0xf85b8014,0x17fffff3,0xd24006b5,0xf2400abf .long 0x9a8a122a,0x54fffca1,0xcb150273,0xf85f8275 @@ -856,7 +856,7 @@ lj_BC_ITERC: .long 0x91004373,0x5280021c,0xf9000362,0xa9010760 .long 0x936ffc4f,0xb10025ff,0x9240b842,0x54007a41 .long 0xf81f8275,0xf9401055,0xb84046b0,0x8b300ec9 - .long 0xd3483e1b,0xf9479128,0x8b1b0e7b,0xd61f0100 + .long 0xd3483e1b,0xf9479928,0x8b1b0e7b,0xd61f0100 .globl lj_BC_ITERN .hidden lj_BC_ITERN @@ -869,7 +869,7 @@ lj_BC_ITERN: .long 0x54000202,0xf9400048,0xeb1a011f,0x9a801400 .long 0x54ffff40,0x8b180000,0xa9002360,0x91000400 .long 0xb81f8360,0xaa0b03f5,0xb84046b0,0x8b300ec9 - .long 0xd3483e1b,0xf9479128,0xd3507e1c,0xd61f0100 + .long 0xd3483e1b,0xf9479928,0xd3507e1c,0xd61f0100 .long 0xb940362a,0xf9401631,0x8b1c0780,0xeb0a039f .long 0x8b000e22,0x54fffea8,0xa9400048,0xeb1a011f .long 0x9100079c,0x54ffff20,0xa9002360,0x8b090380 @@ -885,7 +885,7 @@ lj_BC_VARG: .long 0xd100426b,0xb40001d1,0xd100414a,0xeb0b039f .long 0xf8408788,0x9a9a3108,0xeb0a037f,0xf8008768 .long 0x54ffff63,0xb84046b0,0x8b300ec9,0xd3483e1b - .long 0xf9479128,0xd3507e1c,0xd61f0100,0xf9401ae8 + .long 0xf9479928,0xd3507e1c,0xd61f0100,0xf9401ae8 .long 0xeb1c016a,0x9a8ad3f1,0x91002231,0x8b0a0369 .long 0xb900c3f1,0x54fffe8d,0xeb08013f,0x540000c8 .long 0xf8408788,0xf8008768,0xeb0b039f,0x54ffffa3 @@ -904,7 +904,7 @@ lj_BC_ISNEXT: .long 0x54000221,0x936ffc48,0x39402809,0xb100311f .long 0xfa5a0060,0x7a440920,0x54000161,0x320f77e8 .long 0xd3607d08,0xf81f8368,0xaa1c03f5,0xb84046b0 - .long 0x8b300ec9,0xd3483e1b,0xf9479128,0xd3507e1c + .long 0x8b300ec9,0xd3483e1b,0xf9479928,0xd3507e1c .long 0xd61f0100,0x52800b08,0x528008a9,0x381fc2a8 .long 0x39000389,0x17fffff5 @@ -928,7 +928,7 @@ lj_BC_RET: .long 0xd3483e1b,0xcb1b0c43,0xd3587e11,0xf85f0060 .long 0xeb110f9f,0x54000163,0x9240b800,0xaa0303f3 .long 0xf9401001,0xf85b8034,0xb84046b0,0x8b300ec9 - .long 0xd3483e1b,0xf9479128,0xd3507e1c,0xd61f0100 + .long 0xd3483e1b,0xf9479928,0xd3507e1c,0xd61f0100 .long 0x91002273,0x9100239c,0xf81e827a,0x17fffff1 .long 0x8b1b0e7b,0xf240083f,0x54003061,0xcb010273 .long 0xf85f8275,0x17ffffdb @@ -943,7 +943,7 @@ lj_BC_RET0: .long 0xd3483e1b,0xcb1b0c73,0xd3587e11,0xf85f0260 .long 0xeb110f9f,0x54000143,0x9240b800,0xf9401001 .long 0xf85b8034,0xb84046b0,0x8b300ec9,0xd3483e1b - .long 0xf9479128,0xd3507e1c,0xd61f0100,0x9100239c + .long 0xf9479928,0xd3507e1c,0xd61f0100,0x9100239c .long 0xf800847a,0x17fffff3 .globl lj_BC_RET1 @@ -956,7 +956,7 @@ lj_BC_RET1: .long 0xd1004263,0xd3483e1b,0xcb1b0c73,0xf8008468 .long 0xd3587e11,0xf85f0260,0xeb110f9f,0x54000143 .long 0x9240b800,0xf9401001,0xf85b8034,0xb84046b0 - .long 0x8b300ec9,0xd3483e1b,0xf9479128,0xd3507e1c + .long 0x8b300ec9,0xd3483e1b,0xf9479928,0xd3507e1c .long 0xd61f0100,0x9100239c,0xf800847a,0x17fffff3 .globl lj_BC_FORI @@ -968,7 +968,7 @@ lj_BC_FORI: .long 0xd140839c,0xeb40833f,0x54000221,0xeb41833f .long 0x54006041,0xeb42833f,0x54006001,0x37f80142 .long 0x6b01001f,0x9a95c395,0xf9000f60,0xb84046b0 - .long 0x8b300ec9,0xd3483e1b,0xf9479128,0xd3507e1c + .long 0x8b300ec9,0xd3483e1b,0xf9479928,0xd3507e1c .long 0xd61f0100,0x6b00003f,0x17fffff7,0x6d400760 .long 0x54005e43,0xeb41833f,0x54005e09,0xeb42833f .long 0x54005dc9,0xfd000f60,0xb7f80082,0x1e612000 @@ -984,7 +984,7 @@ lj_BC_JFORI: .long 0x54005bc1,0xeb42833f,0x54005b81,0x37f80182 .long 0x6b01001f,0xaa1c03f5,0x785fe39c,0xf9000f60 .long 0x540011ed,0xb84046b0,0x8b300ec9,0xd3483e1b - .long 0xf9479128,0xd3507e1c,0xd61f0100,0x6b00003f + .long 0xf9479928,0xd3507e1c,0xd61f0100,0x6b00003f .long 0x17fffff5,0x6d400760,0x54005983,0xeb41833f .long 0x54005949,0xeb42833f,0x54005909,0xfd000f60 .long 0xb7f800a2,0x1e612000,0x785fe39c,0x54000f89 @@ -995,7 +995,7 @@ lj_BC_JFORI: .type lj_BC_FORL, @function .size lj_BC_FORL, 28 lj_BC_FORL: - .long 0xd341fea0,0x927f1400,0x913a8000,0x78606ac1 + .long 0xd341fea0,0x927f1400,0x913ac000,0x78606ac1 .long 0xf1000821,0x78206ac1,0x5400de43 .globl lj_BC_IFORL @@ -1007,7 +1007,7 @@ lj_BC_IFORL: .long 0xd140839c,0xeb40833f,0x54000221,0x2b020000 .long 0x540000e6,0x8b180008,0x37f80162,0x6b01001f .long 0x9a95d395,0xf9000368,0xf9000f68,0xb84046b0 - .long 0x8b300ec9,0xd3483e1b,0xf9479128,0xd3507e1c + .long 0x8b300ec9,0xd3483e1b,0xf9479928,0xd3507e1c .long 0xd61f0100,0x6b00003f,0x17fffff6,0x6d400760 .long 0x54005403,0xfd400b62,0x1e622800,0xb7f800c2 .long 0x1e612000,0xfd000360,0xfd000f60,0x9a959395 @@ -1022,7 +1022,7 @@ lj_BC_JFORL: .long 0x54000221,0x2b020000,0x540000e6,0x8b180008 .long 0x37f80162,0x6b01001f,0xf9000368,0xf9000f68 .long 0x5400084d,0xb84046b0,0x8b300ec9,0xd3483e1b - .long 0xf9479128,0xd3507e1c,0xd61f0100,0x6b00003f + .long 0xf9479928,0xd3507e1c,0xd61f0100,0x6b00003f .long 0x17fffff6,0x6d400760,0x54004fe3,0xfd400b62 .long 0x1e622800,0xb7f800c2,0x1e612000,0xfd000360 .long 0xfd000f60,0x54000629,0x17ffffef,0x1e602020 @@ -1033,7 +1033,7 @@ lj_BC_JFORL: .type lj_BC_ITERL, @function .size lj_BC_ITERL, 28 lj_BC_ITERL: - .long 0xd341fea0,0x927f1400,0x913a8000,0x78606ac1 + .long 0xd341fea0,0x927f1400,0x913ac000,0x78606ac1 .long 0xf1000821,0x78206ac1,0x5400d4e3 .globl lj_BC_IITERL @@ -1043,7 +1043,7 @@ lj_BC_ITERL: lj_BC_IITERL: .long 0xf87b7a60,0x8b1b0e69,0xeb1a001f,0x54000080 .long 0x8b1c0aa8,0xd1408115,0xf81f8120,0xb84046b0 - .long 0x8b300ec9,0xd3483e1b,0xf9479128,0xd3507e1c + .long 0x8b300ec9,0xd3483e1b,0xf9479928,0xd3507e1c .long 0xd61f0100 .globl lj_BC_JITERL @@ -1053,14 +1053,14 @@ lj_BC_IITERL: lj_BC_JITERL: .long 0xf87b7a60,0x8b1b0e69,0xeb1a001f,0x54000060 .long 0xf81f8120,0x14000014,0xb84046b0,0x8b300ec9 - .long 0xd3483e1b,0xf9479128,0xd3507e1c,0xd61f0100 + .long 0xd3483e1b,0xf9479928,0xd3507e1c,0xd61f0100 .globl lj_BC_LOOP .hidden lj_BC_LOOP .type lj_BC_LOOP, @function .size lj_BC_LOOP, 28 lj_BC_LOOP: - .long 0xd341fea0,0x927f1400,0x913a8000,0x78606ac1 + .long 0xd341fea0,0x927f1400,0x913ac000,0x78606ac1 .long 0xf1000821,0x78206ac1,0x5400d0e3 .globl lj_BC_ILOOP @@ -1068,7 +1068,7 @@ lj_BC_LOOP: .type lj_BC_ILOOP, @function .size lj_BC_ILOOP, 24 lj_BC_ILOOP: - .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479128 + .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479928 .long 0xd3507e1c,0xd61f0100 .globl lj_BC_JLOOP @@ -1086,14 +1086,14 @@ lj_BC_JLOOP: .size lj_BC_JMP, 32 lj_BC_JMP: .long 0x8b1c0abc,0xd1408395,0xb84046b0,0x8b300ec9 - .long 0xd3483e1b,0xf9479128,0xd3507e1c,0xd61f0100 + .long 0xd3483e1b,0xf9479928,0xd3507e1c,0xd61f0100 .globl lj_BC_FUNCF .hidden lj_BC_FUNCF .type lj_BC_FUNCF, @function .size lj_BC_FUNCF, 28 lj_BC_FUNCF: - .long 0xd341fea0,0x927f1400,0x913a8000,0x78606ac1 + .long 0xd341fea0,0x927f1400,0x913ac000,0x78606ac1 .long 0xf1000421,0x78206ac1,0x5400cf03 .globl lj_BC_IFUNCF @@ -1103,7 +1103,7 @@ lj_BC_FUNCF: lj_BC_IFUNCF: .long 0xf9401ae0,0x3859e2a9,0xf85b42b4,0xeb00037f .long 0x54001648,0xeb090f9f,0x540000e3,0xb84046b0 - .long 0x8b300ec9,0xd3483e1b,0xf9479128,0xd3507e1c + .long 0x8b300ec9,0xd3483e1b,0xf9479928,0xd3507e1c .long 0xd61f0100,0xf83c6a7a,0x9100239c,0x17fffff6 .globl lj_BC_JFUNCF @@ -1132,7 +1132,7 @@ lj_BC_IFUNCV: .long 0x3859e2a9,0xaa1303fb,0xaa0a03f3,0xb4000109 .long 0xeb1c037f,0x54000182,0xf9400368,0xd1000529 .long 0xf800877a,0xf8008548,0xb5ffff49,0xb84046b0 - .long 0x8b300ec9,0xd3483e1b,0xf9479128,0xd3507e1c + .long 0x8b300ec9,0xd3483e1b,0xf9479928,0xd3507e1c .long 0xd61f0100,0xd1000529,0xf800855a,0xb4ffff09 .long 0x17fffffd @@ -1262,7 +1262,7 @@ lj_vm_growstack_l: bl lj_state_growstack .long 0xa94272f3,0xf85f0262,0xcb13039c,0x9240b842 .long 0xf9401055,0xb84046b0,0x8b300ec9,0xd3483e1b - .long 0xf9479128,0x8b1b0e7b,0xd61f0100 + .long 0xf9479928,0x8b1b0e7b,0xd61f0100 .globl lj_vm_resume .hidden lj_vm_resume @@ -1318,7 +1318,7 @@ lj_vm_call_dispatch: .size lj_vm_call_dispatch_f, 32 lj_vm_call_dispatch_f: .long 0xf81f8275,0xf9401055,0xb84046b0,0x8b300ec9 - .long 0xd3483e1b,0xf9479128,0x8b1b0e7b,0xd61f0100 + .long 0xd3483e1b,0xf9479928,0x8b1b0e7b,0xd61f0100 .globl lj_vm_cpcall .hidden lj_vm_cpcall @@ -1342,7 +1342,7 @@ lj_cont_dispatch: .long 0xf85f0222,0xf85e0260,0xaa1303e3,0xaa1103f3 .long 0x9240b842,0xf100041f,0xf85e8075,0xf9401042 .long 0x8b1c0368,0xf81f811a,0x54000069,0xf85b8054 - .long 0xd61f0000,0x5400bf80,0xd1008063,0xcb13007c + .long 0xd61f0000,0x5400c060,0xd1008063,0xcb13007c .long 0x140004d2 .globl lj_cont_cat @@ -1387,7 +1387,7 @@ lj_vmeta_tgetv: .long 0xf90057f5 bl lj_meta_tget .long 0xb4000120,0xf9400008,0xf83b7a68,0xb84046b0 - .long 0x8b300ec9,0xd3483e1b,0xf9479128,0xd3507e1c + .long 0x8b300ec9,0xd3483e1b,0xf9479928,0xd3507e1c .long 0xd61f0100,0xd1000a69,0xf94016f3,0x5280021c .long 0xf85f0262,0xf81e8275,0xcb090275,0x9240b842 .long 0x17ffff97 @@ -1433,7 +1433,7 @@ lj_vmeta_tsetv: .long 0xf90057f5 bl lj_meta_tset .long 0xf87b7a68,0xb4000100,0xf9000008,0xb84046b0 - .long 0x8b300ec9,0xd3483e1b,0xf9479128,0xd3507e1c + .long 0x8b300ec9,0xd3483e1b,0xf9479928,0xd3507e1c .long 0xd61f0100,0xd1000a69,0xf94016f3,0x5280031c .long 0xf85f0262,0xf9000a68,0xf81e8275,0xcb090275 .long 0x9240b842,0x17ffff6a @@ -1463,7 +1463,7 @@ lj_vmeta_comp: .type lj_cont_nop, @function .size lj_cont_nop, 24 lj_cont_nop: - .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479128 + .long 0xb84046b0,0x8b300ec9,0xd3483e1b,0xf9479928 .long 0xd3507e1c,0xd61f0100 .globl lj_cont_ra @@ -1576,7 +1576,7 @@ lj_vmeta_call: bl lj_meta_call .long 0xf85f0262,0x9100239c,0x9240b842,0xf81f8275 .long 0xf9401055,0xb84046b0,0x8b300ec9,0xd3483e1b - .long 0xf9479128,0x8b1b0e7b,0xd61f0100 + .long 0xf9479928,0x8b1b0e7b,0xd61f0100 .globl lj_vmeta_callt .hidden lj_vmeta_callt @@ -1856,7 +1856,7 @@ lj_fff_res: .long 0xf24006a0,0xb900c3fc,0xd100427b,0x54ff91e1 .long 0xb85fc2b0,0xd3587e11,0xeb110f9f,0x54000123 .long 0xd3483e09,0xcb090f73,0xb84046b0,0x8b300ec9 - .long 0xd3483e1b,0xf9479128,0xd3507e1c,0xd61f0100 + .long 0xd3483e1b,0xf9479928,0xd3507e1c,0xd61f0100 .long 0x8b1c0369,0x9100239c,0xf81f813a,0x17fffff3 .globl lj_ff_math_sqrt @@ -2307,7 +2307,7 @@ lj_fff_fallback: .long 0xf94012f3,0x7100001f,0xd37df01c,0xd100427b .long 0x54ffb82c,0xf94016e0,0xf85f0262,0xcb13001c .long 0x54000121,0x9240b842,0xf9401055,0xb84046b0 - .long 0x8b300ec9,0xd3483e1b,0xf9479128,0x8b1b0e7b + .long 0x8b300ec9,0xd3483e1b,0xf9479928,0x8b1b0e7b .long 0xd61f0100 .globl lj_vm_call_tail @@ -2346,7 +2346,7 @@ lj_vm_record: .type lj_vm_rethook, @function .size lj_vm_rethook, 16 lj_vm_rethook: - .long 0x394306ca,0x3620018a,0xf949f928,0xd61f0100 + .long 0x394306ca,0x3620018a,0xf94a0128,0xd61f0100 .globl lj_vm_inshook .hidden lj_vm_inshook @@ -2358,7 +2358,7 @@ lj_vm_inshook: .long 0x3617feca,0xaa1703e0,0xf90012f3,0xaa1503e1 bl lj_dispatch_ins .long 0xf94012f3,0xb85fc2b0,0x8b300ec9,0xd3483e1b - .long 0xf949f928,0xd3507e1c,0xd61f0100 + .long 0xf94a0128,0xd3507e1c,0xd61f0100 .globl lj_cont_hook .hidden lj_cont_hook @@ -2416,8 +2416,11 @@ lj_cont_stitch: .globl lj_vm_profhook .hidden lj_vm_profhook .type lj_vm_profhook, @function - .size lj_vm_profhook, 0 + .size lj_vm_profhook, 28 lj_vm_profhook: + .long 0xaa1703e0,0xf90012f3,0xaa1503e1 + bl lj_dispatch_profile + .long 0xf94012f3,0xd10012b5,0x17fffb1b .globl lj_vm_exit_handler .hidden lj_vm_exit_handler @@ -2451,7 +2454,7 @@ lj_vm_exit_interp: .long 0x9240b821,0xb900c3fc,0xf90012f3,0xf9401021 .long 0xf900b2df,0x12800003,0xf85b8034,0x394002b1 .long 0xb84046b0,0xb90082c3,0x7101863f,0x8b300ec9 - .long 0x540001a2,0x7101663f,0x8b310ec8,0xf9479111 + .long 0x540001a2,0x7101663f,0x8b310ec8,0xf9479911 .long 0xd3483e1b,0xd350fe08,0x9a9c311c,0x540000a3 .long 0xf85f0262,0xd100239c,0x8b1b0e7b,0x9240b842 .long 0xd61f0220,0xf85f8260,0xf2400401,0x54fffe41 @@ -2486,7 +2489,7 @@ lj_vm_ffi_callback: .long 0xa9427013,0xd2ffff38,0xd2bfff39,0x9280001a .long 0xaa0003f7,0xf85f0262,0xcb13039c,0xb90082da .long 0x9240b842,0xf9401055,0xb84046b0,0x8b300ec9 - .long 0xd3483e1b,0xf9479128,0x8b1b0e7b,0xd61f0100 + .long 0xd3483e1b,0xf9479928,0x8b1b0e7b,0xd61f0100 .globl lj_cont_ffi_callback .hidden lj_cont_ffi_callback @@ -2496,7 +2499,7 @@ lj_cont_ffi_callback: .long 0xf940b6d5,0xa9020ef3,0xf9000ab7,0xaa1503e0 .long 0xaa1b03e1 bl lj_ccallback_leave - .long 0xa94706a0,0x6d4306a0,0x17fff92c + .long 0xa94706a0,0x6d4306a0,0x17fff925 .globl lj_vm_ffi_call .hidden lj_vm_ffi_call @@ -2536,7 +2539,7 @@ lj_vm_ffi_call: .LASFDE0: .long .Lframe0 .quad .Lbegin - .quad 15488 + .quad 15516 .byte 0xe .uleb128 208 .byte 0x9d @@ -2632,7 +2635,7 @@ lj_vm_ffi_call: .LASFDE2: .long .LASFDE2-.Lframe1 .long .Lbegin-. - .long 15488 + .long 15516 .uleb128 0 .byte 0xe .uleb128 208 |
