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

  /src/external/gpl3/gdb/dist/sim/testsuite/h8300/
movsd.s 15 dst1: .byte 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 label
26 mov #dst1, er6
43 test_h_gr32 dst1+4 er6
48 cmp.b @src, @dst1
50 cmp.b @src+1, @dst1+1
52 cmp.b @src+2, @dst1+2
54 cmp.b @src+3, @dst1+3
56 cmp.b @src+4, @dst1+4
  /src/external/gpl3/gdb.old/dist/sim/testsuite/h8300/
movsd.s 15 dst1: .byte 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 label
26 mov #dst1, er6
43 test_h_gr32 dst1+4 er6
48 cmp.b @src, @dst1
50 cmp.b @src+1, @dst1+1
52 cmp.b @src+2, @dst1+2
54 cmp.b @src+3, @dst1+3
56 cmp.b @src+4, @dst1+4
  /src/usr.sbin/rbootd/
rmpproto.c 293 char *src, *dst1, *dst2; local
320 dst1 = filepath;
330 *dst1++ = *dst2++ = *src++;
331 *dst1 = '\0';
  /src/external/gpl3/gdb/dist/sim/testsuite/sh/
movxy.s 19 dst1: .word 0 label
183 dstp1: .long dst1
274 dstp1b: .long dst1
  /src/external/gpl3/gdb.old/dist/sim/testsuite/sh/
movxy.s 19 dst1: .word 0 label
183 dstp1: .long dst1
274 dstp1b: .long dst1
  /src/sys/dev/scsipi/
ch.c 630 u_int16_t src, dst1, dst2; local
656 dst1 = sc->sc_firsts[ce->ce_fdsttype] + ce->ce_fdstunit;
666 _lto2b(dst1, cmd.fdst);
  /src/sys/arch/luna68k/dev/
omrasops.c 830 uint8_t *dst1, *dst2, *dst3; local
854 dst1 = dst0 + OMFB_PLANEOFFS;
855 dst2 = dst1 + OMFB_PLANEOFFS;
886 " move.l (%[src0]),(%[dst1])+ ;\n" /* P1 */
898 " move.l (%[src0]),(%[dst1])+ ;\n" /* P1 */
905 " adda.l %[step8],%[dst1] ;\n"
912 [dst1] "+&a" (dst1),
931 *(uint32_t *)dst1 = *(uint32_t *)src0;
932 dst1 += 4
    [all...]
  /src/lib/libc/net/
getaddrinfo.c 986 const struct ai_order *dst1 = arg1, *dst2 = arg2; local
992 if (dst1->aio_srcsa.sa_family != AF_UNSPEC &&
996 if (dst1->aio_srcsa.sa_family == AF_UNSPEC &&
1002 if (dst1->aio_dstscope == dst1->aio_srcscope &&
1006 if (dst1->aio_dstscope != dst1->aio_srcscope &&
1012 if (dst1->aio_srcsa.sa_family != AF_UNSPEC &&
1014 if (!(dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) &&
1018 if ((dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) &
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-bfin.c 1222 REG_T dst0, REG_T dst1, REG_T src0, REG_T src1)
1232 ASSIGN_R (dst1);
2344 |.aop...|.s.|.x.|.dst0......|.dst1......|.src0......|.src1......|
2350 int dst1 = ((iw1 >> DSP32Alu_dst1_bits) & DSP32Alu_dst1_mask);
2413 return DREG_MASK (dst0) | DREG_MASK (dst1);
2420 return DREG_MASK (dst0) | DREG_MASK (dst1);
2430 return DREG_MASK (dst0) | DREG_MASK (dst1);
2433 return DREG_MASK (dst0) | DREG_MASK (dst1);
2435 return DREG_MASK (dst0) | DREG_MASK (dst1);
2448 return DREG_MASK (dst0) | DREG_MASK (dst1);
2348 int dst1 = ((iw1 >> DSP32Alu_dst1_bits) & DSP32Alu_dst1_mask); local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-bfin.c 1222 REG_T dst0, REG_T dst1, REG_T src0, REG_T src1)
1232 ASSIGN_R (dst1);
2344 |.aop...|.s.|.x.|.dst0......|.dst1......|.src0......|.src1......|
2350 int dst1 = ((iw1 >> DSP32Alu_dst1_bits) & DSP32Alu_dst1_mask);
2413 return DREG_MASK (dst0) | DREG_MASK (dst1);
2420 return DREG_MASK (dst0) | DREG_MASK (dst1);
2430 return DREG_MASK (dst0) | DREG_MASK (dst1);
2433 return DREG_MASK (dst0) | DREG_MASK (dst1);
2435 return DREG_MASK (dst0) | DREG_MASK (dst1);
2448 return DREG_MASK (dst0) | DREG_MASK (dst1);
2348 int dst1 = ((iw1 >> DSP32Alu_dst1_bits) & DSP32Alu_dst1_mask); local
    [all...]
  /src/external/bsd/zstd/dist/tests/
zstreamtest.c 2080 void* const dst1 = compressedBuffer; local
2088 size1 = ZSTD_compress2(cctx, dst1, dstSize, src, srcSize);
2091 CHECK_Z(ZSTD_decompress(checkBuf, srcSize, dst1, size1));
2103 assert(memcmp(dst1, dst2, size2) != 0); /* Compressed output should not be equal */
2108 size1 = ZSTD_compress2(cctx, dst1, dstSize, src, srcSize);
2111 CHECK_Z(ZSTD_decompress(checkBuf, srcSize, dst1, size1));
2124 assert(memcmp(dst1, dst2, size1) == 0); /* Compressed output should be equal */
2135 void* const dst1 = compressedBuffer; local
2142 size1 = ZSTD_compress2(cctx, dst1, dstSize, src, srcSize);
2145 CHECK_Z(ZSTD_decompress(checkBuf, srcSize, dst1, size1))
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
bfin-dis.c 3078 |.aop...|.s.|.x.|.dst0......|.dst1......|.src0......|.src1......|
3086 int dst1 = ((iw1 >> DSP32Alu_dst1_bits) & DSP32Alu_dst1_mask); local
3584 OUTS (outf, dregs (dst1));
3591 OUTS (outf, dregs (dst1));
3606 OUTS (outf, dregs (dst1));
3663 OUTS (outf, dregs (dst1));
3671 OUTS (outf, dregs (dst1));
3727 OUTS (outf, dregs (dst1));
3744 OUTS (outf, dregs (dst1));
3809 OUTS (outf, dregs (dst1));
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
bfin-dis.c 3078 |.aop...|.s.|.x.|.dst0......|.dst1......|.src0......|.src1......|
3086 int dst1 = ((iw1 >> DSP32Alu_dst1_bits) & DSP32Alu_dst1_mask); local
3584 OUTS (outf, dregs (dst1));
3591 OUTS (outf, dregs (dst1));
3606 OUTS (outf, dregs (dst1));
3663 OUTS (outf, dregs (dst1));
3671 OUTS (outf, dregs (dst1));
3727 OUTS (outf, dregs (dst1));
3744 OUTS (outf, dregs (dst1));
3809 OUTS (outf, dregs (dst1));
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 3183 rtx dst1 = simplify_gen_subreg (single_mode, dst, mode, local
3192 aarch64_emit_move (dst1, src1);
3198 aarch64_emit_move (dst1, src1);
  /src/external/gpl3/gdb.old/dist/opcodes/
bfin-dis.c 3078 |.aop...|.s.|.x.|.dst0......|.dst1......|.src0......|.src1......|
3086 int dst1 = ((iw1 >> DSP32Alu_dst1_bits) & DSP32Alu_dst1_mask); local
3584 OUTS (outf, dregs (dst1));
3591 OUTS (outf, dregs (dst1));
3606 OUTS (outf, dregs (dst1));
3663 OUTS (outf, dregs (dst1));
3671 OUTS (outf, dregs (dst1));
3727 OUTS (outf, dregs (dst1));
3744 OUTS (outf, dregs (dst1));
3809 OUTS (outf, dregs (dst1));
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/bfin/
bfin-sim.c 4063 |.aop...|.s.|.x.|.dst0......|.dst1......|.src0......|.src1......|
4071 int dst1 = ((iw1 >> DSP32Alu_dst1_bits) & DSP32Alu_dst1_mask); local
4078 "dst1:%i src0:%i src1:%i",
4079 __func__, M, HL, aopcde, aop, s, x, dst0, dst1, src0, src1);
4636 TRACE_INSN (cpu, "R%i = A1.L + A1.H, R%i = A0.L + A0.H;", dst1, dst0);
4638 if (dst0 == dst1)
4642 SET_DREG (dst1, val1);
4655 dst1, src0, HL ? "+|-" : "+|+", src1,
4659 if (dst0 == dst1)
4695 STORE (DREG (dst1), d1)
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
bfin-dis.c 3078 |.aop...|.s.|.x.|.dst0......|.dst1......|.src0......|.src1......|
3086 int dst1 = ((iw1 >> DSP32Alu_dst1_bits) & DSP32Alu_dst1_mask); local
3584 OUTS (outf, dregs (dst1));
3591 OUTS (outf, dregs (dst1));
3606 OUTS (outf, dregs (dst1));
3663 OUTS (outf, dregs (dst1));
3671 OUTS (outf, dregs (dst1));
3727 OUTS (outf, dregs (dst1));
3744 OUTS (outf, dregs (dst1));
3809 OUTS (outf, dregs (dst1));
    [all...]
  /src/external/gpl3/gdb/dist/sim/bfin/
bfin-sim.c 4063 |.aop...|.s.|.x.|.dst0......|.dst1......|.src0......|.src1......|
4071 int dst1 = ((iw1 >> DSP32Alu_dst1_bits) & DSP32Alu_dst1_mask); local
4078 "dst1:%i src0:%i src1:%i",
4079 __func__, M, HL, aopcde, aop, s, x, dst0, dst1, src0, src1);
4636 TRACE_INSN (cpu, "R%i = A1.L + A1.H, R%i = A0.L + A0.H;", dst1, dst0);
4638 if (dst0 == dst1)
4642 SET_DREG (dst1, val1);
4655 dst1, src0, HL ? "+|-" : "+|+", src1,
4659 if (dst0 == dst1)
4695 STORE (DREG (dst1), d1)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc 1946 nvptx_gen_unpack (rtx dst0, rtx dst1, rtx src)
1953 res = gen_unpackdisi2 (dst0, dst1, src);
1956 res = gen_unpackdfsi2 (dst0, dst1, src);
2037 rtx dst1 = gen_rtx_SUBREG (SImode, dst, 4);
2046 emit_insn (gen_movsi (dst1, tmp1));
2056 rtx dst1 = gen_rtx_SUBREG (DImode, dst, 8);
2065 emit_insn (gen_movdi (dst1, tmp1));
2035 rtx dst1 = gen_rtx_SUBREG (SImode, dst, 4); local
2054 rtx dst1 = gen_rtx_SUBREG (DImode, dst, 8); local
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 5856 tree dst1, dst2; local
5865 dst1 = make_ssa_name (vectype1);
5867 = gimple_build_assign (dst1, BIT_FIELD_REF,
5903 dst1 = make_ssa_name (vectype1);
5904 epilog_stmt = gimple_build_assign (dst1, VIEW_CONVERT_EXPR,
5922 new_temp = gimple_build (seq, code, vectype1, dst1, dst2);
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc 1936 nvptx_gen_unpack (rtx dst0, rtx dst1, rtx src)
1943 res = gen_unpackdisi2 (dst0, dst1, src);
1946 res = gen_unpackdfsi2 (dst0, dst1, src);
2027 rtx dst1 = gen_rtx_SUBREG (SImode, dst, 4);
2036 emit_insn (gen_movsi (dst1, tmp1));
2046 rtx dst1 = gen_rtx_SUBREG (DImode, dst, 8);
2055 emit_insn (gen_movdi (dst1, tmp1));
2025 rtx dst1 = gen_rtx_SUBREG (SImode, dst, 4); local
2044 rtx dst1 = gen_rtx_SUBREG (DImode, dst, 8); local
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu.c 584 rtx dst1 = gen_reg_rtx (TImode);
592 emit_move_insn (dst1, mem1);
593 emit_insn (gen_selb (dst1, dst1, shift_reg, mask1));
594 emit_move_insn (mem1, dst1);
4550 /* Load TImode values into DST0 and DST1 (when it is non-NULL) using
4556 spu_expand_load (rtx dst0, rtx dst1, rtx src, int extra_rotby)
4685 if (dst1)
4689 emit_insn (gen__movti (dst1, change_address (src, TImode, addr1)));
581 rtx dst1 = gen_reg_rtx (TImode); local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 5056 tree dst1, dst2; local
5065 dst1 = make_ssa_name (vectype1);
5067 = gimple_build_assign (dst1, BIT_FIELD_REF,
5103 dst1 = make_ssa_name (vectype1);
5104 epilog_stmt = gimple_build_assign (dst1, VIEW_CONVERT_EXPR,
5122 new_temp = gimple_build (seq, code, vectype1, dst1, dst2);

Completed in 116 milliseconds