Lines Matching refs:tic54x_symbol

2009   tic54x_symbol *sym;  in tic54x_mmregs()
2013 for (sym = (tic54x_symbol *) mmregs; sym->name; sym++) in tic54x_mmregs()
2965 tic54x_symbol *sym; in md_begin()
3013 for (sym = (tic54x_symbol *) regs; sym->name; sym++) in md_begin()
3022 for (sym = (tic54x_symbol *) mmregs; sym->name; sym++) in md_begin()
3025 for (sym = (tic54x_symbol *) mmregs; sym->name; sym++) in md_begin()
3029 for (sym = (tic54x_symbol *) condition_codes; sym->name; sym++) in md_begin()
3033 for (sym = (tic54x_symbol *) cc2_codes; sym->name; sym++) in md_begin()
3037 for (sym = (tic54x_symbol *) cc3_codes; sym->name; sym++) in md_begin()
3041 for (sym = (tic54x_symbol *) status_bits; sym->name; sym++) in md_begin()
3652 tic54x_symbol *cc = (tic54x_symbol *) hash_find (cc_hash, operand->buf); in encode_condition()
3712 tic54x_symbol *cc3 = (tic54x_symbol *) hash_find (cc3_hash, operand->buf); in encode_cc3()
3741 tic54x_symbol *cc2 = (tic54x_symbol *) hash_find (cc2_hash, operand->buf); in encode_cc2()
3900 tic54x_symbol *sbit = (tic54x_symbol *) in encode_operand()
3915 if (sbit > (tic54x_symbol *) hash_find (sbit_hash, "ovb")) in encode_operand()
5022 tic54x_symbol *sym; in tic54x_undefined_symbol()
5025 if ((sym = (tic54x_symbol *) hash_find (cc_hash, name)) != NULL || in tic54x_undefined_symbol()
5026 (sym = (tic54x_symbol *) hash_find (cc2_hash, name)) != NULL || in tic54x_undefined_symbol()
5027 (sym = (tic54x_symbol *) hash_find (cc3_hash, name)) != NULL || in tic54x_undefined_symbol()
5028 (sym = (tic54x_symbol *) hash_find (misc_symbol_hash, name)) != NULL || in tic54x_undefined_symbol()
5029 (sym = (tic54x_symbol *) hash_find (sbit_hash, name)) != NULL) in tic54x_undefined_symbol()
5036 if ((sym = (tic54x_symbol *) hash_find (reg_hash, name)) != NULL || in tic54x_undefined_symbol()
5037 (sym = (tic54x_symbol *) hash_find (mmreg_hash, name)) != NULL || in tic54x_undefined_symbol()