Home
last modified time | relevance | path

Searched refs:key_mode (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/gcc/config/rs6000/
HDrs6000.c775 enum machine_mode key_mode; member
15920 return rs6000_hash_constant (thc->key) ^ thc->key_mode; in toc_hash_function()
15931 if (((const struct toc_hash_struct *) h1)->key_mode in toc_hash_eq()
15932 != ((const struct toc_hash_struct *) h2)->key_mode) in toc_hash_eq()
16000 h->key_mode = mode; in output_toc()
/NextBSD/contrib/gcc/
HDChangeLog-200013639 * config/rs6000/rs6000.c (struct toc_hash_struct): Add 'key_mode'
13642 (toc_hash_function): Allow for key_mode.
13643 (toc_hash_eq): Structures are different if key_mode differs.
13644 (output_toc): Add 'mode' parameter. Save key_mode.