Searched refs:key_mode (Results 1 – 3 of 3) sorted by relevance
11592 enum machine_mode key_mode; member11678 return rs6000_hash_constant (thc->key) ^ thc->key_mode;11691 if (((const struct toc_hash_struct *) h1)->key_mode11692 != ((const struct toc_hash_struct *) h2)->key_mode)11792 h->key_mode = mode;
774 enum machine_mode key_mode; member15864 return rs6000_hash_constant (thc->key) ^ thc->key_mode; in toc_hash_function()15875 if (((const struct toc_hash_struct *) h1)->key_mode in toc_hash_eq()15876 != ((const struct toc_hash_struct *) h2)->key_mode) in toc_hash_eq()15944 h->key_mode = mode; in output_toc()
13633 * config/rs6000/rs6000.c (struct toc_hash_struct): Add 'key_mode'13636 (toc_hash_function): Allow for key_mode.13637 (toc_hash_eq): Structures are different if key_mode differs.13638 (output_toc): Add 'mode' parameter. Save key_mode.