Home
last modified time | relevance | path

Searched full:ctest (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrConditionalCompare.td33 class Ctest<bits<8> o, Format f, X86TypeInfo t, DAGOperand op1, DAGOperand op2>:
34 BinCondOp<o, f, t, op1, op2, "ctest">;
110 // CTEST Instructions
114 def CTEST8rr : Ctest<0x84, MRMDestReg, Xi8, GR8, GR8>;
115 def CTEST16rr: Ctest<0x85, MRMDestReg, Xi16, GR16, GR16>, PD;
116 def CTEST32rr: Ctest<0x85, MRMDestReg, Xi32, GR32, GR32>;
117 def CTEST64rr: Ctest<0x85, MRMDestReg, Xi64, GR64, GR64>;
119 def CTEST8ri : Ctest<0xF6, MRM0r, Xi8, GR8, i8imm>;
120 def CTEST16ri: Ctest<0xF7, MRM0r, Xi16, GR16, i16imm>, PD;
121 def CTEST32ri: Ctest<0xF7, MRM0r, Xi32, GR32, i32imm>;
[all …]
H A DX86InstrAsmAlias.td141 // CTEST Instructions Alias
144 def : InstAlias<"ctest"#Cond#"{b} $dcf\t{$src2, $src1|$src1, $src2}",
146 def : InstAlias<"ctest"#Cond#"{w} $dcf\t{$src2, $src1|$src1, $src2}",
148 def : InstAlias<"ctest"#Cond#"{l} $dcf\t{$src2, $src1|$src1, $src2}",
150 def : InstAlias<"ctest"#Cond#"{q} $dcf\t{$src2, $src1|$src1, $src2}",
152 def : InstAlias<"ctest"#Cond#"{b} $dcf\t{$src2, $src1|$src1, $src2}",
154 def : InstAlias<"ctest"#Cond#"{w} $dcf\t{$src2, $src1|$src1, $src2}",
156 def : InstAlias<"ctest"#Cond#"{l} $dcf\t{$src2, $src1|$src1, $src2}",
158 def : InstAlias<"ctest"#Cond#"{q} $dcf\t{$src2, $src1|$src1, $src2}",
160 def : InstAlias<"ctest"#Cond#"{b} $dcf\t{$src2, $src1|$src1, $src2}",
[all …]
/freebsd/tools/test/stress2/misc/
H A Dcontigmalloc3.sh47 cat > $dir/ctest.c <<EOF
109 mycc -o /tmp/ctest -Wall -Wextra -O0 -g $dir/ctest.c || exit 1
110 rm $dir/ctest.c
126 /tmp/ctest `sysctl -n debug.cmalloc_offset` $mw 2>&1 | tail -5
128 rm -rf $dir /tmp/ctest
H A Dcontigmalloc.sh55 cat > $dir/ctest.c <<EOF
140 mycc -o /tmp/ctest -Wall -Wextra -O0 -g $dir/ctest.c || exit 1
141 rm $dir/ctest.c
157 /tmp/ctest `sysctl -n debug.cmalloc_offset` $mw 2>&1 | tail -5
159 rm -rf $dir /tmp/ctest
/freebsd/contrib/libcbor/doc/source/
H A Dtests.rst7 …can run all of them using ``ctest`` in the build directory. Individual tests are themselves runnab…
14 … memory correctness. You can run these tests by passing the ``-T memcheck`` flag to ``ctest``. [#]_
/freebsd/contrib/libcbor/.circleci/
H A Dconfig.yml29 - run: ctest -VV
75 - run: ctest -T Coverage
77 - run: ctest --output-on-failure -T memcheck | tee memcheck.out
206 /c/Program\ Files/Cmake/bin/ctest.exe --test-dir libcbor_build --output-on-failure
/freebsd/tools/test/bsnmp/
H A DMakefile4 PROG_CXX=ctest
18 ${.OBJDIR}/ctest
/freebsd/contrib/googletest/googlemock/
H A DCMakeLists.txt8 # ctest. You can select which tests to run using 'ctest -R regex'.
9 # For more options, run 'ctest --help'.
131 # 'make test' or ctest.
/freebsd/contrib/googletest/googletest/
H A DCMakeLists.txt8 # ctest. You can select which tests to run using 'ctest -R regex'.
9 # For more options, run 'ctest --help'.
194 # 'make test' or ctest.
/freebsd/crypto/openssl/util/
H A Dmkdef.pl34 my $ctest = 0;
45 'ctest' => \$ctest,
161 $writer = \&writer_ctest if $ctest;
/freebsd/contrib/ncurses/ncurses/base/
H A Dvsscanf.c211 ChunkType chunk, ctest; in vsscanf()
267 if ((ctest = final_ch(format[n], other)) != cUnknown) { in vsscanf()
269 chunk = ctest; in vsscanf()
/freebsd/contrib/lib9p/pytest/
H A Dtestconf.ini.sample9 logfile = ./ctest.log
/freebsd/contrib/libcbor/
H A DCMakeLists.txt5 include(CTest)
110 COMMAND ctest
H A Drelease.sh64 ctest
/freebsd/contrib/lyaml/build-aux/
H A Dluke137 local function check_header_compile(L,env,config,header,extra_hdrs)return with(CTest(),function(con…
138 …ruct_member_compile(L,env,config,structname,member,extra_hdrs)return with(CTest(),function(conftes…
147 local function try_link(L,env,config,lib,symbol)return with(CTest(),TmpFile(),function(conftest,a_o…
156 local function try_compile(L,env,config,headers)return with(CTest(),TmpFile(),function(conftest,a_o…
167 local function check_func_decl(L,env,config,fname,extra_hdrs)return with(CTest(),function(conftest)…
178 local function check_func_link(L,env,config,fname)return with(CTest(),TmpFile(),function(conftest,a…
243 checking(L,interpolate(env,'whether $CC works'))local cm=CTest()local works,err=with(cm,function(co…
647 return{ContextManager=ContextManager,CTest=function()local conftest=tmpname()return ContextManager(…
/freebsd/contrib/libyaml/
H A D.appveyor.yml16 - ctest -C Release
H A DCMakeLists.txt101 include(CTest) # This module defines BUILD_TESTING option
/freebsd/contrib/googletest/ci/
H A Dwindows-presubmit.bat9 SET CTEST_BIN="ctest.exe"
H A Dmacos-presubmit.sh50 time ctest -j$(nproc) --output-on-failure
H A Dlinux-presubmit.sh65 ctest -j$(nproc) --output-on-failure"
/freebsd/contrib/googletest/docs/
H A Dquickstart-cmake.md139 <strong>my_project$ cd build && ctest</strong>
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Deapol_test.sgml72 eapol_test -ctest.conf -a127.0.0.1 -p1812 -ssecret -r1
/freebsd/contrib/ntp/sntp/libevent/
H A DCMakeLists.txt1247 # Macro that creates the ctest test for a backend.
1373 …# If they are set in the shell the tests are running using simply "ctest" or "make test" will fai…
1448 include(CTest)
/freebsd/contrib/libevent/
H A DCMakeLists.txt1247 # Macro that creates the ctest test for a backend.
1373 …# If they are set in the shell the tests are running using simply "ctest" or "make test" will fai…
1448 include(CTest)
/freebsd/sys/contrib/zstd/
H A Dappveyor.yml175 ctest -V -L Medium;

12