HomeSort by: relevance | last modified time | path
    Searched refs:to_short_addr (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
ipa-param-manipulation.cc 877 += (offset_int::from (wi::to_wide (off), SIGNED).to_short_addr ()
wide-int.h 728 HOST_WIDE_INT to_short_addr () const;
840 We use to_short_addr at the interface from new code to old,
844 generic_wide_int <storage>::to_short_addr () const function in class:generic_wide_int
ipa-prop.cc 1442 offset += mem_offset.to_short_addr () * BITS_PER_UNIT;
1496 *offset += mem_offset.to_short_addr () * BITS_PER_UNIT;
varasm.cc 5460 = (idx * wi::to_offset (TYPE_SIZE_UNIT (valtype))).to_short_addr ();
5528 .to_short_addr ();
  /src/external/gpl3/gcc/dist/gcc/
wide-int.h 791 HOST_WIDE_INT to_short_addr () const;
905 We use to_short_addr at the interface from new code to old,
909 generic_wide_int <storage>::to_short_addr () const
ipa-param-manipulation.cc 847 += (offset_int::from (wi::to_wide (off), SIGNED).to_short_addr ()
ipa-prop.cc 1549 offset += mem_offset.to_short_addr () * BITS_PER_UNIT;
1603 *offset += mem_offset.to_short_addr () * BITS_PER_UNIT;
varasm.cc 5561 = (idx * wi::to_offset (TYPE_SIZE_UNIT (valtype))).to_short_addr ();
5629 .to_short_addr ();

Completed in 86 milliseconds