| /src/external/gpl3/binutils/dist/opcodes/ |
| bfin-dis.c | 486 #ifndef OUTS 487 #define OUTS(p, txt) (p)->fprintf_func ((p)->stream, "%s", txt) 495 OUTS (outf, " (S)"); 497 OUTS (outf, " (CO)"); 499 OUTS (outf, " (SCO)"); 506 OUTS (outf, " (NS)"); 508 OUTS (outf, " (S)"); 515 OUTS (outf, " (S)"); 517 OUTS (outf, " (CO)"); 519 OUTS (outf, " (SCO)") [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| bfin-dis.c | 486 #ifndef OUTS 487 #define OUTS(p, txt) (p)->fprintf_func ((p)->stream, "%s", txt) 495 OUTS (outf, " (S)"); 497 OUTS (outf, " (CO)"); 499 OUTS (outf, " (SCO)"); 506 OUTS (outf, " (NS)"); 508 OUTS (outf, " (S)"); 515 OUTS (outf, " (S)"); 517 OUTS (outf, " (CO)"); 519 OUTS (outf, " (SCO)") [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| bfin-dis.c | 486 #ifndef OUTS 487 #define OUTS(p, txt) (p)->fprintf_func ((p)->stream, "%s", txt) 495 OUTS (outf, " (S)"); 497 OUTS (outf, " (CO)"); 499 OUTS (outf, " (SCO)"); 506 OUTS (outf, " (NS)"); 508 OUTS (outf, " (S)"); 515 OUTS (outf, " (S)"); 517 OUTS (outf, " (CO)"); 519 OUTS (outf, " (SCO)") [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| bfin-dis.c | 486 #ifndef OUTS 487 #define OUTS(p, txt) (p)->fprintf_func ((p)->stream, "%s", txt) 495 OUTS (outf, " (S)"); 497 OUTS (outf, " (CO)"); 499 OUTS (outf, " (SCO)"); 506 OUTS (outf, " (NS)"); 508 OUTS (outf, " (S)"); 515 OUTS (outf, " (S)"); 517 OUTS (outf, " (CO)"); 519 OUTS (outf, " (SCO)") [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| ipcio.cc | 661 IPCresponse *OUTS = responseBufferPool->getNewResponse (BUFFER_SIZE_SMALL); 663 RESPONSE_STATUS_SUCCESS, OUTS); 670 IPCresponse *OUTS = responseBufferPool->getNewResponse (BUFFER_SIZE_SMALL); 671 writeResponseWithHeader (requestID, channelID, RESPONSE_TYPE_HANDSHAKE, RESPONSE_STATUS_SUCCESS, OUTS); 677 IPCresponse *OUTS = responseBufferPool->getNewResponse (BUFFER_SIZE_SMALL); 678 writeResponseWithHeader (requestID, channelID, RESPONSE_TYPE_COMPLETE, responseStatus, OUTS); 757 IPCresponse *OUTS = responseBufferPool->getNewResponse (BUFFER_SIZE_LARGE); 758 OUTS->sendByte (L_ARRAY); 759 OUTS->sendAVal (ptr); 761 RESPONSE_TYPE_COMPLETE, RESPONSE_STATUS_SUCCESS, OUTS); [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| ipcio.cc | 661 IPCresponse *OUTS = responseBufferPool->getNewResponse (BUFFER_SIZE_SMALL); 663 RESPONSE_STATUS_SUCCESS, OUTS); 670 IPCresponse *OUTS = responseBufferPool->getNewResponse (BUFFER_SIZE_SMALL); 671 writeResponseWithHeader (requestID, channelID, RESPONSE_TYPE_HANDSHAKE, RESPONSE_STATUS_SUCCESS, OUTS); 677 IPCresponse *OUTS = responseBufferPool->getNewResponse (BUFFER_SIZE_SMALL); 678 writeResponseWithHeader (requestID, channelID, RESPONSE_TYPE_COMPLETE, responseStatus, OUTS); 757 IPCresponse *OUTS = responseBufferPool->getNewResponse (BUFFER_SIZE_LARGE); 758 OUTS->sendByte (L_ARRAY); 759 OUTS->sendAVal (ptr); 761 RESPONSE_TYPE_COMPLETE, RESPONSE_STATUS_SUCCESS, OUTS); [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-bfin.c | 2530 OUTS (outf, "BITMUX ("); 2531 OUTS (outf, dregs (src0)); 2532 OUTS (outf, ", "); 2533 OUTS (outf, dregs (src1)); 2534 OUTS (outf, ", A0) (ASR)"); 2541 OUTS (outf, "BITMUX ("); 2542 OUTS (outf, dregs (src0)); 2543 OUTS (outf, ", "); 2544 OUTS (outf, dregs (src1)); 2545 OUTS (outf, ", A0) (ASL)") [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-bfin.c | 2530 OUTS (outf, "BITMUX ("); 2531 OUTS (outf, dregs (src0)); 2532 OUTS (outf, ", "); 2533 OUTS (outf, dregs (src1)); 2534 OUTS (outf, ", A0) (ASR)"); 2541 OUTS (outf, "BITMUX ("); 2542 OUTS (outf, dregs (src0)); 2543 OUTS (outf, ", "); 2544 OUTS (outf, dregs (src1)); 2545 OUTS (outf, ", A0) (ASL)") [all...] |
| /src/sys/arch/m68k/060sp/dist/ |
| iskeletn.s | 49 # (1) EXAMPLE CALL-OUTS #
|
| fskeletn.s | 49 # (1) EXAMPLE CALL-OUTS #
|
| os.s | 47 # EXAMPLE CALL-OUTS #
|
| /src/usr.sbin/mtrace/ |
| mtrace.c | 868 #define OUTS 2 890 have |= OUTS; 931 case OUTS:
|