HomeSort by relevance Sort by last modified time
    Searched refs:WIDE (Results 1 - 25 of 48) sorted by null

1 2

  /art/compiler/dex/quick/arm64/
assemble_arm64.cc 28 // Used for instructions which do not have a wide variant.
32 // Used for instructions which have a wide variant with the sf bit set to 1.
36 // Used for instructions which have a wide variant with the size bits set to either x0 or x1.
40 // Used for instructions which have a wide variant with the sf and n bits set to 1.
106 ENCODING_MAP(WIDE(kA64Adc3rrr), SF_VARIANTS(0x1a000000),
110 ENCODING_MAP(WIDE(kA64Add4RRdT), SF_VARIANTS(0x11000000),
114 ENCODING_MAP(WIDE(kA64Add4rrro), SF_VARIANTS(0x0b000000),
118 ENCODING_MAP(WIDE(kA64Add4RRre), SF_VARIANTS(0x0b200000),
128 ENCODING_MAP(WIDE(kA64And3Rrl), SF_VARIANTS(0x12000000),
132 ENCODING_MAP(WIDE(kA64And4rrro), SF_VARIANTS(0x0a000000)
    [all...]
utility_arm64.cc 123 // Wide, as we need 8B alignment.
226 // 2. If the value is two bits wide, it can be encoded.
469 ArmOpcode opcode = LIKELY(value == 0) ? WIDE(kA64Mov2rr) : WIDE(kA64Mvn2rr);
483 return NewLIR3(WIDE(kA64Orr3Rrl), r_dest.GetReg(), rxzr, log_imm);
495 op = WIDE(kA64Movn3rdM);
498 op = WIDE(kA64Movz3rdM);
516 NewLIR3(WIDE(kA64Movk3rdM), r_dest.GetReg(), halfword, shift);
531 LIR *res = RawLIR(current_dalvik_offset_, WIDE(kA64Ldr2rp),
567 ArmOpcode wide = (r_dest_src1.Is64Bit()) ? WIDE(0) : UNWIDE(0) local
636 ArmOpcode wide = (r_dest_src1.Is64Bit()) ? WIDE(0) : UNWIDE(0); local
817 ArmOpcode wide = (is_wide) ? WIDE(0) : UNWIDE(0); local
940 ArmOpcode wide = (r_dest_src1.Is64Bit()) ? WIDE(0) : UNWIDE(0); local
    [all...]
int_arm64.cc 171 NewLIR4(is_wide ? WIDE(opcode) : opcode, rs_dest.GetReg(), left_op.GetReg(), right_op.GetReg(),
206 bool is_wide = rl_dest.ref || rl_dest.wide;
207 int opcode = is_wide ? WIDE(kA64Csel4rrrc) : kA64Csel4rrrc;
266 ArmOpcode wide = reg.Is64Bit() ? WIDE(0) : UNWIDE(0); local
267 branch = NewLIR2(opcode | wide, reg.GetReg(), 0);
272 ArmOpcode wide = reg.Is64Bit() ? WIDE(0) : UNWIDE(0); local
273 branch = NewLIR2(opcode | wide, reg.GetReg(), 0);
321 opcode = WIDE(opcode)
628 ArmOpcode wide; local
752 ArmOpcode wide = UNWIDE(0); local
1689 ArmOpcode wide = (size == k64) ? WIDE(0) : UNWIDE(0); local
    [all...]
arm64_lir.h 369 * WIDE, UNWIDE macros. For opcodes that allow it, the wide variant can be obtained by applying the
370 * WIDE macro to the non-wide opcode. E.g. WIDE(kA64Sub4RRdT).
373 // Return the wide and no-wide variants of the given opcode.
374 #define WIDE(op) ((ArmOpcode)((op) | kA64Wide))
377 // Whether the given opcode is wide.
385 #define FWIDE WIDE
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tsdtfmsy.cpp 65 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW};
90 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW};
173 // At least for English we know a wide eraName should be longer than an abbrev era
202 const UnicodeString *wideMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE);
203 fr2.setMonths(wideMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE);
204 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE) !=
205 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE )) {
206 errln("ERROR: setMonths(FORMAT,WIDE) failed");
223 const UnicodeString *standaloneWideMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE);
224 fr.setMonths(standaloneWideMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE);
    [all...]
  /external/icu/icu4c/source/test/intltest/
tsdtfmsy.cpp 66 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW};
91 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW};
209 // At least for English we know a wide eraName should be longer than an abbrev era
238 const UnicodeString *wideMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE);
239 fr2.setMonths(wideMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE);
240 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE) !=
241 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE )) {
242 errln("ERROR: setMonths(FORMAT,WIDE) failed");
259 const UnicodeString *standaloneWideMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE);
260 fr.setMonths(standaloneWideMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 34 private static final boolean WIDE = true;
112 int position = WIDE
120 int visibleBegin = WIDE ? mScrollX : mScrollY;
121 int visibleLength = WIDE ? getWidth() : getHeight();
123 int slotBegin = WIDE ? rect.left : rect.top;
124 int slotEnd = WIDE ? rect.right : rect.bottom;
182 if (!force && (WIDE ? position == mScrollX : position == mScrollY)) return;
183 if (WIDE) {
437 if (WIDE) {
512 if (WIDE) {
    [all...]
  /external/javassist/src/main/javassist/bytecode/
Bytecode.java 454 * Appends ALOAD or (WIDE) ALOAD_<n>
466 addOpcode(WIDE);
473 * Appends ASTORE or (WIDE) ASTORE_<n>
485 addOpcode(WIDE);
536 * Appends ILOAD or (WIDE) ILOAD_<n>
548 addOpcode(WIDE);
555 * Appends ISTORE or (WIDE) ISTORE_<n>
567 addOpcode(WIDE);
586 * Appends LLOAD or (WIDE) LLOAD_<n>
598 addOpcode(WIDE);
    [all...]
CodeAttribute.java 521 ci.writeByte(WIDE, pos - 3);
529 else if (opcode == WIDE) {
552 ci.writeByte(WIDE, pos - 2);
579 ci.writeByte(WIDE, pos - 1);
Opcode.java 229 int WIDE = 196;
440 0, // wide, 196 depends on the following opcode
CodeAnalyzer.java 248 case WIDE :
InstructionPrinter.java 135 case WIDE:
136 return wide(iter, pos);
148 private static String wide(CodeIterator iter, int pos) { method in class:InstructionPrinter
166 throw new RuntimeException("Invalid WIDE operand");
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
ClassProto.java 369 final byte WIDE = 1;
374 //the "type" for each field in fields. 0=reference,1=wide,2=other
417 //next, we need to group all the wide fields after the reference fields. But the wide fields have to be
422 if (fieldTypes[front] == WIDE) {
423 //we need to swap in a 32-bit field, so the wide fields will be correctly aligned
438 //do the swap thing for wide fields
441 if (fieldTypes[front] != WIDE) {
443 if (fieldTypes[back] == WIDE) {
451 if (fieldTypes[front] != WIDE) {
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
udat.cpp 446 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
458 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
470 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
478 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
551 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
563 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
575 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
583 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
dtfmtsym.cpp 184 static const char gNamesWideTag[]="wide";
563 case WIDE :
581 case WIDE :
624 case WIDE :
642 case WIDE :
672 case WIDE :
690 case WIDE :
801 case WIDE :
828 case WIDE :
895 case WIDE
    [all...]
  /external/icu/icu4c/source/i18n/
udat.cpp 501 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
513 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
529 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
537 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
615 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
627 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
643 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
651 syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
    [all...]
dtfmtsym.cpp 164 static const char gNamesWideTag[]="wide";
558 case WIDE :
577 case WIDE :
621 case WIDE :
643 case WIDE :
677 case WIDE :
696 case WIDE :
815 case WIDE :
842 case WIDE :
909 case WIDE
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 452 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
453 * Cast VALUE to type NARROW from type WIDE. In Py_DEBUG mode, this
459 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
460 (assert((WIDE)(NARROW)(VALUE) == (VALUE)), (NARROW)(VALUE))
462 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 452 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
453 * Cast VALUE to type NARROW from type WIDE. In Py_DEBUG mode, this
459 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
460 (assert((WIDE)(NARROW)(VALUE) == (VALUE)), (NARROW)(VALUE))
462 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) (NARROW)(VALUE)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
dtfmtsym.h 283 WIDE,
292 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
304 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
346 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW
357 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW
366 * @param width The width of returned strings, either WIDE or ABBREVIATED. There
379 * @param width The width of returned strings, either WIDE or ABBREVIATED. There
  /external/icu/icu4c/source/i18n/unicode/
dtfmtsym.h 284 WIDE,
300 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
312 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
318 * Gets wide weekday strings. For example: "Sunday", "Monday", etc.
327 * Sets wide weekday strings. For example: "Sunday", "Monday", etc.
356 * @param width The width of returned strings, either WIDE, ABBREVIATED, SHORT, or NARROW
367 * @param width The width of returned strings, either WIDE, ABBREVIATED, SHORT, or NARROW
376 * @param width The width of returned strings, either WIDE or ABBREVIATED. There
389 * @param width The width of returned strings, either WIDE or ABBREVIATED. There
607 * CLDR-style format wide weekday strings. For example: "Sunday", "Monday", etc
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ByteOps.java 223 public static final int WIDE = 0xc4;
311 /** "W": {@code wide ...} */
550 "c4 W wide;" +
  /dalvik/dx/src/com/android/dx/cf/direct/
CodeObserver.java 209 if (opcode == ByteOps.WIDE) {
  /external/javassist/src/main/javassist/bytecode/stackmap/
Liveness.java 252 else if (op == Opcode.WIDE)
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 617 dateFormatSym.getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
626 dateFormatSym.getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE);
636 dateFormatSym.getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
645 dateFormatSym.getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
    [all...]

Completed in 1612 milliseconds

1 2