|
GCC Middle and Back End API Reference
|
#include <expmed.h>

Data Fields | |
| unsigned HOST_WIDE_INT | t |
| enum machine_mode | mode |
| enum alg_code | alg |
| struct mult_cost | cost |
| bool | speed |
The entry for our multiplication cache/hash table.
| enum alg_code alg_hash_entry::alg |
Referenced by synth_mult().
| struct mult_cost alg_hash_entry::cost |
| enum machine_mode alg_hash_entry::mode |
Referenced by synth_mult().
| bool alg_hash_entry::speed |
| unsigned HOST_WIDE_INT alg_hash_entry::t |
Referenced by synth_mult().