Home
last modified time | relevance | path

Searched refs:callemu_offset (Results 1 – 3 of 3) sorted by relevance

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/hipe/
H A Dhipe_arm.c187 int callemu_offset; in hipe_make_native_stub() local
213 callemu_offset = ((int)&nbif_callemu - ((int)&code[2] + 8)) >> 2; in hipe_make_native_stub()
214 is_short_jmp = (callemu_offset >= -0x00800000 && in hipe_make_native_stub()
215 callemu_offset <= 0x007FFFFF); in hipe_make_native_stub()
217 if (is_short_jmp && (callemu_offset % 3)==0) { in hipe_make_native_stub()
228 code[2] = 0xEA000000 | (callemu_offset & 0x00FFFFFF); in hipe_make_native_stub()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/hipe/
H A Dhipe_arm.c187 int callemu_offset; in hipe_make_native_stub() local
213 callemu_offset = ((int)&nbif_callemu - ((int)&code[2] + 8)) >> 2; in hipe_make_native_stub()
214 is_short_jmp = (callemu_offset >= -0x00800000 && in hipe_make_native_stub()
215 callemu_offset <= 0x007FFFFF); in hipe_make_native_stub()
217 if (is_short_jmp && (callemu_offset % 3)==0) { in hipe_make_native_stub()
228 code[2] = 0xEA000000 | (callemu_offset & 0x00FFFFFF); in hipe_make_native_stub()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/hipe/
H A Dhipe_arm.c171 int callemu_offset; in hipe_make_native_stub() local
197 callemu_offset = ((int)&nbif_callemu - ((int)&code[2] + 8)) >> 2; in hipe_make_native_stub()
198 is_short_jmp = (callemu_offset >= -0x00800000 && in hipe_make_native_stub()
199 callemu_offset <= 0x007FFFFF); in hipe_make_native_stub()
201 if (is_short_jmp && (callemu_offset % 3)==0) { in hipe_make_native_stub()
212 code[2] = 0xEA000000 | (callemu_offset & 0x00FFFFFF); in hipe_make_native_stub()