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

1 2 3

  /dalvik/vm/mterp/x86-atom/
OP_CONST_WIDE_HIGH16.S 23 * Description: Move the given literal value (right-zero-extended to 64
31 FETCH 1, %ecx # %ecx<- 0000BBBB (zero-extended)
OP_CONST_WIDE_16.S 23 * Description: Move the given literal value (sign-extended to 64 bits)
31 FETCHs 1, %ecx # %ecx<- ssssBBBB (sign-extended)
32 movl %ecx, %edx # %edx<- ssssBBBB (sign-extended)
OP_CONST_HIGH16.S 23 * Description: Move the given literal value (right-zero-extended to 32
31 FETCH 1, %ecx # %ecx<- 0000BBBB (zero-extended)
OP_GOTO_16.S 31 FETCHs 1, %edx # %edx<- ssssAAAA (sign-extended)
OP_RSUB_INT_LIT8.S 24 * signed extended 8-bit literal value.
32 FETCH_CCs 1, %edx # %edx<- +CC, sign-extended literal
OP_CONST_4.S 23 * Description: Move the given literal value (right-sign-extended to 32
36 sar $$28, %edx # %edx<- right-zero-extended B
OP_RSUB_INT.S 24 * signed extended 16-bit literal value and store the
35 FETCHs 1, %edx # %edx<- +CCCC, sign-extended literal
binopLit16.S 27 * sign extended 16-bit literal value and store the
38 FETCHs 1, %edx # %edx<- +CCCC, sign-extended literal
binopLit8.S 27 * signed extended 8-bit literal value
35 FETCH_CCs 1, %edx # %edx<- +CC, sign-extended literal
binopLit8S.S 27 * signed extended 8-bit literal value
35 FETCH_CCs 1, %ecx # %ecx<- +CC, sign-extended literal
  /dalvik/vm/mterp/armv5te/
OP_CONST_16.S 3 FETCH_S(r0, 1) @ r0<- ssssBBBB (sign-extended)
binopLit8.S 16 FETCH_S(r3, 1) @ r3<- ssssCCBB (sign-extended for CC)
20 movs r1, r3, asr #8 @ r1<- ssssssCC (sign extended)
OP_CONST_4.S 6 mov r1, r1, asr #28 @ r1<- sssssssB (sign-extended)
OP_CONST_HIGH16.S 3 FETCH(r0, 1) @ r0<- 0000BBBB (zero-extended)
OP_CONST_WIDE_16.S 3 FETCH_S(r0, 1) @ r0<- ssssBBBB (sign-extended)
OP_CONST_WIDE_HIGH16.S 3 FETCH(r1, 1) @ r1<- 0000BBBB (zero-extended)
binopLit16.S 15 FETCH_S(r1, 1) @ r1<- ssssCCCC (sign-extended)
OP_GOTO.S 11 movs r9, r0, asr #24 @ r9<- ssssssAA (sign-extended)
OP_GOTO_16.S 10 FETCH_S(r0, 1) @ r0<- ssssAAAA (sign-extended)
  /dalvik/vm/mterp/armv6t2/
OP_CONST_4.S 6 mov r1, r1, asr #28 @ r1<- sssssssB (sign-extended)
binopLit16.S 15 FETCH_S(r1, 1) @ r1<- ssssCCCC (sign-extended)
  /external/webkit/WebCore/platform/text/gtk/
TextCodecGtk.h 56 static void registerEncodingNames(EncodingNameRegistrar registrar, bool extended);
57 static void registerCodecs(TextCodecRegistrar registrar, bool extended);
  /bootable/diskinstaller/libdiskconfig/
config_mbr.c 119 /* this should be made an extended partition, and should take
125 * create a chain of extended partition tables, and first one is at
133 /* This function configures an extended boot record at the beginning of an
134 * extended partition. This creates a logical partition and a pointer to
137 * ext_lba == The start of the toplevel extended partition (pointed to by the
185 * next extended partition.
192 * of the top-level extended partition */
220 int extended = 0; local
231 extended = 1;
236 LOGE("Cannot create primary extended partition.")
    [all...]
  /system/core/libdiskconfig/
config_mbr.c 119 /* this should be made an extended partition, and should take
125 * create a chain of extended partition tables, and first one is at
133 /* This function configures an extended boot record at the beginning of an
134 * extended partition. This creates a logical partition and a pointer to
137 * ext_lba == The start of the toplevel extended partition (pointed to by the
185 * next extended partition.
192 * of the top-level extended partition */
220 int extended = 0; local
231 extended = 1;
236 LOGE("Cannot create primary extended partition.")
    [all...]
  /external/icu4c/i18n/
decContext.c 82 context->extended=0; /* cleared */
96 context->extended=1; /* set */
107 context->extended=1; /* set */
118 context->extended=1; /* set */

Completed in 399 milliseconds

1 2 3