Home
last modified time | relevance | path

Searched refs:WIDE (Results 1 – 25 of 73) sorted by relevance

123

/external/llvm/test/CodeGen/X86/
Dvec_cast2.ll3 …-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 …]
Dlower-bitcast.ll2 …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 …]
Dwiden_cast-4.ll2 …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 …]
Dbswap-vector.ll4 …e-avx2 -x86-experimental-vector-widening-legalization | FileCheck %s --check-prefix=CHECK-WIDE-AVX2
37 ; CHECK-WIDE-AVX2-LABEL: test1:
38 ; CHECK-WIDE-AVX2: # BB#0: # %entry
39 ; CHECK-WIDE-AVX2-NEXT: vpshufb {{.*#+}} xmm0 = xmm0[1,0,3,2,5,4,7,6,9,8,11,10,13,12,15,14]
40 ; CHECK-WIDE-AVX2-NEXT: retq
70 ; CHECK-WIDE-AVX2-LABEL: test2:
71 ; CHECK-WIDE-AVX2: # BB#0: # %entry
72 ; CHECK-WIDE-AVX2-NEXT: vpshufb {{.*#+}} xmm0 = xmm0[3,2,1,0,7,6,5,4,11,10,9,8,15,14,13,12]
73 ; CHECK-WIDE-AVX2-NEXT: retq
105 ; CHECK-WIDE-AVX2-LABEL: test3:
[all …]
/external/icu/icu4c/source/test/intltest/
Dtsdtfmsy.cpp66 …DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED,… in TestGetMonths2()
91 …DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED,… in TestGetWeekdays2()
238 … UnicodeString *wideMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE); in TestSymbols()
239 fr2.setMonths(wideMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE); in TestSymbols()
240 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE) != in TestSymbols()
241 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE )) { in TestSymbols()
259 … *standaloneWideMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE); in TestSymbols()
260 … fr.setMonths(standaloneWideMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE); in TestSymbols()
261 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE) != in TestSymbols()
262 *fr.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE )) { in TestSymbols()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DPluralRangesTest.java76 … {0.0, 1.0, ULocale.FRANCE, FormatWidth.WIDE, MeasureUnit.FAHRENHEIT, "0–1 degré Fahrenheit"}, in TestFormatting()
77 … {1.0, 2.0, ULocale.FRANCE, FormatWidth.WIDE, MeasureUnit.FAHRENHEIT, "1–2 degrés Fahrenheit"}, in TestFormatting()
80 {3.1, 4.25, ULocale.CHINESE, FormatWidth.WIDE, MeasureUnit.INCH, "3.1-4.25英寸"}, in TestFormatting()
81 {0.0, 1.0, ULocale.ENGLISH, FormatWidth.WIDE, MeasureUnit.INCH, "0–1 inches"}, in TestFormatting()
91 … {0.0, 1.0, ULocale.ENGLISH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0.00–1.00 euros"}, in TestFormatting()
92 … {0.0, 1.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0,00–1,00 euro"}, in TestFormatting()
93 … {0.0, 2.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0,00–2,00 euros"}, in TestFormatting()
94 …{0.0, 100.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("JPY"), "0–100 yens japonais"}, in TestFormatting()
DIntlTestDateFormatSymbols.java60 … int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW}; in TestGetMonths2()
81 … int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW}; in TestGetWeekdays2()
186 final String[] wideMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
187 fr2.setMonths(wideMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
188 final String[] wideMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
231 …inal String[] standaloneMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE); in TestSymbols()
232 fr.setMonths(standaloneMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE); in TestSymbols()
233 …nal String[] standaloneMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE); in TestSymbols()
306 … final String[] wideWeekdays = en.getWeekdays(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
307 fr2.setWeekdays(wideWeekdays,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
[all …]
DMeasureUnitTest.java694 ULocale.FRENCH, FormatWidth.WIDE); in TestExamplesInDocs()
715 MeasureFormat fmtEn = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in TestExamplesInDocs()
835 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE, nf); in TestFormatPeriodEn()
846 mf = MeasureFormat.getInstance(ULocale.GERMAN, FormatWidth.WIDE, nf); in TestFormatPeriodEn()
854 mf = MeasureFormat.getInstance(Locale.GERMAN, FormatWidth.WIDE, nf); in TestFormatPeriodEn()
889 ULocale.ENGLISH, FormatWidth.WIDE, nf); in Test10219FractionalPlurals()
905 FormatWidth[] styles = new FormatWidth[] {FormatWidth.WIDE, FormatWidth.SHORT}; in TestGreek()
1009 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatSingleArg()
1014 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresZeroArg()
1019 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresOneArg()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralRangesTest.java72 … {0.0, 1.0, ULocale.FRANCE, FormatWidth.WIDE, MeasureUnit.FAHRENHEIT, "0–1 degré Fahrenheit"}, in TestFormatting()
73 … {1.0, 2.0, ULocale.FRANCE, FormatWidth.WIDE, MeasureUnit.FAHRENHEIT, "1–2 degrés Fahrenheit"}, in TestFormatting()
76 {3.1, 4.25, ULocale.CHINESE, FormatWidth.WIDE, MeasureUnit.INCH, "3.1-4.25英寸"}, in TestFormatting()
77 {0.0, 1.0, ULocale.ENGLISH, FormatWidth.WIDE, MeasureUnit.INCH, "0–1 inches"}, in TestFormatting()
87 … {0.0, 1.0, ULocale.ENGLISH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0.00–1.00 euros"}, in TestFormatting()
88 … {0.0, 1.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0,00–1,00 euro"}, in TestFormatting()
89 … {0.0, 2.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0,00–2,00 euros"}, in TestFormatting()
90 …{0.0, 100.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("JPY"), "0–100 yens japonais"}, in TestFormatting()
DIntlTestDateFormatSymbols.java56 … int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW}; in TestGetMonths2()
77 … int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW}; in TestGetWeekdays2()
182 final String[] wideMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
183 fr2.setMonths(wideMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
184 final String[] wideMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
227 …inal String[] standaloneMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE); in TestSymbols()
228 fr.setMonths(standaloneMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE); in TestSymbols()
229 …nal String[] standaloneMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE); in TestSymbols()
302 … final String[] wideWeekdays = en.getWeekdays(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
303 fr2.setWeekdays(wideWeekdays,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
[all …]
DMeasureUnitTest.java690 ULocale.FRENCH, FormatWidth.WIDE); in TestExamplesInDocs()
711 MeasureFormat fmtEn = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in TestExamplesInDocs()
831 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE, nf); in TestFormatPeriodEn()
842 mf = MeasureFormat.getInstance(ULocale.GERMAN, FormatWidth.WIDE, nf); in TestFormatPeriodEn()
850 mf = MeasureFormat.getInstance(Locale.GERMAN, FormatWidth.WIDE, nf); in TestFormatPeriodEn()
885 ULocale.ENGLISH, FormatWidth.WIDE, nf); in Test10219FractionalPlurals()
901 FormatWidth[] styles = new FormatWidth[] {FormatWidth.WIDE, FormatWidth.SHORT}; in TestGreek()
1005 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatSingleArg()
1010 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresZeroArg()
1015 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresOneArg()
[all …]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DDateFormatSymbols.java109 public static final int WIDE = 1; field in DateFormatSymbols
306 case WIDE: in getMonths()
338 case WIDE: in setMonths()
392 case WIDE: in getWeekdays()
415 case WIDE: in setWeekdays()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormatSymbols.java127 public static final int WIDE = 1; field in DateFormatSymbols
735 case WIDE : in getMonths()
749 case WIDE : in getMonths()
789 case WIDE : in setMonths()
804 case WIDE : in setMonths()
862 case WIDE : in getWeekdays()
878 case WIDE : in getWeekdays()
911 case WIDE : in setWeekdays()
927 case WIDE : in setWeekdays()
992 case WIDE : in getQuarters()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateFormatSymbols.java125 public static final int WIDE = 1; field in DateFormatSymbols
718 case WIDE : in getMonths()
732 case WIDE : in getMonths()
770 case WIDE : in setMonths()
785 case WIDE : in setMonths()
839 case WIDE : in getWeekdays()
855 case WIDE : in getWeekdays()
887 case WIDE : in setWeekdays()
903 case WIDE : in setWeekdays()
964 case WIDE : in getQuarters()
[all …]
DCurrencyFormat.java44 mf = MeasureFormat.getInstance(locale, FormatWidth.WIDE); in CurrencyFormat()
/external/javassist/src/main/javassist/bytecode/
DBytecode.java466 addOpcode(WIDE); in addAload()
485 addOpcode(WIDE); in addAstore()
548 addOpcode(WIDE); in addIload()
567 addOpcode(WIDE); in addIstore()
598 addOpcode(WIDE); in addLload()
617 addOpcode(WIDE); in addLstore()
648 addOpcode(WIDE); in addDload()
667 addOpcode(WIDE); in addDstore()
698 addOpcode(WIDE); in addFload()
717 addOpcode(WIDE); in addFstore()
[all …]
DCodeAttribute.java521 ci.writeByte(WIDE, pos - 3); in shiftIndex()
529 else if (opcode == WIDE) { in shiftIndex()
552 ci.writeByte(WIDE, pos - 2); in shiftIndex8()
579 ci.writeByte(WIDE, pos - 1); in shiftIndex0()
/external/icu/icu4c/source/i18n/
Dudat.cpp661 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
673 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
689 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols()
697 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
705 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols()
717 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols()
799 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
811 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
827 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_countSymbols()
835 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
[all …]
Ddtfmtsym.cpp642 case WIDE : in getMonths()
661 case WIDE : in getMonths()
705 case WIDE : in getWeekdays()
727 case WIDE : in getWeekdays()
761 case WIDE : in getQuarters()
780 case WIDE : in getQuarters()
950 case WIDE : in setMonths()
977 case WIDE : in setMonths()
1044 case WIDE : in setWeekdays()
1078 case WIDE : in setWeekdays()
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DClassProto.java64 private static final byte WIDE = 1; field in ClassProto
440 if (fieldTypes[front] == WIDE) {
459 if (fieldTypes[front] != WIDE) {
461 if (fieldTypes[back] == WIDE) {
469 if (fieldTypes[front] != WIDE) {
512 if (fieldTypes[i] == WIDE && !gotDouble) {
523 if (fieldTypes[i] == WIDE) {
/external/compiler-rt/lib/builtins/arm/
Dudivsi3.S121 WIDE(addhs) r3, r3, IMM (1 << shift); \
122 WIDE(subhs) r0, r0, r1, lsl IMM shift
Dudivmodsi4.S124 WIDE(addhs) r3, r3, IMM (1 << shift); \
125 WIDE(subhs) r0, r0, r1, lsl IMM shift
/external/compiler-rt/lib/builtins/
Dassembly.h94 #define WIDE(op) op.w macro
96 #define WIDE(op) op macro
/external/ipsec-tools/src/libipsec/
DNOTICE1 Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
30 Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
/external/iputils/doc/
Dninfod.sgml82 <command/ninfod/ was written by USAGI/WIDE Project.
90 Copyright (C) 2002 USAGI/WIDE Project.

123