Home
last modified time | relevance | path

Searched refs:tilegx_fix_adjustable (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tilegx.h62 extern int tilegx_fix_adjustable (struct fix *);
63 #define tc_fix_adjustable(FIX) tilegx_fix_adjustable (FIX)
Dtc-tilegx.c1783 tilegx_fix_adjustable (fixS *fix) in tilegx_fix_adjustable() function