/external/llvm/test/CodeGen/X86/ |
D | vec_cast2.ll | 3 …-mattr=+avx -x86-experimental-vector-widening-legalization | FileCheck %s --check-prefix=CHECK-WIDE 18 ; CHECK-WIDE-LABEL: foo1_8: 19 ; CHECK-WIDE: ## BB#0: 20 ; CHECK-WIDE-NEXT: vpmovsxbd %xmm0, %xmm1 21 ; CHECK-WIDE-NEXT: vpshufd {{.*#+}} xmm0 = xmm0[1,1,2,3] 22 ; CHECK-WIDE-NEXT: vpmovsxbd %xmm0, %xmm0 23 ; CHECK-WIDE-NEXT: vinsertf128 $1, %xmm0, %ymm1, %ymm0 24 ; CHECK-WIDE-NEXT: vcvtdq2ps %ymm0, %ymm0 25 ; CHECK-WIDE-NEXT: retl 38 ; CHECK-WIDE-LABEL: foo1_4: [all …]
|
D | lower-bitcast.ll | 2 …mattr=+sse2 -x86-experimental-vector-widening-legalization | FileCheck %s --check-prefix=CHECK-WIDE 22 ; CHECK-WIDE-LABEL: test1 23 ; CHECK-WIDE-NOT: movsd 24 ; CHECK-WIDE: paddd 25 ; CHECK-WIDE-NEXT: ret 40 ; CHECK-WIDE-LABEL: test2 41 ; CHECK-WIDE-NOT: movsd 42 ; CHECK-WIDE: paddd 43 ; CHECK-WIDE-NEXT: ret 58 ; CHECK-WIDE-LABEL: test3 [all …]
|
D | bswap-vector.ll | 5 … FileCheck %s --check-prefix=CHECK-ALL --check-prefix=CHECK-WIDE-AVX --check-prefix=CHECK-WIDE-AVX2 38 ; CHECK-WIDE-AVX-LABEL: test1: 39 ; CHECK-WIDE-AVX: # BB#0: # %entry 40 ; CHECK-WIDE-AVX-NEXT: vpshufb {{.*#+}} xmm0 = xmm0[1,0,3,2,5,4,7,6,9,8,11,10,13,12,15,14] 41 ; CHECK-WIDE-AVX-NEXT: retq 71 ; CHECK-WIDE-AVX-LABEL: test2: 72 ; CHECK-WIDE-AVX: # BB#0: # %entry 73 ; CHECK-WIDE-AVX-NEXT: vpshufb {{.*#+}} xmm0 = xmm0[3,2,1,0,7,6,5,4,11,10,9,8,15,14,13,12] 74 ; CHECK-WIDE-AVX-NEXT: retq 106 ; CHECK-WIDE-AVX-LABEL: test3: [all …]
|
D | widen_cast-4.ll | 2 …ttr=+sse4.2 -x86-experimental-vector-widening-legalization | FileCheck %s --check-prefix=CHECK-WIDE 6 ; CHECK-WIDE-LABEL: update: 58 ; CHECK-WIDE: %forbody 59 ; CHECK-WIDE: movd 60 ; CHECK-WIDE-NEXT: pinsrd 61 ; CHECK-WIDE-NEXT: paddb 62 ; CHECK-WIDE-NEXT: psrlw $2 63 ; CHECK-WIDE-NEXT: pand 64 ; CHECK-WIDE-NEXT: pxor 65 ; CHECK-WIDE-NEXT: psubb [all …]
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | widen_cast-4.ll | 2 ; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+sse4.2 | FileCheck %s --check-prefix=WIDE 7 ; WIDE-LABEL: update: 8 ; WIDE: # %bb.0: # %entry 9 ; WIDE-NEXT: subl $12, %esp 10 ; WIDE-NEXT: movl $0, (%esp) 11 ; WIDE-NEXT: pcmpeqd %xmm0, %xmm0 12 ; WIDE-NEXT: movdqa {{.*#+}} xmm1 = [63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63] 13 ; WIDE-NEXT: movdqa {{.*#+}} xmm2 = [32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32] 14 ; WIDE-NEXT: .p2align 4, 0x90 15 ; WIDE-NEXT: .LBB0_1: # %forcond [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | tsdtfmsy.cpp | 68 …DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED,… in TestGetMonths2() 93 …DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED,… in TestGetWeekdays2() 241 … UnicodeString *wideMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE); in TestSymbols() 242 fr2.setMonths(wideMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE); in TestSymbols() 243 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE) != in TestSymbols() 244 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE )) { in TestSymbols() 262 … *standaloneWideMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE); in TestSymbols() 263 … fr.setMonths(standaloneWideMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE); in TestSymbols() 264 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE) != in TestSymbols() 265 *fr.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE )) { in TestSymbols() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestDateFormatSymbols.java | 62 … int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW}; in TestGetMonths2() 84 … int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW}; in TestGetWeekdays2() 206 final String[] wideMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() 207 fr2.setMonths(wideMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() 208 final String[] wideMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() 251 …inal String[] standaloneMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE); in TestSymbols() 252 fr.setMonths(standaloneMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE); in TestSymbols() 253 …nal String[] standaloneMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE); in TestSymbols() 326 … final String[] wideWeekdays = en.getWeekdays(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() 327 fr2.setWeekdays(wideWeekdays,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() [all …]
|
D | ListFormatterTest.java | 331 { "pt", Type.AND, Width.WIDE, "A, B e C" }, in TestCreateStyled() 334 { "pt", Type.OR, Width.WIDE, "A, B ou C" }, in TestCreateStyled() 337 { "pt", Type.UNITS, Width.WIDE, "A, B e C" }, in TestCreateStyled() 340 { "en", Type.AND, Width.WIDE, "A, B, and C" }, in TestCreateStyled() 343 { "en", Type.OR, Width.WIDE, "A, B, or C" }, in TestCreateStyled() 346 { "en", Type.UNITS, Width.WIDE, "A, B, C" }, in TestCreateStyled() 379 Width[] widths = {Width.WIDE, Width.SHORT, Width.NARROW}; in TestContextual()
|
D | MeasureUnitTest.java | 1899 ULocale.FRENCH, FormatWidth.WIDE); in TestExamplesInDocs() 1920 MeasureFormat fmtEn = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in TestExamplesInDocs() 2065 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE, nf); in TestFormatPeriodEn() 2076 mf = MeasureFormat.getInstance(ULocale.GERMAN, FormatWidth.WIDE, nf); in TestFormatPeriodEn() 2084 mf = MeasureFormat.getInstance(Locale.GERMAN, FormatWidth.WIDE, nf); in TestFormatPeriodEn() 2131 ULocale.ENGLISH, FormatWidth.WIDE, nf); in Test10219FractionalPlurals() 2148 FormatWidth[] styles = new FormatWidth[] {FormatWidth.WIDE, FormatWidth.SHORT}; in TestGreek() 2263 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatSingleArg() 2269 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresZeroArg() 2275 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresOneArg() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | IntlTestDateFormatSymbols.java | 65 … int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW}; in TestGetMonths2() 87 … int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW}; in TestGetWeekdays2() 209 final String[] wideMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() 210 fr2.setMonths(wideMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() 211 final String[] wideMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() 254 …inal String[] standaloneMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE); in TestSymbols() 255 fr.setMonths(standaloneMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE); in TestSymbols() 256 …nal String[] standaloneMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE); in TestSymbols() 329 … final String[] wideWeekdays = en.getWeekdays(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() 330 fr2.setWeekdays(wideWeekdays,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() [all …]
|
D | ListFormatterTest.java | 334 { "pt", Type.AND, Width.WIDE, "A, B e C" }, in TestCreateStyled() 337 { "pt", Type.OR, Width.WIDE, "A, B ou C" }, in TestCreateStyled() 340 { "pt", Type.UNITS, Width.WIDE, "A, B e C" }, in TestCreateStyled() 343 { "en", Type.AND, Width.WIDE, "A, B, and C" }, in TestCreateStyled() 346 { "en", Type.OR, Width.WIDE, "A, B, or C" }, in TestCreateStyled() 349 { "en", Type.UNITS, Width.WIDE, "A, B, C" }, in TestCreateStyled() 382 Width[] widths = {Width.WIDE, Width.SHORT, Width.NARROW}; in TestContextual()
|
D | MeasureUnitTest.java | 1902 ULocale.FRENCH, FormatWidth.WIDE); in TestExamplesInDocs() 1923 MeasureFormat fmtEn = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in TestExamplesInDocs() 2068 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE, nf); in TestFormatPeriodEn() 2079 mf = MeasureFormat.getInstance(ULocale.GERMAN, FormatWidth.WIDE, nf); in TestFormatPeriodEn() 2087 mf = MeasureFormat.getInstance(Locale.GERMAN, FormatWidth.WIDE, nf); in TestFormatPeriodEn() 2134 ULocale.ENGLISH, FormatWidth.WIDE, nf); in Test10219FractionalPlurals() 2151 FormatWidth[] styles = new FormatWidth[] {FormatWidth.WIDE, FormatWidth.SHORT}; in TestGreek() 2266 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatSingleArg() 2272 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresZeroArg() 2278 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresOneArg() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateFormatSymbols.java | 136 public static final int WIDE = 1; field in DateFormatSymbols 798 case WIDE : in getMonths() 812 case WIDE : in getMonths() 852 case WIDE : in setMonths() 867 case WIDE : in setMonths() 925 case WIDE : in getWeekdays() 941 case WIDE : in getWeekdays() 974 case WIDE : in setWeekdays() 990 case WIDE : in setWeekdays() 1055 case WIDE : in getQuarters() [all …]
|
D | ListFormatter.java | 159 WIDE, enumConstant 789 case WIDE: in typeWidthToStyleString() 800 case WIDE: in typeWidthToStyleString() 811 case WIDE: in typeWidthToStyleString()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DateFormatSymbols.java | 133 public static final int WIDE = 1; field in DateFormatSymbols 778 case WIDE : in getMonths() 792 case WIDE : in getMonths() 830 case WIDE : in setMonths() 845 case WIDE : in setMonths() 899 case WIDE : in getWeekdays() 915 case WIDE : in getWeekdays() 947 case WIDE : in setWeekdays() 963 case WIDE : in setWeekdays() 1024 case WIDE : in getQuarters() [all …]
|
/external/javassist/src/main/javassist/bytecode/ |
D | Bytecode.java | 475 addOpcode(WIDE); in addAload() 494 addOpcode(WIDE); in addAstore() 557 addOpcode(WIDE); in addIload() 576 addOpcode(WIDE); in addIstore() 607 addOpcode(WIDE); in addLload() 626 addOpcode(WIDE); in addLstore() 657 addOpcode(WIDE); in addDload() 676 addOpcode(WIDE); in addDstore() 707 addOpcode(WIDE); in addFload() 726 addOpcode(WIDE); in addFstore() [all …]
|
D | CodeAttribute.java | 542 ci.writeByte(WIDE, pos - 3); in shiftIndex() 550 else if (opcode == WIDE) { in shiftIndex() 573 ci.writeByte(WIDE, pos - 2); in shiftIndex8() 600 ci.writeByte(WIDE, pos - 1); in shiftIndex0()
|
/external/llvm-project/llvm/test/Transforms/IndVarSimplify/X86/ |
D | pr27133.ll | 11 ; CHECK: %[[WIDE:.*]] = phi i64 13 ; CHECK: invoke void @fn1(i64 %[[WIDE]])
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | pr27133.ll | 11 ; CHECK: %[[WIDE:.*]] = phi i64 13 ; CHECK: invoke void @fn1(i64 %[[WIDE]])
|
/external/icu/icu4c/source/i18n/ |
D | udat.cpp | 672 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols() 684 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols() 700 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols() 708 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols() 716 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols() 728 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols() 810 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols() 822 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols() 838 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_countSymbols() 846 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols() [all …]
|
/external/compiler-rt/lib/builtins/arm/ |
D | udivsi3.S | 121 WIDE(addhs) r3, r3, IMM (1 << shift); \ 122 WIDE(subhs) r0, r0, r1, lsl IMM shift
|
D | udivmodsi4.S | 124 WIDE(addhs) r3, r3, IMM (1 << shift); \ 125 WIDE(subhs) r0, r0, r1, lsl IMM shift
|
/external/compiler-rt/lib/builtins/ |
D | assembly.h | 104 #define WIDE(op) op.w macro 106 #define WIDE(op) op macro
|
/external/llvm-project/compiler-rt/lib/builtins/arm/ |
D | udivmodsi4.S | 115 WIDE(addhs) r3, r3, IMM (1 << shift); \ 116 WIDE(subhs) r0, r0, r1, lsl IMM shift
|
/external/python/cpython3/Include/ |
D | pyport.h | 312 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \ argument 313 (assert((WIDE)(NARROW)(VALUE) == (VALUE)), (NARROW)(VALUE)) 315 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
|