Home
last modified time | relevance | path

Searched refs:rhs_ptr (Results 1 – 21 of 21) sorted by relevance

/external/gemmlowp/standalone/
Dneon-gemm-kernel-benchmark.cc333 static void Run(const OperandType* lhs_ptr, const OperandType* rhs_ptr, in Run()
498 [lhs_ptr] "+r"(lhs_ptr), [rhs_ptr] "+r"(rhs_ptr), in Run()
522 static void Run(const OperandType* lhs_ptr, const OperandType* rhs_ptr, in Run()
614 [lhs_ptr] "+r"(lhs_ptr), [rhs_ptr] "+r"(rhs_ptr), in Run()
640 static void Run(const OperandType* lhs_ptr, const OperandType* rhs_ptr, in Run()
864 [lhs_ptr] "+r"(lhs_ptr), [rhs_ptr] "+r"(rhs_ptr), in Run()
886 static void Run(const OperandType* lhs_ptr, const OperandType* rhs_ptr, in Run()
950 [lhs_ptr] "+r"(lhs_ptr), [rhs_ptr] "+r"(rhs_ptr), in Run()
971 static void Run(const OperandType* lhs_ptr, const OperandType* rhs_ptr, in Run()
1036 [lhs_ptr] "+r"(lhs_ptr), [rhs_ptr] "+r"(rhs_ptr), in Run()
[all …]
/external/gemmlowp/internal/
Dkernel_neon.h44 const std::uint8_t* rhs_ptr, std::size_t start_depth, in Run()
273 [lhs_ptr] "+r"(lhs_ptr), [rhs_ptr] "+r"(rhs_ptr), in Run()
307 const std::uint8_t* rhs_ptr, std::size_t start_depth, in Run()
645 [lhs_ptr] "+r"(lhs_ptr), [rhs_ptr] "+r"(rhs_ptr), in Run()
681 const std::uint8_t* rhs_ptr, std::size_t start_depth, in Run()
910 [lhs_ptr] "+r"(lhs_ptr), [rhs_ptr] "+r"(rhs_ptr), in Run()
955 const std::uint8_t* rhs_ptr, std::size_t start_depth, in Run()
1262 [lhs_ptr] "+r"(lhs_ptr), [rhs_ptr] "+r"(rhs_ptr), in Run()
1301 const std::uint8_t* rhs_ptr, std::size_t start_depth, in Run()
1627 [lhs_ptr] "+r"(lhs_ptr), [rhs_ptr] "+r"(rhs_ptr), in Run()
[all …]
Dkernel_sse.h42 const std::uint8_t* rhs_ptr, std::size_t start_depth, in Run()
195 [lhs_ptr] "+r"(lhs_ptr), [rhs_ptr] "+r"(rhs_ptr), in Run()
217 const std::uint8_t* rhs_ptr, std::size_t start_depth, in Run()
503 [lhs_ptr] "+r"(lhs_ptr), [rhs_ptr] "+r"(rhs_ptr), in Run()
Dkernel_msa.h54 const std::uint8_t* rhs_ptr, std::size_t start_depth, in Run()
257 [lhs_ptr] "+r"(lhs_ptr), [rhs_ptr] "+r"(rhs_ptr), [run_depth] "+r"(run_depth), in Run()
294 const std::uint8_t* rhs_ptr, std::size_t start_depth, in Run()
552 [lhs_ptr] "+r"(lhs_ptr), [rhs_ptr] "+r"(rhs_ptr), in Run()
Dkernel_avx.h39 const std::uint8_t *lhs_ptr, const std::uint8_t *rhs_ptr, std::size_t start_depth, in Run()
346 [lhs_ptr] "+r"(lhs_ptr), [rhs_ptr] "+r"(rhs_ptr), in Run()
Dkernel_reference.h50 const std::uint8_t* rhs_ptr, std::size_t start_depth, in Run()
67 rhs_ptr + (dc * Format::Rhs::kCells + cc) * in Run()
Dkernel.h225 const std::uint8_t* rhs_ptr, std::size_t start_depth,
/external/llvm-project/lldb/source/API/
DSBDeclaration.cpp124 lldb_private::Declaration *rhs_ptr = rhs.m_opaque_up.get(); in operator ==() local
126 if (lhs_ptr && rhs_ptr) in operator ==()
127 return lldb_private::Declaration::Compare(*lhs_ptr, *rhs_ptr) == 0; in operator ==()
129 return lhs_ptr == rhs_ptr; in operator ==()
137 lldb_private::Declaration *rhs_ptr = rhs.m_opaque_up.get(); in operator !=() local
139 if (lhs_ptr && rhs_ptr) in operator !=()
140 return lldb_private::Declaration::Compare(*lhs_ptr, *rhs_ptr) != 0; in operator !=()
142 return lhs_ptr != rhs_ptr; in operator !=()
DSBLineEntry.cpp139 lldb_private::LineEntry *rhs_ptr = rhs.m_opaque_up.get(); in operator ==() local
141 if (lhs_ptr && rhs_ptr) in operator ==()
142 return lldb_private::LineEntry::Compare(*lhs_ptr, *rhs_ptr) == 0; in operator ==()
144 return lhs_ptr == rhs_ptr; in operator ==()
152 lldb_private::LineEntry *rhs_ptr = rhs.m_opaque_up.get(); in operator !=() local
154 if (lhs_ptr && rhs_ptr) in operator !=()
155 return lldb_private::LineEntry::Compare(*lhs_ptr, *rhs_ptr) != 0; in operator !=()
157 return lhs_ptr != rhs_ptr; in operator !=()
/external/llvm-project/llvm/test/CodeGen/ARM/
Dvsel-fp16.ll101 define void @test_vsel32ogt(half* %lhs_ptr, half* %rhs_ptr, half* %a_ptr, half* %b_ptr) {
118 %rhs = load volatile half, half* %rhs_ptr
125 define void @test_vsel32oge(half* %lhs_ptr, half* %rhs_ptr, half* %a_ptr, half* %b_ptr) {
142 %rhs = load volatile half, half* %rhs_ptr
149 define void @test_vsel32oeq(half* %lhs_ptr, half* %rhs_ptr, half* %a_ptr, half* %b_ptr) {
166 %rhs = load volatile half, half* %rhs_ptr
173 define void @test_vsel32ugt(half* %lhs_ptr, half* %rhs_ptr, half* %a_ptr, half* %b_ptr) {
190 %rhs = load volatile half, half* %rhs_ptr
197 define void @test_vsel32uge(half* %lhs_ptr, half* %rhs_ptr, half* %a_ptr, half* %b_ptr) {
214 %rhs = load volatile half, half* %rhs_ptr
[all …]
/external/ruy/ruy/
Dkernel_arm64.cc106 const std::int8_t* rhs_ptr = rhs_col_ptr; in Kernel8bitNeon() local
1142 [lhs_ptr] "+r"(lhs_ptr), [rhs_ptr] "+r"(rhs_ptr), in Kernel8bitNeon()
1165 const std::int8_t* rhs_ptr = rhs_col_ptr; in Kernel8bitNeon1Col() local
1810 [lhs_ptr] "+r"(lhs_ptr), [rhs_ptr] "+r"(rhs_ptr), in Kernel8bitNeon1Col()
1837 const std::int8_t* rhs_ptr = rhs_col_ptr; in Kernel8bitNeonA55ish() local
2959 [lhs_ptr] "+r"(lhs_ptr), [rhs_ptr] "+r"(rhs_ptr), in Kernel8bitNeonA55ish()
2992 const std::int8_t* rhs_ptr = rhs_col_ptr; in Kernel8bitNeonDotprod() local
4394 [lhs_ptr] "+r"(lhs_ptr), [rhs_ptr] "+r"(rhs_ptr), in Kernel8bitNeonDotprod()
4417 const std::int8_t* rhs_ptr = rhs_col_ptr; in Kernel8bitNeonDotprod1Col() local
5084 [lhs_ptr] "+r"(lhs_ptr), [rhs_ptr] "+r"(rhs_ptr), in Kernel8bitNeonDotprod1Col()
[all …]
Dkernel_x86.h607 const float* rhs_ptr = rhs_col_ptr;
610 const float* rhs_data = rhs_ptr;
652 rhs_ptr += 8;
707 const float* rhs_ptr = rhs_col_ptr;
710 const float* rhs_data = rhs_ptr;
751 rhs_ptr += 8;
802 const float* rhs_ptr = rhs_col_ptr;
806 const __m256 dup_rhs_element_0 = _mm256_set1_ps(rhs_ptr[0]);
809 const __m256 dup_rhs_element_1 = _mm256_set1_ps(rhs_ptr[8]);
815 const __m256 dup_rhs_element_2 = _mm256_set1_ps(rhs_ptr[16]);
[all …]
Dkernel_avx512.cc289 const std::int8_t* rhs_ptr = rhs_col_ptr;
292 __m512i rhs_data_8bit = _mm512_loadu_si512(rhs_ptr);
347 rhs_ptr += 16 * 4;
728 const std::int8_t* rhs_ptr = rhs_col_ptr;
732 _mm_loadu_si128(reinterpret_cast<const __m128i*>(rhs_ptr));
765 rhs_ptr += 16 * 4;
972 const float* rhs_ptr = rhs_col_ptr + 8 * mmm;
979 const float* rhs_data = rhs_ptr;
981 rhs_ptr += 16;
1018 const float* rhs_data = rhs_ptr;
[all …]
Dkernel_arm32.cc86 const float* rhs_ptr = params.rhs_base_ptr; in KernelFloat32Neon() local
520 : [lhs_ptr] "+r"(lhs_ptr), [rhs_ptr] "+r"(rhs_ptr) in KernelFloat32Neon()
635 const std::int8_t* rhs_ptr = rhs_col_ptr; in Kernel8bitNeon() local
1615 : [lhs_ptr] "+r"(lhs_ptr), [rhs_ptr] "+r"(rhs_ptr) in Kernel8bitNeon()
1635 const std::int8_t* rhs_ptr = rhs_col_ptr; in Kernel8bitNeon1Col() local
2469 : [lhs_ptr] "+r"(lhs_ptr), [rhs_ptr] "+r"(rhs_ptr) in Kernel8bitNeon1Col()
Dkernel_avx2_fma.cc254 const std::int8_t* rhs_ptr = rhs_col_ptr;
259 _mm256_load_si256(reinterpret_cast<const __m256i*>(rhs_ptr));
342 rhs_ptr += kAvx8bitBlockSize * kAvx8bitInnerSize;
810 const std::int8_t* rhs_ptr = rhs_col_ptr;
814 const __m128i rhs_data_8bit = intrin_utils::mm_loadu_si32<path>(rhs_ptr);
854 rhs_ptr += kAvx8bitBlockSize * kAvx8bitInnerSize;
Dkernel_avx.cc601 const std::int8_t* rhs_ptr = rhs_col_ptr;
606 _mm256_load_si256(reinterpret_cast<const __m256i*>(rhs_ptr));
716 rhs_ptr += kAvx8bitBlockSize * kAvx8bitInnerSize;
1251 const std::int8_t* rhs_ptr = rhs_col_ptr;
1255 const __m128i rhs_data_8bit = intrin_utils::mm_loadu_si32<path>(rhs_ptr);
1300 rhs_ptr += kAvx8bitBlockSize * kAvx8bitInnerSize;
/external/llvm-project/llvm/test/Analysis/CostModel/SystemZ/
Dload-ptr-cmp-fold.ll4 define void @fun0(i64* %lhs, i64** %rhs_ptr) {
5 %rhs = load i64*, i64** %rhs_ptr
/external/llvm-project/llvm/test/CodeGen/X86/
Dsttni.ll119 define i1 @pcmpestri_mem_eq_i8(i8* %lhs_ptr, i32 %lhs_len, i8* %rhs_ptr, i32 %rhs_len) nounwind {
145 %rhs_vptr = bitcast i8* %rhs_ptr to <16 x i8>*
152 define i32 @pcmpestri_mem_idx_i8(i8* %lhs_ptr, i32 %lhs_len, i8* %rhs_ptr, i32 %rhs_len) nounwind {
178 %rhs_vptr = bitcast i8* %rhs_ptr to <16 x i8>*
184 define i32 @pcmpestri_mem_diff_i8(i8* %lhs_ptr, i32 %lhs_len, i8* %rhs_ptr, i32 %rhs_len) nounwind {
242 %rhs_vptr = bitcast i8* %rhs_ptr to <16 x i8>*
374 define i1 @pcmpestri_mem_eq_i16(i16* %lhs_ptr, i32 %lhs_len, i16* %rhs_ptr, i32 %rhs_len) nounwind {
400 %rhs_vptr = bitcast i16* %rhs_ptr to <8 x i16>*
409 define i32 @pcmpestri_mem_idx_i16(i16* %lhs_ptr, i32 %lhs_len, i16* %rhs_ptr, i32 %rhs_len) nounwin…
435 %rhs_vptr = bitcast i16* %rhs_ptr to <8 x i16>*
[all …]
/external/eigen/Eigen/src/PardisoSupport/
DPardisoSupport.h346 Scalar* rhs_ptr = const_cast<Scalar*>(b.derived().data());
350 if(rhs_ptr == x.derived().data())
353 rhs_ptr = tmp.data();
360 rhs_ptr, x.derived().data());
/external/libaom/libaom/av1/common/
Dav1_common_int.h817 RefCntBuffer *rhs_ptr) { in assign_frame_buffer_p() argument
825 *lhs_ptr = rhs_ptr; in assign_frame_buffer_p()
827 ++rhs_ptr->ref_count; in assign_frame_buffer_p()
/external/gemmlowp/doc/
Dkernel.md97 "vld1.8 {d0}, [%[rhs_ptr]:64]!\n"