Searched refs:SIGNED_FIT9 (Results 1 – 1 of 1) sorted by relevance
45 #define SIGNED_FIT9(x) (((x) & 0xffffff00) == 0) || (((x) & 0xffffff00) == 0xffffff00) macro294 return as->base.pass != MP_ASM_PASS_EMIT || SIGNED_FIT9(rel); in asm_thumb_bcc_nw_label()534 if (SIGNED_FIT9(rel)) { in asm_thumb_bcc_label()554 assert(SIGNED_FIT9(rel)); in asm_thumb_bcc_rel9()
Completed in 4 milliseconds