/external/vixl/examples/aarch64/ |
D | sve-strlen.cc | 42 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/ |
D | simd-reductions.ll | 50 ; 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 …]
|
D | simd-intrinsics.ll | 100 ; 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/ |
D | simd-encodings.s | 316 # 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/ |
D | wasm.txt | 43 # CHECK: i16x8.all_true
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-util.hpp | 95 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/ |
D | rx-timer.hpp | 100 rxu::all_true<
|
D | rx-interval.hpp | 99 rxu::all_true<
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-comma-operator.cpp | 245 typedef bool_seq<(xs::value, true)...> all_true; typedef in test_template::Foo
|
/external/clang/test/SemaCXX/ |
D | warn-comma-operator.cpp | 183 typedef bool_seq<(xs::value, true)...> all_true; typedef in test11::Foo
|
/external/tensorflow/tensorflow/python/kernel_tests/distributions/ |
D | special_math_test.py | 89 all_true = np.ones_like(is_finite, dtype=np.bool) 90 self.assertAllEqual(all_true, is_finite)
|
D | normal_test.py | 60 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/ |
D | WebAssemblyInstrSIMD.td | 617 // All lanes true: all_true 618 defm ALLTRUE : SIMDReduce<int_wasm_alltrue, "all_true", 83>;
|
/external/skia/src/core/ |
D | SkVM.cpp | 3402 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/ |
D | WebAssemblyInstrSIMD.td | 812 // All lanes true: all_true 813 defm ALLTRUE : SIMDReduce<int_wasm_alltrue, "all_true", 99>;
|
/external/vixl/test/aarch64/ |
D | test-assembler-sve-aarch64.cc | 14414 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()
|