Home
last modified time | relevance | path

Searched refs:CODE_64BIT (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-i386.c505 CODE_64BIT }; enumerator
1069 {"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 …]
Dtc-i386-intel.c891 if (flag_code == CODE_64BIT) in i386_intel_operand()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-02035152 * config/tc-i386.c (process_suffix): Merge CODE_64BIT JumpByte
5153 case with non CODE_64BIT case. Don't warn on "qword ptr" if
5154 not CODE_64BIT.
DChangeLog-00013758 (flag_16bit_code): Kill; All tests replaced to "flag_code == CODE_64BIT"