| /src/external/gpl3/gdb/dist/sim/testsuite/h8300/ |
| movsd.s | 16 dst2: .byte 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 label 65 mov #dst2, er6 81 test_h_gr32 dst2+6 er6 85 cmp.b @src, @dst2 87 cmp.b @src+1, @dst2+1 89 cmp.b @src+2, @dst2+2 91 cmp.b @src+3, @dst2+3 93 cmp.b @src+4, @dst2+4 95 cmp.b #0, @dst2+5
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/h8300/ |
| movsd.s | 16 dst2: .byte 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 label 65 mov #dst2, er6 81 test_h_gr32 dst2+6 er6 85 cmp.b @src, @dst2 87 cmp.b @src+1, @dst2+1 89 cmp.b @src+2, @dst2+2 91 cmp.b @src+3, @dst2+3 93 cmp.b @src+4, @dst2+4 95 cmp.b #0, @dst2+5
|
| /src/sys/arch/amiga/dev/ |
| ite_cv.c | 255 volatile unsigned short *src, *dst, *dst2; local 270 dst2 = console_buffer; 275 dst2 = &console_buffer[cv_rowc[(sy-count)]]; 277 bcopy (__UNVOLATILE(src), __UNVOLATILE(dst2), len << 1); 280 *dst++ = *dst2++; 289 dst2 = &console_buffer[cv_rowc[(sy + count)]]; 294 bcopy (__UNVOLATILE(src), __UNVOLATILE(dst2), len << 1); 297 *dst++ = *dst2++; 305 dst2 = &console_buffer[cv_rowc[sy] + sx + count]; 306 bcopy (__UNVOLATILE(src), __UNVOLATILE(dst2), len << 1) [all...] |
| ite_cv3d.c | 255 volatile unsigned short *src, *dst, *dst2; local 270 dst2 = console_buffer; 275 dst2 = &console_buffer[cv3d_rowc[(sy-count)]]; 277 bcopy (__UNVOLATILE(src), __UNVOLATILE(dst2), len << 1); 280 *dst++ = *dst2++; 289 dst2 = &console_buffer[cv3d_rowc[(sy + count)]]; 294 bcopy (__UNVOLATILE(src), __UNVOLATILE(dst2), len << 1); 297 *dst++ = *dst2++; 305 dst2 = &console_buffer[cv3d_rowc[sy] + sx + count]; 306 bcopy (__UNVOLATILE(src), __UNVOLATILE(dst2), len << 1) [all...] |
| /src/usr.sbin/rbootd/ |
| rmpproto.c | 293 char *src, *dst1, *dst2; local 321 dst2 = &rpl->r_brpl.rmp_flnm; 330 *dst1++ = *dst2++ = *src++;
|
| /src/external/gpl3/gdb/dist/sim/testsuite/sh/ |
| movxy.s | 20 dst2: .word 0 label 184 dstp2: .long dst2 275 dstp2b: .long dst2
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/sh/ |
| movxy.s | 20 dst2: .word 0 label 184 dstp2: .long dst2 275 dstp2b: .long dst2
|
| /src/sys/dev/scsipi/ |
| ch.c | 630 u_int16_t src, dst1, dst2; local 657 dst2 = sc->sc_firsts[ce->ce_sdsttype] + ce->ce_sdstunit; 667 _lto2b(dst2, cmd.sdst);
|
| /src/external/gpl2/xcvs/dist/lib/ |
| mktime.c | 300 int dst2; local 402 for (t = t1 = t2 = t0, dst2 = 0; 406 t1 = t2, t2 = t, t = gt, dst2 = tm.tm_isdst != 0) 410 ? dst2 <= (tm.tm_isdst != 0)
|
| /src/sys/arch/luna68k/dev/ |
| omrasops.c | 830 uint8_t *dst1, *dst2, *dst3; local 855 dst2 = dst1 + OMFB_PLANEOFFS; 856 dst3 = dst2 + OMFB_PLANEOFFS; 888 " move.l (%[src0]),(%[dst2])+ ;\n" /* P2 */ 896 " move.l (%[src0]),(%[dst2])+ ;\n" /* P2 */ 906 " adda.l %[step8],%[dst2] ;\n" 913 [dst2] "+&a" (dst2), 934 *(uint32_t *)dst2 = *(uint32_t *)src0; 935 dst2 += 4 [all...] |
| /src/lib/libc/net/ |
| getaddrinfo.c | 986 const struct ai_order *dst1 = arg1, *dst2 = arg2; local 993 dst2->aio_srcsa.sa_family == AF_UNSPEC) { 997 dst2->aio_srcsa.sa_family != AF_UNSPEC) { 1003 dst2->aio_dstscope != dst2->aio_srcscope) { 1007 dst2->aio_dstscope == dst2->aio_srcscope) { 1013 dst2->aio_srcsa.sa_family != AF_UNSPEC) { 1015 (dst2->aio_srcflag & AIO_SRCFLAG_DEPRECATED)) { 1019 !(dst2->aio_srcflag & AIO_SRCFLAG_DEPRECATED)) [all...] |
| /src/external/bsd/zstd/dist/tests/ |
| zstreamtest.c | 2081 void* const dst2 = (BYTE*)compressedBuffer + dstSize; local 2096 size2 = ZSTD_compress2(cctx, dst2, dstSize, src, srcSize); 2099 CHECK_Z(ZSTD_decompress(checkBuf, srcSize, dst2, size2)); 2103 assert(memcmp(dst1, dst2, size2) != 0); /* Compressed output should not be equal */ 2117 size2 = ZSTD_compress2(cctx, dst2, dstSize, src, srcSize); 2120 CHECK_Z(ZSTD_decompress(checkBuf, srcSize, dst2, size2)); 2124 assert(memcmp(dst1, dst2, size1) == 0); /* Compressed output should be equal */ 2136 void* const dst2 = (BYTE*)compressedBuffer + dstSize; local 2150 size2 = ZSTD_compress2(cctx, dst2, dstSize, src, srcSize); 2153 CHECK_Z(ZSTD_decompress(checkBuf, srcSize, dst2, size2)) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-vect-loop.cc | 5856 tree dst1, dst2; local 5872 dst2 = make_ssa_name (vectype1); 5874 = gimple_build_assign (dst2, BIT_FIELD_REF, 5915 dst2 = make_ssa_name (vectype1); 5916 epilog_stmt = gimple_build_assign (dst2, VIEW_CONVERT_EXPR, 5922 new_temp = gimple_build (seq, code, vectype1, dst1, dst2);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-vect-loop.cc | 5056 tree dst1, dst2; local 5072 dst2 = make_ssa_name (vectype1); 5074 = gimple_build_assign (dst2, BIT_FIELD_REF, 5115 dst2 = make_ssa_name (vectype1); 5116 epilog_stmt = gimple_build_assign (dst2, VIEW_CONVERT_EXPR, 5122 new_temp = gimple_build (seq, code, vectype1, dst1, dst2);
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000.cc | 27553 rtx dst2 = adjust_address (dst, reg_mode, offset); 27556 emit_insn (gen_rtx_SET (dst2, src2)); 27571 rtx dst2 = gen_rtx_REG (reg_mode, reg + subreg); 27574 emit_insn (gen_rtx_SET (dst2, src2)); 27497 rtx dst2 = adjust_address (dst, reg_mode, offset); local 27515 rtx dst2 = gen_rtx_REG (reg_mode, reg + subreg); local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000.cc | 27117 rtx dst2 = adjust_address (dst, reg_mode, offset); 27120 emit_insn (gen_rtx_SET (dst2, src2)); 27135 rtx dst2 = gen_rtx_REG (reg_mode, reg + subreg); 27138 emit_insn (gen_rtx_SET (dst2, src2)); 27061 rtx dst2 = adjust_address (dst, reg_mode, offset); local 27079 rtx dst2 = gen_rtx_REG (reg_mode, reg + subreg); local
|