Searched refs:SIGNED_FIT23 (Results 1 – 1 of 1) sorted by relevance
47 #define SIGNED_FIT23(x) (((x) & 0xffc00000) == 0) || (((x) & 0xffc00000) == 0xffc00000) macro314 return as->base.pass != MP_ASM_PASS_EMIT || SIGNED_FIT23(rel); in asm_thumb_bl_label()
Completed in 3 milliseconds