Home
last modified time | relevance | path

Searched refs:i260 (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/ADT/
H A DAPIntTest.cpp1925 APInt i260(260, UINT64_MAX, true); in TEST() local
1926 i260.insertBits(APInt(129, 1ull << 48), 15); in TEST()
1927 EXPECT_EQ(i260.extractBits(64, 0).getZExtValue(), 0x8000000000007FFFull); in TEST()
1928 EXPECT_EQ(i260.extractBits(64, 64).getZExtValue(), 0x0000000000000000ull); in TEST()
1983 APInt i260(260, UINT64_MAX, true); in TEST() local
1984 i260.insertBits(APInt(129, 1ull << 48), 15); in TEST()
1985 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 0), 0x8000000000007FFFull); in TEST()
1986 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 64), 0x0000000000000000ull); in TEST()
1987 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 128), 0xFFFFFFFFFFFF0000ull); in TEST()
1988 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 192), 0xFFFFFFFFFFFFFFFFull); in TEST()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/unittests/ADT/
H A DAPIntTest.cpp1925 APInt i260(260, UINT64_MAX, true); in TEST() local
1926 i260.insertBits(APInt(129, 1ull << 48), 15); in TEST()
1927 EXPECT_EQ(i260.extractBits(64, 0).getZExtValue(), 0x8000000000007FFFull); in TEST()
1928 EXPECT_EQ(i260.extractBits(64, 64).getZExtValue(), 0x0000000000000000ull); in TEST()
1983 APInt i260(260, UINT64_MAX, true); in TEST() local
1984 i260.insertBits(APInt(129, 1ull << 48), 15); in TEST()
1985 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 0), 0x8000000000007FFFull); in TEST()
1986 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 64), 0x0000000000000000ull); in TEST()
1987 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 128), 0xFFFFFFFFFFFF0000ull); in TEST()
1988 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 192), 0xFFFFFFFFFFFFFFFFull); in TEST()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/unittests/ADT/
H A DAPIntTest.cpp1904 APInt i260(260, UINT64_MAX, true); in TEST() local
1905 i260.insertBits(APInt(129, 1ull << 48), 15); in TEST()
1906 EXPECT_EQ(i260.extractBits(64, 0).getZExtValue(), 0x8000000000007FFFull); in TEST()
1907 EXPECT_EQ(i260.extractBits(64, 64).getZExtValue(), 0x0000000000000000ull); in TEST()
1962 APInt i260(260, UINT64_MAX, true); in TEST() local
1963 i260.insertBits(APInt(129, 1ull << 48), 15); in TEST()
1964 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 0), 0x8000000000007FFFull); in TEST()
1965 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 64), 0x0000000000000000ull); in TEST()
1966 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 128), 0xFFFFFFFFFFFF0000ull); in TEST()
1967 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 192), 0xFFFFFFFFFFFFFFFFull); in TEST()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/ADT/
H A DAPIntTest.cpp1929 APInt i260(260, UINT64_MAX, true); in TEST() local
1930 i260.insertBits(APInt(129, 1ull << 48), 15); in TEST()
1931 EXPECT_EQ(i260.extractBits(64, 0).getZExtValue(), 0x8000000000007FFFull); in TEST()
1932 EXPECT_EQ(i260.extractBits(64, 64).getZExtValue(), 0x0000000000000000ull); in TEST()
1987 APInt i260(260, UINT64_MAX, true); in TEST() local
1988 i260.insertBits(APInt(129, 1ull << 48), 15); in TEST()
1989 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 0), 0x8000000000007FFFull); in TEST()
1990 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 64), 0x0000000000000000ull); in TEST()
1991 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 128), 0xFFFFFFFFFFFF0000ull); in TEST()
1992 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 192), 0xFFFFFFFFFFFFFFFFull); in TEST()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/ADT/
H A DAPIntTest.cpp1926 APInt i260(260, UINT64_MAX, true); in TEST() local
1927 i260.insertBits(APInt(129, 1ull << 48), 15); in TEST()
1928 EXPECT_EQ(i260.extractBits(64, 0).getZExtValue(), 0x8000000000007FFFull); in TEST()
1929 EXPECT_EQ(i260.extractBits(64, 64).getZExtValue(), 0x0000000000000000ull); in TEST()
1984 APInt i260(260, UINT64_MAX, true); in TEST() local
1985 i260.insertBits(APInt(129, 1ull << 48), 15); in TEST()
1986 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 0), 0x8000000000007FFFull); in TEST()
1987 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 64), 0x0000000000000000ull); in TEST()
1988 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 128), 0xFFFFFFFFFFFF0000ull); in TEST()
1989 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 192), 0xFFFFFFFFFFFFFFFFull); in TEST()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/ADT/
H A DAPIntTest.cpp1929 APInt i260(260, UINT64_MAX, true); in TEST() local
1930 i260.insertBits(APInt(129, 1ull << 48), 15); in TEST()
1931 EXPECT_EQ(i260.extractBits(64, 0).getZExtValue(), 0x8000000000007FFFull); in TEST()
1932 EXPECT_EQ(i260.extractBits(64, 64).getZExtValue(), 0x0000000000000000ull); in TEST()
1987 APInt i260(260, UINT64_MAX, true); in TEST() local
1988 i260.insertBits(APInt(129, 1ull << 48), 15); in TEST()
1989 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 0), 0x8000000000007FFFull); in TEST()
1990 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 64), 0x0000000000000000ull); in TEST()
1991 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 128), 0xFFFFFFFFFFFF0000ull); in TEST()
1992 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 192), 0xFFFFFFFFFFFFFFFFull); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/ADT/
H A DAPIntTest.cpp1926 APInt i260(260, UINT64_MAX, true); in TEST() local
1927 i260.insertBits(APInt(129, 1ull << 48), 15); in TEST()
1928 EXPECT_EQ(i260.extractBits(64, 0).getZExtValue(), 0x8000000000007FFFull); in TEST()
1929 EXPECT_EQ(i260.extractBits(64, 64).getZExtValue(), 0x0000000000000000ull); in TEST()
1984 APInt i260(260, UINT64_MAX, true); in TEST() local
1985 i260.insertBits(APInt(129, 1ull << 48), 15); in TEST()
1986 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 0), 0x8000000000007FFFull); in TEST()
1987 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 64), 0x0000000000000000ull); in TEST()
1988 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 128), 0xFFFFFFFFFFFF0000ull); in TEST()
1989 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 192), 0xFFFFFFFFFFFFFFFFull); in TEST()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/ADT/
H A DAPIntTest.cpp1904 APInt i260(260, UINT64_MAX, true); in TEST() local
1905 i260.insertBits(APInt(129, 1ull << 48), 15); in TEST()
1906 EXPECT_EQ(i260.extractBits(64, 0).getZExtValue(), 0x8000000000007FFFull); in TEST()
1907 EXPECT_EQ(i260.extractBits(64, 64).getZExtValue(), 0x0000000000000000ull); in TEST()
1962 APInt i260(260, UINT64_MAX, true); in TEST() local
1963 i260.insertBits(APInt(129, 1ull << 48), 15); in TEST()
1964 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 0), 0x8000000000007FFFull); in TEST()
1965 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 64), 0x0000000000000000ull); in TEST()
1966 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 128), 0xFFFFFFFFFFFF0000ull); in TEST()
1967 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 192), 0xFFFFFFFFFFFFFFFFull); in TEST()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/ADT/
H A DAPIntTest.cpp1929 APInt i260(260, UINT64_MAX, true); in TEST() local
1930 i260.insertBits(APInt(129, 1ull << 48), 15); in TEST()
1931 EXPECT_EQ(i260.extractBits(64, 0).getZExtValue(), 0x8000000000007FFFull); in TEST()
1932 EXPECT_EQ(i260.extractBits(64, 64).getZExtValue(), 0x0000000000000000ull); in TEST()
1987 APInt i260(260, UINT64_MAX, true); in TEST() local
1988 i260.insertBits(APInt(129, 1ull << 48), 15); in TEST()
1989 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 0), 0x8000000000007FFFull); in TEST()
1990 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 64), 0x0000000000000000ull); in TEST()
1991 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 128), 0xFFFFFFFFFFFF0000ull); in TEST()
1992 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 192), 0xFFFFFFFFFFFFFFFFull); in TEST()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/ADT/
H A DAPIntTest.cpp1926 APInt i260(260, UINT64_MAX, true); in TEST() local
1927 i260.insertBits(APInt(129, 1ull << 48), 15); in TEST()
1928 EXPECT_EQ(i260.extractBits(64, 0).getZExtValue(), 0x8000000000007FFFull); in TEST()
1929 EXPECT_EQ(i260.extractBits(64, 64).getZExtValue(), 0x0000000000000000ull); in TEST()
1984 APInt i260(260, UINT64_MAX, true); in TEST() local
1985 i260.insertBits(APInt(129, 1ull << 48), 15); in TEST()
1986 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 0), 0x8000000000007FFFull); in TEST()
1987 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 64), 0x0000000000000000ull); in TEST()
1988 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 128), 0xFFFFFFFFFFFF0000ull); in TEST()
1989 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 192), 0xFFFFFFFFFFFFFFFFull); in TEST()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/ADT/
H A DAPIntTest.cpp1929 APInt i260(260, UINT64_MAX, true); in TEST() local
1930 i260.insertBits(APInt(129, 1ull << 48), 15); in TEST()
1931 EXPECT_EQ(i260.extractBits(64, 0).getZExtValue(), 0x8000000000007FFFull); in TEST()
1932 EXPECT_EQ(i260.extractBits(64, 64).getZExtValue(), 0x0000000000000000ull); in TEST()
1987 APInt i260(260, UINT64_MAX, true); in TEST() local
1988 i260.insertBits(APInt(129, 1ull << 48), 15); in TEST()
1989 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 0), 0x8000000000007FFFull); in TEST()
1990 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 64), 0x0000000000000000ull); in TEST()
1991 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 128), 0xFFFFFFFFFFFF0000ull); in TEST()
1992 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 192), 0xFFFFFFFFFFFFFFFFull); in TEST()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/ADT/
H A DAPIntTest.cpp1929 APInt i260(260, UINT64_MAX, true);
1930 i260.insertBits(APInt(129, 1ull << 48), 15);
1931 EXPECT_EQ(i260.extractBits(64, 0).getZExtValue(), 0x8000000000007FFFull);
1932 EXPECT_EQ(i260.extractBits(64, 64).getZExtValue(), 0x0000000000000000ull);
1987 APInt i260(260, UINT64_MAX, true);
1988 i260.insertBits(APInt(129, 1ull << 48), 15);
1989 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 0), 0x8000000000007FFFull);
1990 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 64), 0x0000000000000000ull);
1991 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 128), 0xFFFFFFFFFFFF0000ull);
1992 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 192), 0xFFFFFFFFFFFFFFFFull);
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/ADT/
H A DAPIntTest.cpp1912 APInt i260(260, UINT64_MAX, true); in TEST() local
1913 i260.insertBits(APInt(129, 1ull << 48), 15); in TEST()
1914 EXPECT_EQ(i260.extractBits(64, 0).getZExtValue(), 0x8000000000007FFFull); in TEST()
1915 EXPECT_EQ(i260.extractBits(64, 64).getZExtValue(), 0x0000000000000000ull); in TEST()
1970 APInt i260(260, UINT64_MAX, true); in TEST() local
1971 i260.insertBits(APInt(129, 1ull << 48), 15); in TEST()
1972 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 0), 0x8000000000007FFFull); in TEST()
1973 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 64), 0x0000000000000000ull); in TEST()
1974 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 128), 0xFFFFFFFFFFFF0000ull); in TEST()
1975 EXPECT_EQ(i260.extractBitsAsZExtValue(64, 192), 0xFFFFFFFFFFFFFFFFull); in TEST()
[all …]
/dports/graphics/sane-backends/sane-backends-1.0.32/doc/descriptions/
H A Dkodak.desc70 :model "i260 Scanner"
/dports/devel/llvm80/llvm-8.0.1.src/unittests/ADT/
H A DAPIntTest.cpp1837 APInt i260(260, UINT64_MAX, true); in TEST() local
1838 i260.insertBits(APInt(129, 1ull << 48), 15); in TEST()
1839 EXPECT_EQ(i260.extractBits(64, 0).getZExtValue(), 0x8000000000007FFFull); in TEST()
1840 EXPECT_EQ(i260.extractBits(64, 64).getZExtValue(), 0x0000000000000000ull); in TEST()
1841 EXPECT_EQ(i260.extractBits(64, 128).getZExtValue(), 0xFFFFFFFFFFFF0000ull); in TEST()
1842 EXPECT_EQ(i260.extractBits(64, 192).getZExtValue(), 0xFFFFFFFFFFFFFFFFull); in TEST()
1843 EXPECT_EQ(i260.extractBits(4, 256).getZExtValue(), 0x000000000000000Full); in TEST()
/dports/devel/llvm90/llvm-9.0.1.src/unittests/ADT/
H A DAPIntTest.cpp1852 APInt i260(260, UINT64_MAX, true); in TEST() local
1853 i260.insertBits(APInt(129, 1ull << 48), 15); in TEST()
1854 EXPECT_EQ(i260.extractBits(64, 0).getZExtValue(), 0x8000000000007FFFull); in TEST()
1855 EXPECT_EQ(i260.extractBits(64, 64).getZExtValue(), 0x0000000000000000ull); in TEST()
1856 EXPECT_EQ(i260.extractBits(64, 128).getZExtValue(), 0xFFFFFFFFFFFF0000ull); in TEST()
1857 EXPECT_EQ(i260.extractBits(64, 192).getZExtValue(), 0xFFFFFFFFFFFFFFFFull); in TEST()
1858 EXPECT_EQ(i260.extractBits(4, 256).getZExtValue(), 0x000000000000000Full); in TEST()
/dports/devel/llvm70/llvm-7.0.1.src/unittests/ADT/
H A DAPIntTest.cpp1812 APInt i260(260, UINT64_MAX, true); in TEST() local
1813 i260.insertBits(APInt(129, 1ull << 48), 15); in TEST()
1814 EXPECT_EQ(i260.extractBits(64, 0).getZExtValue(), 0x8000000000007FFFull); in TEST()
1815 EXPECT_EQ(i260.extractBits(64, 64).getZExtValue(), 0x0000000000000000ull); in TEST()
1816 EXPECT_EQ(i260.extractBits(64, 128).getZExtValue(), 0xFFFFFFFFFFFF0000ull); in TEST()
1817 EXPECT_EQ(i260.extractBits(64, 192).getZExtValue(), 0xFFFFFFFFFFFFFFFFull); in TEST()
1818 EXPECT_EQ(i260.extractBits(4, 256).getZExtValue(), 0x000000000000000Full); in TEST()
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/spec/libsass-closed-issues/
H A Dissue_1132.hrx270 i260: 260deg;
/dports/math/yices/yices-2.6.2/tests/regress/arrays/
H A Dfrugal300.smt270 :extrafuns ((i260 Index))
611 …3 x253) i254 x254) i255 x255) i256 x256) i257 x257) i258 x258) i259 x259) i260 x260) i261 x261) i2…
612 …3 x253) i254 x254) i255 x255) i256 x256) i257 x257) i258 x258) i259 x259) i260 x260) i261 x261) i2…
H A Dfrugal300.ys269 (define i260::Index)
611 …) x254) (i255) x255) (i256) x256) (i257) x257) (i258) x258) (i259) x259) (i260) x260) (i261) x261)…
612 …) x254) (i255) x255) (i256) x256) (i257) x257) (i258) x258) (i259) x259) (i260) x260) (i261) x261)…
H A Dfrugal500.smt270 :extrafuns ((i260 Index))
1011 …3 x253) i254 x254) i255 x255) i256 x256) i257 x257) i258 x258) i259 x259) i260 x260) i261 x261) i2…
1012 …3 x253) i254 x254) i255 x255) i256 x256) i257 x257) i258 x258) i259 x259) i260 x260) i261 x261) i2…
H A Dfrugal500.ys270 (define i260::Index)
1012 …) x254) (i255) x255) (i256) x256) (i257) x257) (i258) x258) (i259) x259) (i260) x260) (i261) x261)…
1013 …) x254) (i255) x255) (i256) x256) (i257) x257) (i258) x258) (i259) x259) (i260) x260) (i261) x261)…
/dports/math/yices/yices-2.6.2/examples/
H A Dfrugal300.smt270 :extrafuns ((i260 Index))
611 …3 x253) i254 x254) i255 x255) i256 x256) i257 x257) i258 x258) i259 x259) i260 x260) i261 x261) i2…
612 …3 x253) i254 x254) i255 x255) i256 x256) i257 x257) i258 x258) i259 x259) i260 x260) i261 x261) i2…
H A Dfrugal300.ys269 (define i260::Index)
611 …) x254) (i255) x255) (i256) x256) (i257) x257) (i258) x258) (i259) x259) (i260) x260) (i261) x261)…
612 …) x254) (i255) x255) (i256) x256) (i257) x257) (i258) x258) (i259) x259) (i260) x260) (i261) x261)…
H A Dfrugal500.smt270 :extrafuns ((i260 Index))
1011 …3 x253) i254 x254) i255 x255) i256 x256) i257 x257) i258 x258) i259 x259) i260 x260) i261 x261) i2…
1012 …3 x253) i254 x254) i255 x255) i256 x256) i257 x257) i258 x258) i259 x259) i260 x260) i261 x261) i2…

1234567