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

<<31323334353637383940>>

  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 435 SDNode *Carry = CurDAG->getMachineNode(Mips::SLTu, dl, VT, Ops, 2);
437 SDValue(Carry,0), RHS);
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.td     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 63 /// overflow to change the sign bit or have a carry out.
69 // have one carry bit which can change a sign. As such, if LHS and RHS each
  /external/openssl/crypto/aes/asm/
aes-s390x.pl     [all...]
  /external/openssl/crypto/modes/asm/
ghash-armv4.pl 388 vsli.8 $Zo,$T,#1 @ compose the "carry" byte
391 vmull.p8 $R,$Zo,$mod @ "carry"?0xe1
  /external/svox/pico/lib/
picodata.c 712 /* instead of rounding, we carry the rest to the next state */
752 /* instead of rounding, we carry the rest to the next state */
    [all...]
  /external/valgrind/main/VEX/priv/
host_arm_defs.h 346 ARMalu_ADC, /* 32-bit add with carry */
349 ARMalu_SBC, /* 32-bit subtract with carry */
host_ppc_defs.h 443 Pin_AddSubC, /* add/sub with read/write carry */
533 Bool setC; /* else read carry */
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-ppc32-linux.S 560 /* Run a no-redir translation. argblock points to 4 UWords, 2 to carry args
561 and 2 to carry results:
dispatch-ppc64-linux.S 576 /* Run a no-redir translation. argblock points to 4 UWords, 2 to carry args
577 and 2 to carry results:
dispatch-s390x-linux.S 309 /* Run a no-redir translation. argblock points to 4 UWords, 2 to carry args
310 and 2 to carry results:
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_hor_ver_quarter.s 259 ADDS mb, mb, #16 ;// +16, Carry=0
524 ADDS mb, mb, #64 ;// set Carry=0
  /frameworks/base/docs/html/guide/topics/connectivity/usb/
host.jd 358 should create a new thread on which to carry out all data transmissions, so you don't block the
381 carry out this step in another thread to prevent blocking the main UI thread. For more
  /libcore/luni/src/main/java/java/math/
Logical.java 64 // Here a carry 1 was generated
72 // Now, the carry/borrow can be absorbed
  /ndk/docs/system/libc/
OVERVIEW.html 18 All original BSD pieces carry the BSD copyright disclaimer. Bionic-specific
19 bits carry the Android Open Source Project copyright disclaimer. And
  /external/aac/libAACdec/src/
aacdec_hcrs.cpp 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
140 INT carry; local
284 /* transfare carry bit 0 from current word into bitposition 31 from next word and rotate current word */
286 /* get carry (=bit at position 0) from current word */
287 carry = pCodewordBitfield[bitfieldWord] & 1;
289 /* put the carry bit at position 31 into word right from current word */
290 pCodewordBitfield[bitfieldWord+1] = pCodewordBitfield[bitfieldWord+1] | (carry << (NUMBER_OF_BIT_IN_WORD-1));
    [all...]
aacdec_hcr_bit.cpp 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
aacdec_pns.cpp 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
aacdec_tns.cpp 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
channel.cpp 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
  /libcore/luni/src/main/java/java/lang/
Math.java     [all...]
  /build/tools/droiddoc/templates-sdk/assets/
GPL-LICENSE.txt 95 a) You must cause the modified files to carry prominent notices
  /dalvik/
NOTICE 115 (b) You must cause any modified files to carry prominent notices
  /dalvik/vm/analysis/
VfyBasicBlock.cpp 429 * over it entirely. Set endBB so we don't carry this along as
  /dalvik/vm/compiler/codegen/mips/
GlobalOptimizations.cpp 234 /* carry on searching from here */

Completed in 1417 milliseconds

<<31323334353637383940>>