Home
last modified time | relevance | path

Searched refs:_v1 (Results 1 – 17 of 17) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
Dweak_def_can_be_hidden.ll7 ; CHECK: .globl _v1
8 ; CHECK: .weak_def_can_be_hidden _v1
10 ; CHECK-D89: .globl _v1
11 ; CHECK-D89: .weak_definition _v1
/external/llvm/test/CodeGen/X86/
Dweak_def_can_be_hidden.ll8 ; CHECK: .globl _v1
9 ; CHECK: .weak_def_can_be_hidden _v1
11 ; CHECK-D89: .globl _v1
12 ; CHECK-D89: .weak_definition _v1
Dcoff-comdat.ll77 ; CHECK: .globl _v1
/external/valgrind/none/tests/s390x/
Dspechelper-or.c3 #define branch(mask,_v1,_v2) \ argument
6 unsigned b1 = _v1, b2 = _v2; \
Dspechelper-ltr.c3 #define branch(mask,_v1) \ argument
6 unsigned b1 = _v1; \
Dspechelper-cr.c3 #define branch(mask,_v1,_v2) \ argument
6 unsigned b1 = _v1, b2 = _v2; \
Dspechelper-slgr.c3 #define branch(mask,_v1,_v2) \ argument
6 unsigned long b1 = _v1; \
Dspechelper-clr.c3 #define branch(mask,_v1,_v2) \ argument
6 unsigned b1 = _v1, b2 = _v2; \
Dspechelper-slr.c3 #define branch(mask,_v1,_v2) \ argument
6 unsigned int b1 = _v1; \
Dspechelper-algr.c3 #define branch(mask,_v1,_v2) \ argument
6 unsigned long b1 = _v1; \
Dspechelper-alr.c3 #define branch(mask,_v1,_v2) \ argument
6 unsigned b1 = _v1; \
Dspechelper-tm.c3 #define branch(mask,i2,_v1) \ argument
6 unsigned char v1 = _v1; \
Dspechelper-tmll.c3 #define branch(mask,i2,_v1) \ argument
6 unsigned long v1 = _v1; \
Dspechelper-icm-1.c3 #define branch(mask,icmm,_v1) \ argument
6 unsigned b1 = _v1; \
Dspechelper-icm-2.c3 #define branch(mask,icmm,_v1) \ argument
6 unsigned b1 = _v1; \
/external/opencv3/modules/calib3d/src/
Dstereosgbm.cpp225 … __m128i _v1 = _mm_loadu_si128((const __m128i*)(buffer + width-x-1 + d + width2)); in calcPixelCostBT() local
226 __m128i c0 = _mm_max_epu8(_mm_subs_epu8(_u, _v1), _mm_subs_epu8(_v0, _u)); in calcPixelCostBT()
/external/opencv3/modules/core/src/
Dmatmul.cpp2487 double cv::Mahalanobis( InputArray _v1, InputArray _v2, InputArray _icovar ) in Mahalanobis() argument
2489 Mat v1 = _v1.getMat(), v2 = _v2.getMat(), icovar = _icovar.getMat(); in Mahalanobis()