Lines Matching refs:tic54x_symbol
2009 tic54x_symbol *sym; in tic54x_mmregs()
2013 for (sym = (tic54x_symbol *) mmregs; sym->name; sym++) in tic54x_mmregs()
2961 tic54x_symbol *sym; in md_begin()
3009 for (sym = (tic54x_symbol *) regs; sym->name; sym++) in md_begin()
3018 for (sym = (tic54x_symbol *) mmregs; sym->name; sym++) in md_begin()
3021 for (sym = (tic54x_symbol *) mmregs; sym->name; sym++) in md_begin()
3025 for (sym = (tic54x_symbol *) condition_codes; sym->name; sym++) in md_begin()
3029 for (sym = (tic54x_symbol *) cc2_codes; sym->name; sym++) in md_begin()
3033 for (sym = (tic54x_symbol *) cc3_codes; sym->name; sym++) in md_begin()
3037 for (sym = (tic54x_symbol *) status_bits; sym->name; sym++) in md_begin()
3648 tic54x_symbol *cc = (tic54x_symbol *) hash_find (cc_hash, operand->buf); in encode_condition()
3708 tic54x_symbol *cc3 = (tic54x_symbol *) hash_find (cc3_hash, operand->buf); in encode_cc3()
3737 tic54x_symbol *cc2 = (tic54x_symbol *) hash_find (cc2_hash, operand->buf); in encode_cc2()
3896 tic54x_symbol *sbit = (tic54x_symbol *) in encode_operand()
3911 if (sbit > (tic54x_symbol *) hash_find (sbit_hash, "ovb")) in encode_operand()
5011 tic54x_symbol *sym; in tic54x_undefined_symbol()
5014 if ((sym = (tic54x_symbol *) hash_find (cc_hash, name)) != NULL || in tic54x_undefined_symbol()
5015 (sym = (tic54x_symbol *) hash_find (cc2_hash, name)) != NULL || in tic54x_undefined_symbol()
5016 (sym = (tic54x_symbol *) hash_find (cc3_hash, name)) != NULL || in tic54x_undefined_symbol()
5017 (sym = (tic54x_symbol *) hash_find (misc_symbol_hash, name)) != NULL || in tic54x_undefined_symbol()
5018 (sym = (tic54x_symbol *) hash_find (sbit_hash, name)) != NULL) in tic54x_undefined_symbol()
5025 if ((sym = (tic54x_symbol *) hash_find (reg_hash, name)) != NULL || in tic54x_undefined_symbol()
5026 (sym = (tic54x_symbol *) hash_find (mmreg_hash, name)) != NULL || in tic54x_undefined_symbol()