Searched refs:dst3 (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/pkgconf/tests/api/ |
| H A D | test-buffer.c | 273 pkgconf_buffer_t dst3 = PKGCONF_BUFFER_INITIALIZER; in test_buffer_subst_empty_pattern() local 282 TEST_ASSERT_TRUE(pkgconf_buffer_subst(&dst3, &src, NULL, "foo")); in test_buffer_subst_empty_pattern() 289 TEST_ASSERT_STRCMP_EQ(pkgconf_buffer_str(&dst3), "prefix=${PREFIX}/share"); in test_buffer_subst_empty_pattern() 297 pkgconf_buffer_finalize(&dst3); in test_buffer_subst_empty_pattern()
|
| /freebsd/bin/cp/tests/ |
| H A D | cp_test.sh | 246 atf_check cp -r dir dst3 247 atf_check -o not-match:"group:staff:-+D-+" getfacl dst3 248 atf_check -o not-match:"group:staff:-+d-+" getfacl dst3/file 286 atf_check cp -r dir dst3 287 atf_check -o not-match:"nodump" stat -f%Sf dst3 288 atf_check -o not-match:"nodump" stat -f%Sf dst3/file
|
| /freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/ |
| H A D | test_libzfs_core.py | 2516 dst3 = dstfs + b'@snap' 2522 lzc.lzc_snapshot([dst3]) 2526 self.assertNotExists(dst3) 2551 dst3 = dstfs + b'@snap' 2557 lzc.lzc_snapshot([dst3]) 2559 lzc.lzc_hold({dst3: b'tag'}, cfd) 2564 self.assertExists(dst3) 2573 dst3 = dstfs + b'@snap' 2580 lzc.lzc_snapshot([dst3]) 2581 lzc.lzc_clone(cloned, dst3) [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrNEON.td | 883 : NLdSt<0, 0b10, op11_8, op7_4, (outs DPR:$Vd, DPR:$dst2, DPR:$dst3), 885 "vld3", Dt, "\\{$Vd, $dst2, $dst3\\}, $Rn", "", []>, Sched<[WriteVLD3]> { 902 (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), 944 "vld4", Dt, "\\{$Vd, $dst2, $dst3, $dst4\\}, $Rn", "", []>, 962 (outs DPR:$Vd, DPR:$dst2, DPR:$dst3, DPR:$dst4, GPR:$wb), 964 "vld4", Dt, "\\{$Vd, $dst2, $dst3, $dst4\\}, $Rn$Rm", 1215 : NLdStLn<1, 0b10, op11_8, op7_4, (outs DPR:$Vd, DPR:$dst2, DPR:$dst3), 1218 "\\{$Vd[$lane], $dst2[$lane], $dst3[$lane]\\}, $Rn", [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXInstrInfo.td | 1802 NVPTXInst<(outs regclass:$dst, regclass:$dst2, regclass:$dst3, 1806 " \t{{$dst, $dst2, $dst3, $dst4}}, [retval0$b];"), 2004 (outs regclass:$dst1, regclass:$dst2, regclass:$dst3, regclass:$dst4), 2008 "\t{{$dst1, $dst2, $dst3, $dst4}}, [$addr];", []>; 2011 (outs regclass:$dst1, regclass:$dst2, regclass:$dst3, regclass:$dst4, 2016 "\t{{$dst1, $dst2, $dst3, $dst4, $dst5, $dst6, $dst7, $dst8}}, "
|
| H A D | NVPTXIntrinsics.td | 2116 : NVPTXInst<(outs regclass:$dst1, regclass:$dst2, regclass:$dst3, 2118 "ldu.global.v4." # TyStr # " \t{{$dst1, $dst2, $dst3, $dst4}}, [$src];", []>; 2158 NVPTXInst<(outs regclass:$dst1, regclass:$dst2, regclass:$dst3, regclass:$dst4), 2160 "ld.global.nc.v4.${Sign:sign}$fromWidth \t{{$dst1, $dst2, $dst3, $dst4}}, [$src];", []>; 2163 NVPTXInst<(outs regclass:$dst1, regclass:$dst2, regclass:$dst3, regclass:$dst4, 2166 …"ld.global.nc.v8.${Sign:sign}$fromWidth \t{{$dst1, $dst2, $dst3, $dst4, $dst5, $dst6, $dst7, $dst8…
|