Home
last modified time | relevance | path

Searched refs:flag_code (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-i386.c164 static enum flag_code i386_addressing_mode (void);
554 enum flag_code { enum
559 static enum flag_code flag_code; variable
1369 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 …]
H A Dtc-i386-intel.c241 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()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-i386.c597 #define flag_code i386_flag_code /* Permit to continue using original name. */ macro
1574 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 …]
H A Dtc-i386-intel.c246 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()
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-2010838 * config/tc-i386.c (i386_finalize_immediate): Check flag_code
H A DChangeLog-2004470 suffix for branch and [ls][gi]dt based on flag_code. Split error
H A DChangeLog-00013758 (flag_16bit_code): Kill; All tests replaced to "flag_code == CODE_64BIT"
3759 (flag_code): New enum and static variable.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-2010838 * config/tc-i386.c (i386_finalize_immediate): Check flag_code
H A DChangeLog-2004470 suffix for branch and [ls][gi]dt based on flag_code. Split error
H A DChangeLog-00013758 (flag_16bit_code): Kill; All tests replaced to "flag_code == CODE_64BIT"
3759 (flag_code): New enum and static variable.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git19025 x86: record flag_code in tc_frag_data
25400 A total four places exists where we set the two bits from flag_code, but