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

  /src/external/gpl3/binutils/dist/gas/config/
tc-crx.c 1063 int is_procreg = 0; /* Nonzero means argument should be processor reg. */ local
1067 is_procreg = 1;
1092 if (is_procreg || (instruction->flags & USER_REG))
1099 if (is_procreg)
1106 if (! is_procreg)
tc-cr16.c 1094 int is_procreg = 0; /* Nonzero means argument should be processor reg. */ local
1115 if (! is_procreg)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-crx.c 1063 int is_procreg = 0; /* Nonzero means argument should be processor reg. */ local
1067 is_procreg = 1;
1092 if (is_procreg || (instruction->flags & USER_REG))
1099 if (is_procreg)
1106 if (! is_procreg)
tc-cr16.c 1097 int is_procreg = 0; /* Nonzero means argument should be processor reg. */ local
1118 if (! is_procreg)

Completed in 35 milliseconds