HomeSort by relevance Sort by last modified time
    Searched full:carry (Results 151 - 175 of 1554) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 200 /// like ADDC/SUBC, which indicate the carry result is always false.
203 /// Carry-setting nodes for multiple precision addition and subtraction.
206 /// result is the carry flag result.
209 /// Carry-using nodes for multiple precision addition and subtraction. These
211 /// the add or sub, and the third is the input carry flag. These nodes
213 /// carry flag. These nodes both read and write a carry flag to allow them
533 /// of a call sequence, and carry arbitrary information that target might
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUNodes.td 46 // Trinary operators, e.g., addx, carry generate
70 // Op3: Carry-generate shuffle mask
  /external/openssl/crypto/bn/
bn_sqr.c 188 /* There will not be a carry */
271 * c1 holds the carry bits
  /external/valgrind/main/VEX/priv/
guest_s390_defs.h 144 | S390_CC_OP_UNSIGNED_ADDC_32 | Z 1st operand | Z 2nd operand | Z carry in |
145 | S390_CC_OP_UNSIGNED_ADDC_64 | Z 1st operand | Z 2nd operand | Z carry in |
  /external/valgrind/main/coregrind/m_syswrap/
syscall-amd64-darwin.S 144 setc 0(%rsp) /* stash returned carry flag */
151 /* save carry flag to VEX */
syscall-x86-darwin.S 149 setc 0(%esp) /* stash returned carry flag */
154 /* UNIX: save carry flag to vex */
  /frameworks/base/docs/html/design/patterns/
pure-android.jd 21 <p>As you build your app for Android, don't carry over themed UI elements from other platforms and
46 <h4>Don't carry over platform-specific icons</h4>
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf_unittest.c 33 { /* we carry microseconds */
48 { /* we only carry seconds */
  /external/llvm/lib/Support/
APFloat.cpp 832 integerPart carry;
834 carry = APInt::tcIncrement(significandParts(), partCount());
837 assert(carry == 0);
838 (void)carry;
841 /* Add the significand of the RHS. Returns the carry flag. */
    [all...]
  /external/openssl/crypto/aes/asm/
aesni-x86.pl 1076 &pand ($twres,$twmask); # isolate carry and residue
    [all...]
  /bionic/libc/arch-mips/string/
mips-string-ops.h 114 a reverse-carry-set like determination of the zero byte.
  /cts/tests/SignatureTest/src/android/tests/sigtest/
SignatureTestActivity.java 181 * @param i The intent to carry the result.
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_defs.h 397 Mnemonic_ADC, // Add with Carry
407 Mnemonic_CMC, // Complement Carry Flag
600 Mnemonic_RCR, // Rotate right through CARRY flag
602 Mnemonic_RCL, // Rotate left through CARRY flag
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DictionaryProvider.java 84 * When searching all of the dictionary for matches, the selectionArgs argument must carry
  /external/aac/
NOTICE 46 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
  /external/aac/libAACdec/src/
aacdec_hcr_bit.h 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
debug.h 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
ldfiltbank.h 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
overlapadd.h 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
rvlcbit.h 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
rvlcconceal.h 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
  /external/aac/libAACenc/src/
aacenc_hcr.cpp 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
aacenc_hcr.h 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
aacenc_pns.h 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
bandwidth.h 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software

Completed in 357 milliseconds

1 2 3 4 5 67 8 91011>>