HomeSort by: relevance | last modified time | path
    Searched defs:TC_FX_SIZE_SLACK (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-xstormy16.h 68 #define TC_FX_SIZE_SLACK(FIX) 2
tc-bfin.h 76 #define TC_FX_SIZE_SLACK(FIX) 2
tc-h8300.h 78 #define TC_FX_SIZE_SLACK(FIX) 1
tc-v850.h 76 #define TC_FX_SIZE_SLACK(FIX) 2
tc-avr.h 193 #define TC_FX_SIZE_SLACK(FIX) 2
tc-sh.h 93 #define TC_FX_SIZE_SLACK(FIX) \
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xstormy16.h 68 #define TC_FX_SIZE_SLACK(FIX) 2
tc-bfin.h 76 #define TC_FX_SIZE_SLACK(FIX) 2
tc-h8300.h 78 #define TC_FX_SIZE_SLACK(FIX) 1
tc-v850.h 76 #define TC_FX_SIZE_SLACK(FIX) 2
tc-avr.h 193 #define TC_FX_SIZE_SLACK(FIX) 2
tc-sh.h 93 #define TC_FX_SIZE_SLACK(FIX) \
  /src/external/gpl3/binutils/dist/gas/
write.c 101 /* Positive values of TC_FX_SIZE_SLACK allow a target to define
107 #ifndef TC_FX_SIZE_SLACK
108 #define TC_FX_SIZE_SLACK(FIX) 0
1320 slack = TC_FX_SIZE_SLACK (fixp);
  /src/external/gpl3/binutils.old/dist/gas/
write.c 96 /* Positive values of TC_FX_SIZE_SLACK allow a target to define
102 #ifndef TC_FX_SIZE_SLACK
103 #define TC_FX_SIZE_SLACK(FIX) 0
1311 slack = TC_FX_SIZE_SLACK (fixp);

Completed in 53 milliseconds