Searched refs:CODE16 (Results 1 – 4 of 4) sorted by relevance
15 .CODE16
18 15 .CODE16
675 #define CODE16 1 macro677 #define SMALL16 (SMALL | CODE16)679 #define BIG16 (BIG | CODE16)6832 code16 = flag_code == CODE_16BIT ? CODE16 : 0; in output_branch()6840 code16 ^= CODE16; in output_branch()6936 code16 = CODE16; in output_jump()6942 code16 ^= CODE16; in output_jump()6998 code16 = CODE16; in output_interseg_jump()7005 code16 ^= CODE16; in output_interseg_jump()9170 int size = (fragP->fr_subtype & CODE16) ? 2 : 4; in md_estimate_size_before_relax()
3431 (CODE16, SMALL, SMALL16, BIG, BIG16): Define.