Searched refs:hc (Results 1 – 8 of 8) sorted by relevance
3137 struct hcodes_s hc = msp430_hcodes[opcode->insn_opnumb]; in msp430_operands() local3140 hc = msp430x_hcodes[opcode->insn_opnumb]; in msp430_operands()3145 bfd_putl16 ((bfd_vma) hc.op0, frag); in msp430_operands()3146 bfd_putl16 ((bfd_vma) hc.op1, frag+2); in msp430_operands()3659 struct hcodes_s * hc = NULL; in md_convert_frag() local3737 for (i = 0; i < 4 && !hc; i++) in md_convert_frag()3739 hc = msp430x_hcodes + i; in md_convert_frag()3743 for (i = 0; i < 4 && !hc; i++) in md_convert_frag()3745 hc = &msp430_hcodes[i]; in md_convert_frag()3747 if (!hc || !hc->name) in md_convert_frag()[all …]
186 Abbrev_code(unsigned int t, bool hc) in Abbrev_code()187 : tag(t), has_children(hc), has_sibling_attribute(false), attributes() in Abbrev_code()
405 2015-04-07 HC Yen <hc.yen@mediatek.com>
1 2015-04-07 HC Yen <hc.yen@mediatek.com>
168 (define-psw-field psw-hc h-hc 3)169 (dnop psw-hc "" (SEM-ONLY) h-hc f-nil)
8484 struct bfd_link_hash_entry *hc = (struct bfd_link_hash_entry *) bh; in alpha_vms_link_output_symbol() local8489 if (hc->type == bfd_link_hash_warning) in alpha_vms_link_output_symbol()8491 hc = hc->u.i.link; in alpha_vms_link_output_symbol()8492 if (hc->type == bfd_link_hash_new) in alpha_vms_link_output_symbol()8495 h = (struct alpha_vms_link_hash_entry *) hc; in alpha_vms_link_output_symbol()
1173 * som.[hc]: Change target vector prefix from "hppa" to "som".
13095 * config/tc-m88k.[hc]: pulled in from hack's unfinished work. These13098 * config/tc-i860.[hc]: blew off the dust. Something must still be done