/external/llvm/include/llvm/ADT/ |
APInt.h | [all...] |
/external/openssl/crypto/bn/asm/ |
modexp512-x86_64.pl | 446 # check for carry ;; carry stored in rax 534 #accumulate the final carry to rbp 555 # if there is a carry: rsi = 0xFFFFFFFFFFFFFFFF 556 # if carry is clear: rsi = 0x0000000000000000 559 # if carry is clear, subtract 0. Otherwise, subtract 256 bits of m 585 # if carry is clear, subtract 0. Otherwise, subtract 256 bits of m 591 # if rbp = 0, there was a borrow before, it is moved to the carry flag 592 # if rbp = 1, there was not a borrow before, carry flag is cleared 1337 # if Carry is clear, replace result with differenc [all...] |
s390x-mont.pl | 111 lghi $rp,-$stdframe-8 # leave room for carry bit 247 slbgr $AHI,$ahi # handle upmost carry
|
/external/valgrind/main/coregrind/ |
m_syscall.c | 52 unlike most Unices, which use the condition codes' carry flag. 503 * UNIX: the carry flag indicates success or failure 515 // error indicated by carry flag: clear=good, set=bad 569 * UNIX: the carry flag indicates success or failure 582 // error indicated by carry flag: clear=good, set=bad
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
gmp.info-2 | 596 to the low limb of the calculation, without a carry or borrow into 678 Carry handling and widening multiplies that are important for GMP 687 * Assembly Carry Propagation:: 719 File: gmp.info, Node: Assembly Basics, Next: Assembly Carry Propagation, Prev: Assembly Code Organisation, Up: Assembly Coding 740 vector processor, depending on the carry handling. 743 File: gmp.info, Node: Assembly Carry Propagation, Next: Assembly Cache Handling, Prev: Assembly Basics, Up: Assembly Coding 745 16.8.3 Carry Propagation 752 On processors with carry flags, a straightforward CISC style `adc' is 758 carry propagation schemes require 4 instructions, meaning at least 4 [all...] |
/external/openssl/crypto/aes/asm/ |
aesni-x86_64.pl | [all...] |
/external/llvm/lib/Support/ |
APFloat.cpp | 874 integerPart carry; 876 carry = APInt::tcIncrement(significandParts(), partCount()); 879 assert(carry == 0); 880 (void)carry; 883 /* Add the significand of the RHS. Returns the carry flag. */ [all...] |
/external/chromium_org/third_party/libxml/src/ |
xmlschemastypes.c | 3549 long carry, mon, day; local 3746 long carry, tempdays, temp; local [all...] |
/external/libxml2/ |
xmlschemastypes.c | 3556 long carry, mon, day; local 3753 long carry, tempdays, temp; local [all...] |
/external/bluetooth/bluedroid/stack/include/ |
gap_api.h | 247 ** GAP_ERR_PROCESSING if not enough resources to carry out request 384 ** GAP_ERR_PROCESSING if not enough resources to carry out request [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
GCMBlockCipher.java | 337 * Then we carry this difference forward by multiplying by H^c, where c is the number of (full or 365 // Carry the difference forward
|
/external/chromium_org/chrome/browser/password_manager/ |
password_store_win_unittest.cc | 201 // task to notify us that it's safe to carry on with the test. 297 // task to notify us that it's safe to carry on with the test.
|
/external/chromium_org/third_party/boringssl/src/crypto/asn1/ |
a_int.c | 102 * complement and 0 by the add one (due to carry) so just copy as many trailing 103 * zeros to the destination as there are in the source. The carry will add one
|
/external/chromium_org/third_party/freetype/include/freetype/config/ |
ftconfig.h | 358 adc t, t, #0 /* t += carry */ 388 "adc %2, %2, #0\n\t" /* %2 += carry */
|
/external/chromium_org/third_party/libsrtp/srtp/doc/ |
draft-irtf-cfrg-icm-00.txt | 236 to avoid propagating carry values outside of the block index and/or 352 optimizations of the sort described in Section 5, in which the carry
|
/external/chromium_org/third_party/libwebp/utils/ |
bit_writer.c | 66 if (bits & 0x100) { // overflow -> propagate carry over pending 0xff's 76 bw->run_++; // delay writing of bytes 0xff, pending eventual carry.
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/ |
rtasm_x86sse.h | 102 cc_NAE, /* not above or equal / carry */ 103 cc_AE, /* above or equal / not carry */
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prlong.h | 262 _y1 += _hi16(_y0); /* can't carry */ \ 263 _y1 += _y2; /* might carry */ \
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMBaseInfo.h | 32 HS, // Carry set >, ==, or unordered 33 LO, // Carry clear Less than
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineAddSub.cpp | 896 /// overflow to change the sign bit or have a carry out. 908 // If the carry into the most significant position is 0, X and Y can't both 909 // be 1 and therefore the carry out of the addition is also 0. 911 // If the carry into the most significant position is 1, X and Y can't both 912 // be 0 and therefore the carry out of the addition is also 1. 914 // Since the carry into the most significant position is always equal to 915 // the carry out of the addition, there is no signed overflow. 935 // Check if carry bit of addition will not cause overflow. [all...] |
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
rtasm_x86sse.h | 102 cc_NAE, /* not above or equal / carry */ 103 cc_AE, /* above or equal / not carry */
|
/external/openssl/crypto/asn1/ |
a_int.c | 103 * complement and 0 by the add one (due to carry) so just copy as many trailing 104 * zeros to the destination as there are in the source. The carry will add one
|
/external/pcre/dist/sljit/ |
sljitNativeMIPS_32.c | 187 /* a + b >= a | b (otherwise, the carry should be set to 1). */ 223 /* Set carry flag. */
|
/external/pdfium/core/include/thirdparties/freetype/freetype/config/ |
ftconfig.h | 359 adc t, t, #0 /* t += carry */ 389 "adc %2, %2, #0\n\t" /* %2 += carry */
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/config/ |
ftconfig.h | 359 adc t, t, #0 /* t += carry */ 389 "adc %2, %2, #0\n\t" /* %2 += carry */
|