Searched refs:CODE_64BIT (Results 1 – 4 of 4) sorted by relevance
505 CODE_64BIT }; enumerator1069 {"code64", set_code_flag, CODE_64BIT},1330 if (flag_code == CODE_64BIT in i386_align_code()1463 return !((flag_code == CODE_64BIT && f.bitfield.cpuno64) in cpu_flags_check_cpu64()1464 || (flag_code != CODE_64BIT && f.bitfield.cpu64)); in cpu_flags_check_cpu64()2094 if (flag_code != CODE_64BIT in offset_in_range()2134 && flag_code == CODE_64BIT) in add_prefix()2203 if (flag_code == CODE_64BIT) in update_code_flag()2213 if (value == CODE_64BIT && !cpu_arch_flags.bitfield.cpulm ) in update_code_flag()2402 if (flag_code == CODE_64BIT) in set_cpu_arch()[all …]
891 if (flag_code == CODE_64BIT) in i386_intel_operand()
5152 * config/tc-i386.c (process_suffix): Merge CODE_64BIT JumpByte5153 case with non CODE_64BIT case. Don't warn on "qword ptr" if5154 not CODE_64BIT.
3758 (flag_16bit_code): Kill; All tests replaced to "flag_code == CODE_64BIT"