Home
last modified time | relevance | path

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

123456

/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 …]
Dbswap-vector.ll5 … 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 …]
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 …]
/external/r8/src/test/java/com/android/tools/r8/ir/regalloc/
DRegisterMoveSchedulerTest.java139 scheduler.addMove(new RegisterMove(0, 2, MoveType.WIDE)); in testWideParallelMove()
140 scheduler.addMove(new RegisterMove(2, 0, MoveType.WIDE)); in testWideParallelMove()
146 assertEquals(MoveType.WIDE, tempMove.outType()); in testWideParallelMove()
147 assertEquals(MoveType.WIDE, firstMove.outType()); in testWideParallelMove()
148 assertEquals(MoveType.WIDE, secondMove.outType()); in testWideParallelMove()
164 scheduler.addMove(new RegisterMove(1, 0, MoveType.WIDE)); in testMixedParralelMove()
171 assertEquals(MoveType.WIDE, tempMove.outType()); in testMixedParralelMove()
173 assertEquals(MoveType.WIDE, secondMove.outType()); in testMixedParralelMove()
190 scheduler.addMove(new RegisterMove(1, 0, MoveType.WIDE)); in testMixedParralelMove2()
196 assertEquals(MoveType.WIDE, tempMove.outType()); in testMixedParralelMove2()
[all …]
/external/r8/src/main/java/com/android/tools/r8/ir/code/
DMoveType.java13 WIDE, enumConstant
17 return this == MoveType.WIDE ? 2 : 1; in requiredRegisters()
28 case WIDE: in fromMemberType()
29 return MoveType.WIDE; in fromMemberType()
51 return MoveType.WIDE; in fromTypeDescriptorChar()
74 return MoveType.WIDE; in fromConstType()
90 return MoveType.WIDE; in fromNumericType()
DMemberType.java13 WIDE, enumConstant
28 case WIDE: in moveTypeFor()
29 return MoveType.WIDE; in moveTypeFor()
54 return MemberType.WIDE; in fromTypeDescriptorChar()
DReturn.java59 case WIDE: in createDexInstruction()
60 assert returnType == MoveType.WIDE; in createDexInstruction()
/external/icu/icu4c/source/test/intltest/
Dtsdtfmsy.cpp68 …DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED,… in TestGetMonths2()
93 …DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED,… in TestGetWeekdays2()
240 … UnicodeString *wideMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE); in TestSymbols()
241 fr2.setMonths(wideMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE); in TestSymbols()
242 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE) != in TestSymbols()
243 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE )) { in TestSymbols()
261 … *standaloneWideMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE); in TestSymbols()
262 … fr.setMonths(standaloneWideMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE); in TestSymbols()
263 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE) != in TestSymbols()
264 *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.java59 … int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW}; in TestGetMonths2()
81 … int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW}; in TestGetWeekdays2()
188 final String[] wideMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
189 fr2.setMonths(wideMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
190 final String[] wideMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
233 …inal String[] standaloneMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE); in TestSymbols()
234 fr.setMonths(standaloneMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE); in TestSymbols()
235 …nal String[] standaloneMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE); in TestSymbols()
308 … final String[] wideWeekdays = en.getWeekdays(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
309 fr2.setWeekdays(wideWeekdays,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
[all …]
DMeasureUnitTest.java1027 ULocale.FRENCH, FormatWidth.WIDE); in TestExamplesInDocs()
1048 MeasureFormat fmtEn = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in TestExamplesInDocs()
1169 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE, nf); in TestFormatPeriodEn()
1180 mf = MeasureFormat.getInstance(ULocale.GERMAN, FormatWidth.WIDE, nf); in TestFormatPeriodEn()
1188 mf = MeasureFormat.getInstance(Locale.GERMAN, FormatWidth.WIDE, nf); in TestFormatPeriodEn()
1224 ULocale.ENGLISH, FormatWidth.WIDE, nf); in Test10219FractionalPlurals()
1241 FormatWidth[] styles = new FormatWidth[] {FormatWidth.WIDE, FormatWidth.SHORT}; in TestGreek()
1347 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatSingleArg()
1353 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresZeroArg()
1359 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.java75 … {0.0, 1.0, ULocale.FRANCE, FormatWidth.WIDE, MeasureUnit.FAHRENHEIT, "0–1 degré Fahrenheit"}, in TestFormatting()
76 … {1.0, 2.0, ULocale.FRANCE, FormatWidth.WIDE, MeasureUnit.FAHRENHEIT, "1–2 degrés Fahrenheit"}, in TestFormatting()
79 {3.1, 4.25, ULocale.CHINESE, FormatWidth.WIDE, MeasureUnit.INCH, "3.1-4.25英寸"}, in TestFormatting()
80 {0.0, 1.0, ULocale.ENGLISH, FormatWidth.WIDE, MeasureUnit.INCH, "0–1 inches"}, in TestFormatting()
90 … {0.0, 1.0, ULocale.ENGLISH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0.00–1.00 euros"}, in TestFormatting()
91 … {0.0, 1.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0,00–1,00 euro"}, in TestFormatting()
92 … {0.0, 2.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0,00–2,00 euros"}, in TestFormatting()
93 …{0.0, 100.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("JPY"), "0–100 yens japonais"}, in TestFormatting()
DIntlTestDateFormatSymbols.java58 … int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW}; in TestGetMonths2()
80 … int[] width = {DateFormatSymbols.WIDE, DateFormatSymbols.ABBREVIATED, DateFormatSymbols.NARROW}; in TestGetWeekdays2()
187 final String[] wideMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
188 fr2.setMonths(wideMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
189 final String[] wideMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
232 …inal String[] standaloneMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE); in TestSymbols()
233 fr.setMonths(standaloneMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE); in TestSymbols()
234 …nal String[] standaloneMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE); in TestSymbols()
307 … final String[] wideWeekdays = en.getWeekdays(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
308 fr2.setWeekdays(wideWeekdays,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
[all …]
DMeasureUnitTest.java1026 ULocale.FRENCH, FormatWidth.WIDE); in TestExamplesInDocs()
1047 MeasureFormat fmtEn = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in TestExamplesInDocs()
1168 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE, nf); in TestFormatPeriodEn()
1179 mf = MeasureFormat.getInstance(ULocale.GERMAN, FormatWidth.WIDE, nf); in TestFormatPeriodEn()
1187 mf = MeasureFormat.getInstance(Locale.GERMAN, FormatWidth.WIDE, nf); in TestFormatPeriodEn()
1223 ULocale.ENGLISH, FormatWidth.WIDE, nf); in Test10219FractionalPlurals()
1240 FormatWidth[] styles = new FormatWidth[] {FormatWidth.WIDE, FormatWidth.SHORT}; in TestGreek()
1346 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatSingleArg()
1352 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresZeroArg()
1358 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.java111 public static final int WIDE = 1; field in DateFormatSymbols
308 case WIDE: in getMonths()
340 case WIDE: in setMonths()
394 case WIDE: in getWeekdays()
417 case WIDE: in setWeekdays()
/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 …]
/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DRegisterMoveScheduler.java111 } else if (move.type == MoveType.WIDE && (moveSrc + 1) == src) { in findMovesWithSrc()
113 } else if (type == MoveType.WIDE && (moveSrc - 1) == src) { in findMovesWithSrc()
151 usedTempRegisters += moveWithSrc.type == MoveType.WIDE ? 2 : 1; in createMoveDestToTemp()
161 if (move.type != MoveType.WIDE) { in pickMoveToUnblock()
DRegisterMove.java35 if (type == MoveType.WIDE && (dst + 1) == register) { in writes()
50 if (move.type == MoveType.WIDE) { in isBlocked()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateFormatSymbols.java134 public static final int WIDE = 1; field in DateFormatSymbols
776 case WIDE : in getMonths()
790 case WIDE : in getMonths()
828 case WIDE : in setMonths()
843 case WIDE : in setMonths()
897 case WIDE : in getWeekdays()
913 case WIDE : in getWeekdays()
945 case WIDE : in setWeekdays()
961 case WIDE : in setWeekdays()
1022 case WIDE : in getQuarters()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormatSymbols.java136 public static final int WIDE = 1; field in DateFormatSymbols
793 case WIDE : in getMonths()
807 case WIDE : in getMonths()
847 case WIDE : in setMonths()
862 case WIDE : in setMonths()
920 case WIDE : in getWeekdays()
936 case WIDE : in getWeekdays()
969 case WIDE : in setWeekdays()
985 case WIDE : in setWeekdays()
1050 case WIDE : in getQuarters()
[all …]
/external/icu/icu4c/source/i18n/
Dudat.cpp663 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
675 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
691 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols()
699 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
707 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols()
719 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols()
801 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
813 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
829 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_countSymbols()
837 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
[all …]
/external/llvm/test/Transforms/IndVarSimplify/
Dpr27133.ll11 ; CHECK: %[[WIDE:.*]] = phi i64
13 ; CHECK: invoke void @fn1(i64 %[[WIDE]])
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/
Dwideloads.ll8 ; RUN: %t.pexe -o %t && %t | FileCheck %s --check-prefix=WIDE --allow-empty
36 ; WIDE-NOT: Illegal
/external/compiler-rt/lib/builtins/arm/
Dudivsi3.S121 WIDE(addhs) r3, r3, IMM (1 << shift); \
122 WIDE(subhs) r0, r0, r1, lsl IMM shift

123456