Home
last modified time | relevance | path

Searched refs:cmpRes (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/CodeGen/X86/
Davx512-calling-conv.ll53 %cmpRes = icmp sgt <8 x i32>%a, %b
54 %resi = call <8 x i1> @func8xi1(<8 x i1> %cmpRes)
69 %cmpRes = icmp sgt <16 x i32>%a, %b
70 %resi = call <16 x i1> @func16xi1(<16 x i1> %cmpRes)
83 %cmpRes = icmp sgt <4 x i32>%a, %b
84 %resi = call <4 x i1> @func4xi1(<4 x i1> %cmpRes)
94 %cmpRes = icmp sgt <8 x i32>%a, %b
95 %resi = call <8 x i1> @func8xi1(<8 x i1> %cmpRes)
/external/deqp/framework/delibs/depool/
DdePoolHeap.h113 … int cmpRes = CMPFUNC(TYPENAME##Array_get(array, ndx), TYPENAME##Array_get(array, minChildNdx)); \
114 if (cmpRes == 1) \
133 int cmpRes = CMPFUNC(TYPENAME##Array_get(array, ndx), TYPENAME##Array_get(array, parentNdx)); \
134 if (cmpRes == -1) \
/external/icu/icu4c/source/common/
Dustrcase.cpp487 int32_t cmpRes = 0; in _cmpFold() local
612 cmpRes=0; /* c1==c2==-1 indicating end of strings */ in _cmpFold()
657 cmpRes=-1; /* string 1 ends before string 2 */ in _cmpFold()
660 cmpRes=1; /* string 2 ends before string 1 */ in _cmpFold()
835 cmpRes=c1-c2; in _cmpFold()
843 return cmpRes; in _cmpFold()