Home
last modified time | relevance | path

Searched refs:B128 (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/ir/
H A Dtypes.rs66 B128 | I128 => 7, in log2_lane_bits()
79 B128 | I128 => 128, in lane_bits()
115 B128 | I128 => B128, in as_bool_pedantic()
144 B128 => B64, in half_width()
161 B64 => B128, in double_width()
381 assert_eq!(B128, B128.lane_type()); in basic_scalars()
403 assert_eq!(B128.lane_bits(), 128); in basic_scalars()
425 assert_eq!(B128.half_width(), Some(B64)); in typevar_functions()
442 assert_eq!(B64.double_width(), Some(B128)); in typevar_functions()
443 assert_eq!(B128.double_width(), None); in typevar_functions()
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/ir/
H A Dtypes.rs61 B128 | I128 => 7, in log2_lane_bits()
74 B128 | I128 => 128, in lane_bits()
110 B128 | I128 => B128, in as_bool_pedantic()
139 B128 => B64, in half_width()
156 B64 => B128, in double_width()
386 assert_eq!(B128, B128.lane_type()); in basic_scalars()
408 assert_eq!(B128.lane_bits(), 128); in basic_scalars()
430 assert_eq!(B128.half_width(), Some(B64)); in typevar_functions()
447 assert_eq!(B64.double_width(), Some(B128)); in typevar_functions()
448 assert_eq!(B128.double_width(), None); in typevar_functions()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/ir/
H A Dtypes.rs64 B128 | I128 => 7, in log2_lane_bits()
77 B128 | I128 => 128, in lane_bits()
113 B128 | I128 => B128, in as_bool_pedantic()
142 B128 => B64, in half_width()
159 B64 => B128, in double_width()
401 assert_eq!(B128, B128.lane_type()); in basic_scalars()
423 assert_eq!(B128.lane_bits(), 128); in basic_scalars()
445 assert_eq!(B128.half_width(), Some(B64)); in typevar_functions()
462 assert_eq!(B64.double_width(), Some(B128)); in typevar_functions()
463 assert_eq!(B128.double_width(), None); in typevar_functions()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Dtypes.rs64 B128 | I128 => 7, in log2_lane_bits()
77 B128 | I128 => 128, in lane_bits()
113 B128 | I128 => B128, in as_bool_pedantic()
142 B128 => B64, in half_width()
159 B64 => B128, in double_width()
401 assert_eq!(B128, B128.lane_type()); in basic_scalars()
423 assert_eq!(B128.lane_bits(), 128); in basic_scalars()
445 assert_eq!(B128.half_width(), Some(B64)); in typevar_functions()
462 assert_eq!(B64.double_width(), Some(B128)); in typevar_functions()
463 assert_eq!(B128.double_width(), None); in typevar_functions()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/ir/
H A Dtypes.rs64 B128 | I128 => 7, in log2_lane_bits()
77 B128 | I128 => 128, in lane_bits()
113 B128 | I128 => B128, in as_bool_pedantic()
142 B128 => B64, in half_width()
159 B64 => B128, in double_width()
401 assert_eq!(B128, B128.lane_type()); in basic_scalars()
423 assert_eq!(B128.lane_bits(), 128); in basic_scalars()
445 assert_eq!(B128.half_width(), Some(B64)); in typevar_functions()
462 assert_eq!(B64.double_width(), Some(B128)); in typevar_functions()
463 assert_eq!(B128.double_width(), None); in typevar_functions()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Dtypes.rs64 B128 | I128 => 7, in log2_lane_bits()
77 B128 | I128 => 128, in lane_bits()
113 B128 | I128 => B128, in as_bool_pedantic()
142 B128 => B64, in half_width()
159 B64 => B128, in double_width()
401 assert_eq!(B128, B128.lane_type()); in basic_scalars()
423 assert_eq!(B128.lane_bits(), 128); in basic_scalars()
445 assert_eq!(B128.half_width(), Some(B64)); in typevar_functions()
462 assert_eq!(B64.double_width(), Some(B128)); in typevar_functions()
463 assert_eq!(B128.double_width(), None); in typevar_functions()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/ir/
H A Dtypes.rs61 B128 | I128 => 7, in log2_lane_bits()
74 B128 | I128 => 128, in lane_bits()
110 B128 | I128 => B128, in as_bool_pedantic()
139 B128 => B64, in half_width()
156 B64 => B128, in double_width()
386 assert_eq!(B128, B128.lane_type()); in basic_scalars()
408 assert_eq!(B128.lane_bits(), 128); in basic_scalars()
430 assert_eq!(B128.half_width(), Some(B64)); in typevar_functions()
447 assert_eq!(B64.double_width(), Some(B128)); in typevar_functions()
448 assert_eq!(B128.double_width(), None); in typevar_functions()
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/meta/src/shared/
H A Dtypes.rs16 B128 = 128, enumerator
39 5 => Some(Bool::B128), in next()
198 assert_eq!(bool_iter.next(), Some(Bool::B128)); in bool_iter_works()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-meta-0.44.0/src/shared/
H A Dtypes.rs16 B128 = 128, enumerator
39 5 => Some(Bool::B128), in next()
198 assert_eq!(bool_iter.next(), Some(Bool::B128)); in bool_iter_works()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen-meta/src/shared/
H A Dtypes.rs16 B128 = 128, enumerator
39 5 => Some(Bool::B128), in next()
198 assert_eq!(bool_iter.next(), Some(Bool::B128)); in bool_iter_works()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen-meta/src/shared/
H A Dtypes.rs16 B128 = 128, enumerator
39 5 => Some(Bool::B128), in next()
198 assert_eq!(bool_iter.next(), Some(Bool::B128)); in bool_iter_works()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen-meta/src/shared/
H A Dtypes.rs16 B128 = 128, enumerator
39 5 => Some(Bool::B128), in next()
198 assert_eq!(bool_iter.next(), Some(Bool::B128)); in bool_iter_works()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen-meta/src/shared/
H A Dtypes.rs16 B128 = 128, enumerator
39 5 => Some(Bool::B128), in next()
198 assert_eq!(bool_iter.next(), Some(Bool::B128)); in bool_iter_works()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen-meta/src/shared/
H A Dtypes.rs16 B128 = 128, enumerator
39 5 => Some(Bool::B128), in next()
198 assert_eq!(bool_iter.next(), Some(Bool::B128)); in bool_iter_works()
/dports/math/lrslib/lrslib-071a/
H A Dlrslong.h68 #ifdef B128
158 #ifndef B128
185 #ifndef B128
230 #ifdef B128
/dports/devel/upp/upp/bazaar/MtAltExample1/
H A DMtAltExample1.upp1 description "Example of alternative multithreading by Pavel Ostapenko\377B128,0,0";
/dports/lang/gcc6-aux/gcc-6-20180516/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c58 #define __add_128_128(R128, A128, B128) \ argument
61 Q128.w[1] = (A128).w[1]+(B128).w[1]; \
62 Q128.w[0] = (B128).w[0] + (A128).w[0]; \
63 if(Q128.w[0] < (B128).w[0]) Q128.w[1] ++; \
/dports/lang/gcc12-devel/gcc-12-20211205/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c58 #define __add_128_128(R128, A128, B128) \ argument
61 Q128.w[1] = (A128).w[1]+(B128).w[1]; \
62 Q128.w[0] = (B128).w[0] + (A128).w[0]; \
63 if(Q128.w[0] < (B128).w[0]) Q128.w[1] ++; \
/dports/lang/gcc8/gcc-8.5.0/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c58 #define __add_128_128(R128, A128, B128) \ argument
61 Q128.w[1] = (A128).w[1]+(B128).w[1]; \
62 Q128.w[0] = (B128).w[0] + (A128).w[0]; \
63 if(Q128.w[0] < (B128).w[0]) Q128.w[1] ++; \
/dports/lang/gcc10/gcc-10.3.0/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c58 #define __add_128_128(R128, A128, B128) \ argument
61 Q128.w[1] = (A128).w[1]+(B128).w[1]; \
62 Q128.w[0] = (B128).w[0] + (A128).w[0]; \
63 if(Q128.w[0] < (B128).w[0]) Q128.w[1] ++; \
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c58 #define __add_128_128(R128, A128, B128) \ argument
61 Q128.w[1] = (A128).w[1]+(B128).w[1]; \
62 Q128.w[0] = (B128).w[0] + (A128).w[0]; \
63 if(Q128.w[0] < (B128).w[0]) Q128.w[1] ++; \
/dports/lang/gcc11-devel/gcc-11-20211009/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c58 #define __add_128_128(R128, A128, B128) \ argument
61 Q128.w[1] = (A128).w[1]+(B128).w[1]; \
62 Q128.w[0] = (B128).w[0] + (A128).w[0]; \
63 if(Q128.w[0] < (B128).w[0]) Q128.w[1] ++; \
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c58 #define __add_128_128(R128, A128, B128) \ argument
61 Q128.w[1] = (A128).w[1]+(B128).w[1]; \
62 Q128.w[0] = (B128).w[0] + (A128).w[0]; \
63 if(Q128.w[0] < (B128).w[0]) Q128.w[1] ++; \
/dports/devel/avr-gdb/gdb-7.3.1/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c58 #define __add_128_128(R128, A128, B128) \ argument
61 Q128.w[1] = (A128).w[1]+(B128).w[1]; \
62 Q128.w[0] = (B128).w[0] + (A128).w[0]; \
63 if(Q128.w[0] < (B128).w[0]) Q128.w[1] ++; \
/dports/lang/gcc9-devel/gcc-9-20211007/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c58 #define __add_128_128(R128, A128, B128) \ argument
61 Q128.w[1] = (A128).w[1]+(B128).w[1]; \
62 Q128.w[0] = (B128).w[0] + (A128).w[0]; \
63 if(Q128.w[0] < (B128).w[0]) Q128.w[1] ++; \

12345678910>>...14