Searched refs:callemu_offset (Results 1 – 3 of 3) sorted by relevance
187 int callemu_offset; in hipe_make_native_stub() local213 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()
171 int callemu_offset; in hipe_make_native_stub() local197 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()