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

  /src/external/gpl3/binutils/dist/gas/config/
tc-tic4x.c 67 static unsigned int tic4x_reg_args = 0; /* Default to args passed on stack. */ variable
1179 tic4x_insert_sym (".REGPARM", tic4x_reg_args);
1180 tic4x_insert_sym (".MEMPARM", !tic4x_reg_args);
2710 tic4x_reg_args = 0;
2717 tic4x_reg_args = 1;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic4x.c 67 static unsigned int tic4x_reg_args = 0; /* Default to args passed on stack. */ variable
1179 tic4x_insert_sym (".REGPARM", tic4x_reg_args);
1180 tic4x_insert_sym (".MEMPARM", !tic4x_reg_args);
2710 tic4x_reg_args = 0;
2717 tic4x_reg_args = 1;

Completed in 27 milliseconds