Lines Matching refs:hash_control
411 static struct hash_control *aarch64_ops_hsh;
412 static struct hash_control *aarch64_cond_hsh;
413 static struct hash_control *aarch64_shift_hsh;
414 static struct hash_control *aarch64_sys_regs_hsh;
415 static struct hash_control *aarch64_pstatefield_hsh;
416 static struct hash_control *aarch64_sys_regs_ic_hsh;
417 static struct hash_control *aarch64_sys_regs_dc_hsh;
418 static struct hash_control *aarch64_sys_regs_at_hsh;
419 static struct hash_control *aarch64_sys_regs_tlbi_hsh;
420 static struct hash_control *aarch64_reg_hsh;
421 static struct hash_control *aarch64_barrier_opt_hsh;
422 static struct hash_control *aarch64_nzcv_hsh;
423 static struct hash_control *aarch64_pldop_hsh;
3314 parse_sys_reg (char **str, struct hash_control *sys_regs, int imple_defined_p) in parse_sys_reg()
3363 parse_sys_ins_reg (char **str, struct hash_control *sys_ins_regs) in parse_sys_ins_reg()
6935 checked_hash_insert (struct hash_control *table, const char *key, void *value) in checked_hash_insert()