/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-06.ll | 8 define double @f1(double %a, double %b, i64 %i1, i32 %unext) { 14 %i2 = zext i32 %unext to i64 21 define double @f2(double %a, double %b, i64 %i1, i64 %unext) { 27 %i2 = and i64 %unext, 4294967295 34 define double @f3(double %a, double %b, i64 %i1, i32 %unext) { 38 %i2 = zext i32 %unext to i64 45 define double @f4(double %a, double %b, i64 %i1, i64 %unext) { 49 %i2 = and i64 %unext, 4294967295 56 define double @f5(double %a, double %b, i64 %i1, i32 %unext) { 62 %i2 = zext i32 %unext to i64 [all …]
|
D | int-cmp-05.ll | 8 define double @f1(double %a, double %b, i64 %i1, i32 %unext) { 14 %i2 = sext i32 %unext to i64 21 define double @f2(double %a, double %b, i64 %i1, i32 %unext) { 25 %i2 = sext i32 %unext to i64 32 define double @f3(double %a, double %b, i64 %i1, i32 %unext) { 38 %i2 = sext i32 %unext to i64 45 define double @f4(double %a, double %b, i64 %i1, i32 %unext) { 51 %i2 = sext i32 %unext to i64 64 %unext = load i32, i32 *%ptr 65 %i2 = sext i32 %unext to i64 [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-06.ll | 8 define double @f1(double %a, double %b, i64 %i1, i32 %unext) { 14 %i2 = zext i32 %unext to i64 21 define double @f2(double %a, double %b, i64 %i1, i64 %unext) { 27 %i2 = and i64 %unext, 4294967295 34 define double @f3(double %a, double %b, i64 %i1, i32 %unext) { 38 %i2 = zext i32 %unext to i64 45 define double @f4(double %a, double %b, i64 %i1, i64 %unext) { 49 %i2 = and i64 %unext, 4294967295 56 define double @f5(double %a, double %b, i64 %i1, i32 %unext) { 62 %i2 = zext i32 %unext to i64 [all …]
|
D | int-cmp-05.ll | 8 define double @f1(double %a, double %b, i64 %i1, i32 %unext) { 14 %i2 = sext i32 %unext to i64 21 define double @f2(double %a, double %b, i64 %i1, i32 %unext) { 25 %i2 = sext i32 %unext to i64 32 define double @f3(double %a, double %b, i64 %i1, i32 %unext) { 38 %i2 = sext i32 %unext to i64 45 define double @f4(double %a, double %b, i64 %i1, i32 %unext) { 51 %i2 = sext i32 %unext to i64 64 %unext = load i32 , i32 *%ptr 65 %i2 = sext i32 %unext to i64 [all …]
|
/external/libopus/celt/ |
D | cwrs.c | 548 static OPUS_INLINE void unext(opus_uint32 *_ui,unsigned _len,opus_uint32 _ui0){ in unext() function 596 for(k=2;k<_n;k++)unext(_u+1,_k+1,1); in ncwrs_urow() 660 unext(_u,_k+2,0); in icwrs()
|
/external/icu/icu4c/source/common/unicode/ |
D | strenum.h | 156 virtual const char16_t* unext(int32_t *resultLength, UErrorCode& status);
|
/external/icu/icu4c/source/common/ |
D | ustrenum.cpp | 62 StringEnumeration::unext(int32_t *resultLength, UErrorCode &status) { in unext() function in StringEnumeration 217 return THIS(en)->unext(resultLength, *ec); in ustrenum_unext()
|
/external/icu/icu4c/source/test/intltest/ |
D | svccoll.cpp | 522 const UChar *s = iter.unext(NULL, ec); in checkStringEnumeration()
|
D | ustrtest.cpp | 1726 pu=ten.unext(&length, status); in TestStringEnumeration() 1733 if(ten.unext(&length, status)!=NULL) { in TestStringEnumeration()
|
D | calregts.cpp | 2673 while ((id = tz->unext(NULL, ec)) != NULL && U_SUCCESS(ec)) { in TestTimeZoneTransitionAdd()
|
D | caltest.cpp | 640 while ((ucharValue = values->unext(&valueLength, status)) != NULL) { in TestGenericAPI()
|