Home
last modified time | relevance | path

Searched refs:dst2 (Results 1 – 21 of 21) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dstring-opt-7.c19 char dst[64], *dst2; in main() local
34 dst2 = dst; in main()
35 if (strncpy (++dst2, src+5, 4) != dst+1 || strncmp (dst2, src+5, 4) in main()
36 || dst2 != dst+1) in main()
44 dst2 = dst; src2 = src; in main()
45 if (strncpy (++dst2, ++src2, 0) != dst+1 || strcmp (dst2, "") in main()
46 || dst2 != dst+1 || src2 != src+1) in main()
50 dst2 = dst; src2 = src; in main()
51 if (strncpy (++dst2+5, ++src2+5, 0) != dst+6 || strcmp (dst2+5, "") in main()
52 || dst2 != dst+1 || src2 != src+1) in main()
/openbsd/gnu/llvm/llvm/utils/
H A Dpipeline.py92 dst2 = []
93 idx = removeInt(s[1], removeIndex, dst2, idx)
94 dst.append([s[0], dst2])
111 dst2 = []
112 copyInt(dst2, s[1])
113 dst.append([s[0], dst2])
128 dst2 = []
129 pruneInt(dst2, s[1])
130 dst.append([s[0], dst2])
/openbsd/gnu/usr.bin/perl/dist/Math-Complex/t/
H A DTrig.t278 my $dst2 = great_circle_distance(@Tokyo, @London);
280 ($lon, $lat) = great_circle_destination(@Tokyo, $dir2, $dst2);
290 my $dir4 = (great_circle_destination(@Tokyo, $dir2, $dst2))[2];
294 ok(near($dst1, $dst2));
/openbsd/usr.sbin/rbootd/
H A Drmpproto.c281 char *src, *dst1, *dst2; in SendBootRepl() local
309 dst2 = &rpl->r_brpl.rmp_flnm; in SendBootRepl()
318 *dst1++ = *dst2++ = *src++; in SendBootRepl()
/openbsd/sbin/ipsecctl/
H A Dpfkey.c642 struct ipsec_addr_wrap *dst, u_int32_t spi, struct ipsec_addr_wrap *dst2, in pfkey_sabundle() argument
671 sdst2.ss_family = dst2->af; in pfkey_sabundle()
672 switch (dst2->af) { in pfkey_sabundle()
674 ((struct sockaddr_in *)&sdst2)->sin_addr = dst2->address.v4; in pfkey_sabundle()
678 ((struct sockaddr_in6 *)&sdst2)->sin6_addr = dst2->address.v6; in pfkey_sabundle()
682 warnx("unsupported address family %d", dst2->af); in pfkey_sabundle()
1237 SADB_X_GRPSPIS, r->dst, r->spi, r->dst2, r->spi2); in pfkey_ipsec_establish()
H A Dipsecctl.c214 if (rp->dst2) { in ipsecctl_free_rule()
215 free(rp->dst2->name); in ipsecctl_free_rule()
216 free(rp->dst2); in ipsecctl_free_rule()
552 ipsecctl_print_addr(r->dst2); in ipsecctl_print_sabundle()
H A Dpfkdump.c724 struct ipsec_addr_wrap src, dst, dst2; in pfkey_print_sa() local
890 parse_addr(extensions[SADB_X_EXT_DST2], &dst2); in pfkey_print_sa()
891 r.dst2 = &dst2; in pfkey_print_sa()
H A Dipsecctl.h188 struct ipsec_addr_wrap *dst2; member
H A Dparse.y2544 struct ipsec_addr_wrap *dst2, u_int8_t proto2, u_int32_t spi2) in create_sabundle() argument
2555 r->dst2 = copyhost(dst2); in create_sabundle()
/openbsd/sys/scsi/
H A Dch.c389 u_int16_t src, dst1, dst2; in ch_exchange() local
416 dst2 = sc->sc_firsts[ce->ce_sdsttype] + ce->ce_sdstunit; in ch_exchange()
433 _lto2b(dst2, cmd->sdst); in ch_exchange()
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.td2591 (outs regclass:$dst1, regclass:$dst2),
2595 "\t{{$dst1, $dst2}}, [$addr];", []>;
2597 (outs regclass:$dst1, regclass:$dst2),
2601 "\t{{$dst1, $dst2}}, [$addr];", []>;
2603 (outs regclass:$dst1, regclass:$dst2),
2607 "\t{{$dst1, $dst2}}, [$addr];", []>;
2609 (outs regclass:$dst1, regclass:$dst2),
2613 "\t{{$dst1, $dst2}}, [$addr+$offset];", []>;
2615 (outs regclass:$dst1, regclass:$dst2),
2619 "\t{{$dst1, $dst2}}, [$addr+$offset];", []>;
[all …]
H A DNVPTXIntrinsics.td2148 def _areg32: NVPTXInst<(outs regclass:$dst1, regclass:$dst2),
2151 def _areg64: NVPTXInst<(outs regclass:$dst1, regclass:$dst2),
2154 def _ari32: NVPTXInst<(outs regclass:$dst1, regclass:$dst2),
2157 def _ari64: NVPTXInst<(outs regclass:$dst1, regclass:$dst2),
2160 def _avar: NVPTXInst<(outs regclass:$dst1, regclass:$dst2),
2184 : VLDU_G_ELE_V2<"v2.u8 \t{{$dst1, $dst2}}, [$src];", Int16Regs>;
2269 def _areg32: NVPTXInst<(outs regclass:$dst1, regclass:$dst2),
2272 def _areg64: NVPTXInst<(outs regclass:$dst1, regclass:$dst2),
2275 def _ari32: NVPTXInst<(outs regclass:$dst1, regclass:$dst2),
2278 def _ari64: NVPTXInst<(outs regclass:$dst1, regclass:$dst2),
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.td502 def LADD_l5r : _FL5R<0b000001, (outs GRRegs:$dst1, GRRegs:$dst2),
504 "ladd $dst2, $dst1, $src1, $src2, $src3",
507 def LSUB_l5r : _FL5R<0b000010, (outs GRRegs:$dst1, GRRegs:$dst2),
509 "lsub $dst2, $dst1, $src1, $src2, $src3", []>;
511 def LDIVU_l5r : _FL5R<0b000000, (outs GRRegs:$dst1, GRRegs:$dst2),
513 "ldivu $dst1, $dst2, $src3, $src1, $src2", []>;
518 0b00000, (outs GRRegs:$dst1, GRRegs:$dst2),
520 "lmul $dst1, $dst2, $src1, $src2, $src3, $src4", []>;
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoD.td362 : Pseudo<(outs GPR:$dst1, GPR:$dst2), (ins FPR64:$src),
363 [(set GPR:$dst1, GPR:$dst2, (RISCVSplitF64 FPR64:$src))]>;
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMInstrNEON.td902 (outs DPR:$Vd, DPR:$dst2, DPR:$dst3, GPR:$wb),
904 "vld3", Dt, "\\{$Vd, $dst2, $dst3\\}, $Rn$Rm",
942 (outs DPR:$Vd, DPR:$dst2, DPR:$dst3, DPR:$dst4),
1144 : NLdStLn<1, 0b10, op11_8, op7_4, (outs DPR:$Vd, DPR:$dst2),
1183 "\\{$Vd[$lane], $dst2[$lane]\\}, $Rn$Rm",
1184 "$src1 = $Vd, $src2 = $dst2, $Rn.addr = $wb", []> {
1218 "\\{$Vd[$lane], $dst2[$lane], $dst3[$lane]\\}, $Rn",
1252 (outs DPR:$Vd, DPR:$dst2, DPR:$dst3, GPR:$wb),
1289 (outs DPR:$Vd, DPR:$dst2, DPR:$dst3, DPR:$dst4),
1579 "vld3", Dt, "\\{$Vd[], $dst2[], $dst3[]\\}, $Rn$Rm",
[all …]
H A DARMInstrVFP.td1310 (outs SPR:$dst1, SPR:$dst2), (ins GPR:$src1, GPR:$src2),
1311 IIC_fpMOVID, "vmov", "\t$dst1, $dst2, $src1, $src2",
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrArithmetic.td1498 def rr : I<0xF6, MRMSrcReg, (outs RC:$dst1, RC:$dst2), (ins RC:$src),
1499 !strconcat(mnemonic, "\t{$src, $dst2, $dst1|$dst1, $dst2, $src}"),
1503 def rm : I<0xF6, MRMSrcMem, (outs RC:$dst1, RC:$dst2), (ins x86memop:$src),
1504 !strconcat(mnemonic, "\t{$src, $dst2, $dst1|$dst1, $dst2, $src}"),
H A DX86InstrInfo.td2138 let Constraints = "$src1 = $dst1, $src2 = $dst2", hasSideEffects = 0 in {
2139 def XCHG8rr : I<0x86, MRMSrcReg, (outs GR8:$dst1, GR8:$dst2),
2142 def XCHG16rr : I<0x87, MRMSrcReg, (outs GR16:$dst1, GR16:$dst2),
2146 def XCHG32rr : I<0x87, MRMSrcReg, (outs GR32:$dst1, GR32:$dst2),
2150 def XCHG64rr : RI<0x87, MRMSrcReg, (outs GR64:$dst1, GR64:$dst2),
2169 let hasSideEffects = 0, Constraints = "$src1 = $dst1, $src2 = $dst2",
2171 def XADD8rr : I<0xC0, MRMDestReg, (outs GR8:$dst1, GR8:$dst2),
2174 def XADD16rr : I<0xC1, MRMDestReg, (outs GR16:$dst1, GR16:$dst2),
2177 def XADD32rr : I<0xC1, MRMDestReg, (outs GR32:$dst1, GR32:$dst2),
2180 def XADD64rr : RI<0xC1, MRMDestReg, (outs GR64:$dst1, GR64:$dst2),
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsCondMov.td303 PseudoSE<(outs RC:$dst1, RC:$dst2),
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.td1366 def PseudoTLSLA32 : CSKYPseudo<(outs GPR:$dst1, GPR:$dst2),
1367 (ins constpool_symbol:$src, i32imm:$label), "!tlslrw32\t$dst1, $dst2, $src, $label", []>;
/openbsd/gnu/usr.bin/binutils-2.17/cpu/
H A Dm32c.cpu7202 ; add.BW:S #imm,dst2 (m32 #4)
7362 ; and.BW:S #imm,dst2 (m32 #2)
7651 ; cmp.BW:S #imm,dst2 (m32 #4)
7793 ; sub.BW:S #imm,dst2 (m32 #3)
8652 ; mov.BW:S #imm,dst2 (m32 #4)
8718 ; mov.B:S r0l/r0h,dst2 (m16 #8)
8754 ; mov.BW:S r0l/r0,dst2 (m32 #11)
10275 ; tst.BW:S #imm,dst2 (m32 #2)