Home
last modified time | relevance | path

Searched refs:all_true (Results 1 – 16 of 16) sorted by relevance

/external/vixl/examples/aarch64/
Dsve-strlen.cc42 PRegister all_true = p0; in GenerateSVEStrlen() local
43 __ Ptrue(all_true.VnB()); in GenerateSVEStrlen()
54 __ Ldff1b(z0.VnB(), all_true.Zeroing(), SVEMemOperand(x0, len)); in GenerateSVEStrlen()
/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Dsimd-reductions.ll50 ; SIMD128-NEXT: i8x16.all_true $push[[R:[0-9]+]]=, $0{{$}}
61 ; SIMD128-NEXT: i8x16.all_true $push[[R:[0-9]+]]=, $0{{$}}
72 ; SIMD128-NEXT: i8x16.all_true $push[[R:[0-9]+]]=, $0{{$}}
122 ; SIMD128-NEXT: i16x8.all_true $push[[R:[0-9]+]]=, $0{{$}}
133 ; SIMD128-NEXT: i16x8.all_true $push[[R:[0-9]+]]=, $0{{$}}
144 ; SIMD128-NEXT: i16x8.all_true $push[[R:[0-9]+]]=, $0{{$}}
194 ; SIMD128-NEXT: i32x4.all_true $push[[R:[0-9]+]]=, $0{{$}}
205 ; SIMD128-NEXT: i32x4.all_true $push[[R:[0-9]+]]=, $0{{$}}
216 ; SIMD128-NEXT: i32x4.all_true $push[[R:[0-9]+]]=, $0{{$}}
266 ; SIMD128-NEXT: i64x2.all_true $push[[R:[0-9]+]]=, $0{{$}}
[all …]
Dsimd-intrinsics.ll100 ; SIMD128-NEXT: i8x16.all_true $push[[R:[0-9]+]]=, $0{{$}}
324 ; SIMD128-NEXT: i16x8.all_true $push[[R:[0-9]+]]=, $0{{$}}
464 ; SIMD128-NEXT: i32x4.all_true $push[[R:[0-9]+]]=, $0{{$}}
641 ; SIMD128-NEXT: i64x2.all_true $push[[R:[0-9]+]]=, $0{{$}}
/external/llvm-project/llvm/test/MC/WebAssembly/
Dsimd-encodings.s316 # CHECK: i8x16.all_true # encoding: [0xfd,0x63]
317 i8x16.all_true
382 # CHECK: i16x8.all_true # encoding: [0xfd,0x83,0x01]
383 i16x8.all_true
463 # CHECK: i32x4.all_true # encoding: [0xfd,0xa3,0x01]
464 i32x4.all_true
523 # CHECK: i64x2.all_true # encoding: [0xfd,0xc3,0x01]
524 i64x2.all_true
/external/llvm-project/llvm/test/MC/Disassembler/WebAssembly/
Dwasm.txt43 # CHECK: i16x8.all_true
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-util.hpp95 struct all_true;
98 struct all_true<B> struct
103 struct all_true<B, BN...> struct
105 static const bool value = B && all_true<BN...>::value; argument
109 using enable_if_all_true_t = typename std::enable_if<all_true<BN...>::value>::type;
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/
Drx-timer.hpp100 rxu::all_true<
Drx-interval.hpp99 rxu::all_true<
/external/llvm-project/clang/test/SemaCXX/
Dwarn-comma-operator.cpp245 typedef bool_seq<(xs::value, true)...> all_true; typedef in test_template::Foo
/external/clang/test/SemaCXX/
Dwarn-comma-operator.cpp183 typedef bool_seq<(xs::value, true)...> all_true; typedef in test11::Foo
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Dspecial_math_test.py89 all_true = np.ones_like(is_finite, dtype=np.bool)
90 self.assertAllEqual(all_true, is_finite)
Dnormal_test.py60 all_true = np.ones_like(is_finite, dtype=np.bool)
61 self.assertAllEqual(all_true, is_finite)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrSIMD.td617 // All lanes true: all_true
618 defm ALLTRUE : SIMDReduce<int_wasm_alltrue, "all_true", 83>;
/external/skia/src/core/
DSkVM.cpp3402 A::Label all_true; in jit() local
3403 a->jc(&all_true); in jit()
3405 a->label(&all_true); in jit()
3762 A::Label all_true; in jit() local
3763 a->cbnz(GP0, &all_true); in jit()
3765 a->label(&all_true); in jit()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrSIMD.td812 // All lanes true: all_true
813 defm ALLTRUE : SIMDReduce<int_wasm_alltrue, "all_true", 99>;
/external/vixl/test/aarch64/
Dtest-assembler-sve-aarch64.cc14414 T all_true[N]; in BrknHelper() local
14415 for (size_t i = 0; i < ArrayLength(all_true); i++) { in BrknHelper()
14416 all_true[i] = 1; in BrknHelper()
14423 all_true, in BrknHelper()