Searched refs:source_macro (Results 1 – 3 of 3) sorted by relevance
109 int source_macro; member113 #define TC_INIT_FIX_DATA(FIX) (FIX)->tc_fix_data.source_macro = -1
63 static int source_macro = -1; variable1764 ip->fixp->tc_fix_data.source_macro = source_macro; in append_insn()2119 source_macro = mask; in macro()2197 source_macro = -1; in macro()4231 if (fixP->tc_fix_data.source_macro == M_LA in md_apply_fix()4232 || fixP->tc_fix_data.source_macro == M_LGA) in md_apply_fix()
8630 * config/tc-riscv.c (source_macro): New static int variable.8632 (append_insn): Updated source_macro to tc_fix_data, to record8634 (macro): Record which macro expands into source_macro. Reset8635 source_macro to -1 at the end.8639 Defined to record source_macro into fixups for riscv target.