Home
last modified time | relevance | path

Searched refs:rs6000_hash_constant (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/
Drs6000.c181 static unsigned rs6000_hash_constant PARAMS ((rtx));
11601 rs6000_hash_constant (k) in rs6000_hash_constant() function
11648 result = result * 1231 + rs6000_hash_constant (XEXP (k, fidx));
11678 return rs6000_hash_constant (thc->key) ^ thc->key_mode;
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Drs6000.c588 static unsigned rs6000_hash_constant (rtx);
15787 rs6000_hash_constant (rtx k) in rs6000_hash_constant() function
15833 result = result * 1231 + rs6000_hash_constant (XEXP (k, fidx)); in rs6000_hash_constant()
15864 return rs6000_hash_constant (thc->key) ^ thc->key_mode; in toc_hash_function()
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.46021 * rs6000/rs6000.c (rs6000_hash_constant): Use X0INT to access a
13635 (rs6000_hash_constant): Hash mode too.
DChangeLog13002 * config/rs6000/rs6000.c (rs6000_hash_constant): Use real_hash;
17292 * config/rs6000/rs6000.c(rs6000_hash_constant): Fix
DChangeLog.310626 (rs6000_hash_constant): New function.
DChangeLog.65598 * config/rs6000/rs6000.c (rs6000_hash_constant, toc_hash_eq):
DChangeLog.77730 (rs6000_hash_constant): Remove CONST_DOUBLE special case.