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

  /src/external/gpl3/gdb.old/dist/sim/cris/
semcrisv32f-switch.c 12336 USI tmp_keepmask; local
12339 tmp_keepmask = 0xc0000000;
12340 tmp_samebits = ANDSI (tmp_oldccs, tmp_keepmask);
12341 tmp_shiftbits = ANDSI (SRLSI (ANDSI (tmp_oldccs, 1073609728), 10), INVSI (tmp_keepmask));
12408 USI tmp_keepmask; local
12411 tmp_keepmask = 0xc0000000;
12412 tmp_samebits = ANDSI (tmp_oldccs, tmp_keepmask);
12413 tmp_shiftbits = ANDSI (SRLSI (ANDSI (tmp_oldccs, 1073609728), 10), INVSI (tmp_keepmask));
  /src/external/gpl3/gdb/dist/sim/cris/
semcrisv32f-switch.c 12336 USI tmp_keepmask; local
12339 tmp_keepmask = 0xc0000000;
12340 tmp_samebits = ANDSI (tmp_oldccs, tmp_keepmask);
12341 tmp_shiftbits = ANDSI (SRLSI (ANDSI (tmp_oldccs, 1073609728), 10), INVSI (tmp_keepmask));
12408 USI tmp_keepmask; local
12411 tmp_keepmask = 0xc0000000;
12412 tmp_samebits = ANDSI (tmp_oldccs, tmp_keepmask);
12413 tmp_shiftbits = ANDSI (SRLSI (ANDSI (tmp_oldccs, 1073609728), 10), INVSI (tmp_keepmask));

Completed in 51 milliseconds