Home
last modified time | relevance | path

Searched refs:cix (Results 251 – 275 of 690) sorted by path

1...<<11121314151617181920>>...28

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/OpenMP/
H A Datomic_update_codegen.cpp27 _Complex int civ, cix; variable
269 cix = civ / cix; in main()
423 cix = lv + cix; in main()
500 cix = fv / cix; in main()
H A Datomic_write_codegen.c28 _Complex int civ, cix; variable
161 cix = civ; in main()
222 cix = lv; in main()
250 cix = fv; in main()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/
H A DMD5SUMS9795 a25e2111595c980d3d1db7fce98f3a29 gcc/testsuite/gcc.dg/alpha-cix-1.c
9796 54f56723294b9b9289fe8f22abab890b gcc/testsuite/gcc.dg/alpha-cix-2.c
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A DChangeLog.31996 * config/alpha/alpha.md: Update ffs cix commentary.
H A DChangeLog.72737 umulh, and cix insns.
2738 (one_arg_builtins): Add cix builtins.
H A DFSFChangeLog.112848 (TARGET_OPTIONS): Rename "byte" to "bwx" and add "cix" and "max".
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/doc/
H A Dgcc.info8844 `-mno-cix'
25555 * mno-cix: DEC Alpha Options. (line 171)
H A Dinvoke.texi9041 @itemx -mno-cix
9049 @opindex mno-cix
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/
H A DChangeLog9917 * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dassert4.c158 || (defined __alpha_cix__ && !#cpu(cix)) \
159 || (!defined __alpha_cix__ && #cpu(cix)) \
174 #elif #cpu(alpha) || #machine(alpha) || #cpu(cix) || #cpu(fix) || #cpu(bwx) \
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/
H A DMD5SUMS9795 a25e2111595c980d3d1db7fce98f3a29 gcc/testsuite/gcc.dg/alpha-cix-1.c
9796 54f56723294b9b9289fe8f22abab890b gcc/testsuite/gcc.dg/alpha-cix-2.c
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A DChangeLog.31996 * config/alpha/alpha.md: Update ffs cix commentary.
H A DChangeLog.72737 umulh, and cix insns.
2738 (one_arg_builtins): Add cix builtins.
H A DFSFChangeLog.112848 (TARGET_OPTIONS): Rename "byte" to "bwx" and add "cix" and "max".
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/doc/
H A Dgcc.info8844 `-mno-cix'
25555 * mno-cix: DEC Alpha Options. (line 171)
H A Dinvoke.texi9041 @itemx -mno-cix
9049 @opindex mno-cix
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/
H A DChangeLog9917 * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dassert4.c158 || (defined __alpha_cix__ && !#cpu(cix)) \
159 || (!defined __alpha_cix__ && #cpu(cix)) \
174 #elif #cpu(alpha) || #machine(alpha) || #cpu(cix) || #cpu(fix) || #cpu(bwx) \
/dports/dns/knot-resolver/knot-resolver-5.4.3/bench/
H A Dbench_lru_set1.tsv34859 cix.co.kr.
/dports/editors/emacs-devel/emacs-4d1968b/leim/MISC-DIC/
H A Dziranma.cin10830 cix' ᯴���
/dports/editors/emacs/emacs-27.2/leim/MISC-DIC/
H A Dziranma.cin10830 cix' ᯴���
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/test/
H A Dredundantcast.cxx83 (void) const_cast<int &&>(cix()); in testConstCast()
86 …(void) const_cast<int const &&>(cix()); // expected-error {{redundant const_cast from 'const int' … in testConstCast()
194 …(void) static_cast<int>(cix()); // expected-error {{static_cast from 'const int' xvalue to 'int' p… in testStaticCast()
195 /* => */ (void) int(cix()); in testStaticCast()
198 …(void) static_cast<int const>(cix()); // expected-error {{in static_cast from 'const int' xvalue t… in testStaticCast()
199 …/* => */ (void) static_cast<int>(cix()); // expected-error {{static_cast from 'const int' xvalue t… in testStaticCast()
200 /* => */ (void) int(cix()); in testStaticCast()
201 (void) static_cast<int const &>(cix()); in testStaticCast()
202 …(void) static_cast<int const &&>(cix()); // expected-error {{static_cast from 'const int' xvalue t… in testStaticCast()
H A Dredundantcast.hxx21 int const&& cix();
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/test/
H A Dredundantcast.cxx79 (void) const_cast<int &&>(cix()); in testConstCast()
82 …(void) const_cast<int const &&>(cix()); // expected-error {{redundant const_cast from 'const int' … in testConstCast()
190 …(void) static_cast<int>(cix()); // expected-error {{static_cast from 'const int' xvalue to 'int' p… in testStaticCast()
191 /* => */ (void) int(cix()); in testStaticCast()
194 …(void) static_cast<int const>(cix()); // expected-error {{in static_cast from 'const int' xvalue t… in testStaticCast()
195 …/* => */ (void) static_cast<int>(cix()); // expected-error {{static_cast from 'const int' xvalue t… in testStaticCast()
196 /* => */ (void) int(cix()); in testStaticCast()
197 (void) static_cast<int const &>(cix()); in testStaticCast()
198 …(void) static_cast<int const &&>(cix()); // expected-error {{static_cast from 'const int' xvalue t… in testStaticCast()
H A Dredundantcast.hxx21 int const && cix();

1...<<11121314151617181920>>...28