Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-i960.c78 #define TC_S_GET_SYSPROC(s) (S_GET_OTHER (s) - 1) macro
90 #define TC_S_IS_BADPROC(s) (TC_S_IS_SYSPROC (s) && TC_S_GET_SYSPROC (s) < 0 && 31 < TC_S_GET_SYSPRO…
93 #define TC_S_GET_SYSPROC(s) ((s)->sy_symbol.ost_auxent[1].x_sc.x_stindx) macro
108 #define TC_S_GET_SYSPROC(s) 0 macro
2305 md_number_to_chars (where, CALLS | TC_S_GET_SYSPROC (fixP->fx_addsy), 4); in reloc_callj()