Home
last modified time | relevance | path

Searched refs:max_uint (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.md840 (define_mode_attr max_uint [(HI "65535") (QI "255")])
927 "tml\t%0,<max_uint>"
1069 tml\t%0,<max_uint>"
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.md866 (define_mode_attr max_uint [(HI "65535") (QI "255")])
960 "tml\t%0,<max_uint>"
1102 tml\t%0,<max_uint>"
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.cc14551 const unsigned HOST_WIDE_INT max_uint in uint_loc_descriptor() local
14572 && ((DWARF2_ADDR_SIZE == 4 && i > max_uint - 0x8000) in uint_loc_descriptor()
14573 || (DWARF2_ADDR_SIZE == 8 && i > max_uint - 0x80000000))) in uint_loc_descriptor()
H A DChangeLog-200519749 ("icm_lo", "icm_hi", "max_uint"): New mode attributes.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c14074 const unsigned HOST_WIDE_INT max_uint in uint_loc_descriptor() local
14095 && ((DWARF2_ADDR_SIZE == 4 && i > max_uint - 0x8000) in uint_loc_descriptor()
14096 || (DWARF2_ADDR_SIZE == 8 && i > max_uint - 0x80000000))) in uint_loc_descriptor()