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

  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
c_alu2op_divs.s 19 DIVS ( R1 , R0 );
20 DIVS ( R2 , R0 );
21 DIVS ( R3 , R0 );
22 DIVS ( R4 , R0 );
23 DIVS ( R5 , R0 );
24 DIVS ( R6 , R0 );
25 DIVS ( R7 , R0 );
26 DIVS ( R4 , R0 );
27 DIVS ( R0 , R0 );
46 DIVS ( R0 , R1 )
    [all...]
c_interr_loopsetup_stld.S 41 DIVS ( R7 , R0 );
63 DIVS ( R1 , R1 );
66 DIVS ( R4 , R7 );
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
c_alu2op_divs.s 19 DIVS ( R1 , R0 );
20 DIVS ( R2 , R0 );
21 DIVS ( R3 , R0 );
22 DIVS ( R4 , R0 );
23 DIVS ( R5 , R0 );
24 DIVS ( R6 , R0 );
25 DIVS ( R7 , R0 );
26 DIVS ( R4 , R0 );
27 DIVS ( R0 , R0 );
46 DIVS ( R0 , R1 )
    [all...]
c_interr_loopsetup_stld.S 41 DIVS ( R7 , R0 );
63 DIVS ( R1 , R1 );
66 DIVS ( R4 , R7 );
  /src/sys/arch/sgimips/dev/
scn.c 358 } divs[] = { variable in typeref:struct:__anon1866
365 #define DIVS (sizeof(divs)/sizeof(divs[0]))
492 #ifdef DIVS
496 for (i = 0; i < DIVS && divs[i].speed <= dp->counter; i++) {
497 if (divs[i].speed == dp->counter) {
498 div = divs[i].div;
  /src/external/gpl3/binutils/dist/gas/config/
bfin-parse.h 149 DIVS = 350, /* DIVS */
327 #define DIVS 350
bfin-parse.c 633 DIVS = 350, /* DIVS */
811 #define DIVS 350
1021 YYSYMBOL_DIVS = 95, /* DIVS */
1615 "_LESS_LESS_ASSIGN", "_GREATER_GREATER_ASSIGN", "DIVS", "DIVQ", "ASSIGN",
5429 case 162: /* asm_1: DIVS LPAREN REG COMMA REG RPAREN */
5435 return yyerror ("Bad registers for DIVS");
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-parse.h 149 DIVS = 350, /* DIVS */
327 #define DIVS 350
bfin-parse.c 633 DIVS = 350, /* DIVS */
811 #define DIVS 350
1021 YYSYMBOL_DIVS = 95, /* DIVS */
1615 "_LESS_LESS_ASSIGN", "_GREATER_GREATER_ASSIGN", "DIVS", "DIVQ", "ASSIGN",
5429 case 162: /* asm_1: DIVS LPAREN REG COMMA REG RPAREN */
5435 return yyerror ("Bad registers for DIVS");

Completed in 25 milliseconds