Searched refs:flag_code (Results 1 – 11 of 11) sorted by relevance
164 static enum flag_code i386_addressing_mode (void);554 enum flag_code { enum559 static enum flag_code flag_code; variable1369 if (flag_code == CODE_16BIT) in i386_generate_nops()1514 if (flag_code == CODE_16BIT) in i386_generate_nops()1661 return !((flag_code == CODE_64BIT && f.bitfield.cpuno64) in cpu_flags_check_cpu64()1662 || (flag_code != CODE_64BIT && f.bitfield.cpu64)); in cpu_flags_check_cpu64()2418 && flag_code == CODE_64BIT) in add_prefix()2489 flag_code = (enum flag_code) value; in update_code_flag()2490 if (flag_code == CODE_64BIT) in update_code_flag()[all …]
241 e->X_add_number = i386_types[j].sz[flag_code]; in i386_intel_parse_name()712 else if (flag_code != CODE_32BIT in i386_intel_operand()716 suffix = flag_code == CODE_16BIT ? LONG_DOUBLE_MNEM_SUFFIX in i386_intel_operand()732 if (flag_code == CODE_16BIT) in i386_intel_operand()756 && flag_code == CODE_64BIT) in i386_intel_operand()1011 if (flag_code == CODE_64BIT) in i386_intel_operand()1017 else if (!i.prefix[ADDR_PREFIX] ^ (flag_code == CODE_16BIT)) in i386_intel_operand()
597 #define flag_code i386_flag_code /* Permit to continue using original name. */ macro1574 if (flag_code == CODE_16BIT) in i386_generate_nops()1800 return flag_code == CODE_64BIT in cpu_flags_check_cpu64()1969 if (flag_code != CODE_64BIT) in cpu_flags_match()2164 && flag_code != CODE_64BIT in match_operand_size()2522 if (flag_code != CODE_64BIT || fits_in_unsigned_long (num)) in smallest_imm_type()2536 if (flag_code != CODE_64BIT || fits_in_unsigned_long (num)) in smallest_imm_type()2542 if (flag_code != CODE_64BIT || fits_in_unsigned_long (num)) in smallest_imm_type()2605 && flag_code == CODE_64BIT) in add_prefix()2690 flag_code = (enum flag_code) value; in update_code_flag()[all …]
246 e->X_add_number = i386_types[j].sz[flag_code]; in i386_intel_parse_name()718 else if (flag_code != CODE_32BIT in i386_intel_operand()742 if (flag_code == CODE_16BIT) in i386_intel_operand()761 if (flag_code == CODE_64BIT in i386_intel_operand()1107 if (flag_code == CODE_64BIT) in i386_intel_operand()1113 else if (!i.prefix[ADDR_PREFIX] ^ (flag_code == CODE_16BIT)) in i386_intel_operand()
838 * config/tc-i386.c (i386_finalize_immediate): Check flag_code
470 suffix for branch and [ls][gi]dt based on flag_code. Split error
3758 (flag_16bit_code): Kill; All tests replaced to "flag_code == CODE_64BIT"3759 (flag_code): New enum and static variable.
19025 x86: record flag_code in tc_frag_data25400 A total four places exists where we set the two bits from flag_code, but