HomeSort by relevance Sort by last modified time
    Searched full:carry_in (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.c 2313 boolean carry_in; local
2341 boolean carry_in; local
    [all...]
intnum.c 783 int carry_in; local
819 carry_in = BitVector_msb_(op2);
821 BitVector_shift_right(op2, carry_in);
859 int carry_in = BitVector_msb_(val); local
861 BitVector_shift_right(val, carry_in);
bitvect.h 300 boolean /*@alt void@*/ BitVector_shift_left (wordptr addr, boolean carry_in);
302 boolean /*@alt void@*/ BitVector_shift_right (wordptr addr, boolean carry_in);
  /bionic/libc/arch-arm/cortex-a15/bionic/
strcmp.S 381 If r1<r2 then (C==0 and Z==0) and we execute SBC with carry_in=0,
383 If r1=r2 then (C==1 and Z==1) and we execute SBC with carry_in=1,
  /bionic/libc/arch-arm/krait/bionic/
strcmp.S 380 If r1<r2 then (C==0 and Z==0) and we execute SBC with carry_in=0,
382 If r1=r2 then (C==1 and Z==1) and we execute SBC with carry_in=1,
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
bn-586.pl 43 &pxor("mm1","mm1"); # mm1 = carry_in
48 &paddq("mm1","mm3"); # mm1 = carry_in + r[0]
57 &paddq("mm1","mm2"); # mm1 = carry_in + r[0] + w*a[0]
  /external/openssl/crypto/bn/asm/
bn-586.pl 43 &pxor("mm1","mm1"); # mm1 = carry_in
48 &paddq("mm1","mm3"); # mm1 = carry_in + r[0]
57 &paddq("mm1","mm2"); # mm1 = carry_in + r[0] + w*a[0]
  /bionic/libc/arch-arm/bionic/
strcmp.a15.S 403 If r1<r2 then (C==0 and Z==0) and we execute SBC with carry_in=0,
405 If r1=r2 then (C==1 and Z==1) and we execute SBC with carry_in=1,
  /bionic/libc/arch-arm/cortex-a9/bionic/
strcmp.S 367 If r1<r2 then (C==0 and Z==0) and we execute SBC with carry_in=0,
369 If r1=r2 then (C==1 and Z==1) and we execute SBC with carry_in=1,
  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c 2753 IRTemp carry_in = newTemp(Ity_I32); local
2772 IRTemp carry_in = newTemp(Ity_I64); local
2792 IRTemp carry_in = newTemp(Ity_I32); local
2811 IRTemp carry_in = newTemp(Ity_I64); local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/
dwarf64_leb128.asm     [all...]

Completed in 1048 milliseconds