/toolchain/binutils/binutils-2.25/opcodes/ |
s390-opc.txt | 521 b989 slbgr RRE_RR "subtract logical with borrow 64" z900 zarch 526 b999 slbr RRE_RR "subtract logical with borrow 32" z900 esa,zarch 542 e30000000089 slbg RXE_RRRD "subtract logical with borrow 64" z900 zarch 548 e30000000099 slb RXE_RRRD "subtract logical with borrow 32" z900 esa,zarch [all...] |
/external/boringssl/src/crypto/aes/asm/ |
aesni-x86_64.pl | 663 jnc .Lecb_enc_loop8 # loop if $len-=8*16 didn't borrow 800 jnc .Lecb_dec_loop8 # loop if $len-=8*16 didn't borrow [all...] |
/external/swiftshader/third_party/LLVM/lib/Support/ |
APFloat.cpp | 852 /* Subtract the significand of the RHS with a borrow flag. Returns 853 the borrow flag. */ 855 APFloat::subtractSignificand(const APFloat &rhs, integerPart borrow) 864 return APInt::tcSubtract(parts, rhs.significandParts(), borrow, [all...] |
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/ |
softfloat-macros | 326 2^64, so any borrow out (carry out) is lost. The result is broken into two
345 is modulo 2^96, so any borrow out (carry out) is lost. The result is broken
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/ |
softfloat-macros | 326 2^64, so any borrow out (carry out) is lost. The result is broken into two
345 is modulo 2^96, so any borrow out (carry out) is lost. The result is broken
|
/external/boringssl/src/crypto/chacha/asm/ |
chacha-x86.pl | 397 &movdqa ($xa_,$xb); # borrow as temporary 412 &movdqa ($xa,$xb); # borrow as temporary
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/ |
ssa.go | 174 // output 0 is carry/borrow, output 1 is the low 32 bits. 182 // output 0 is carry/borrow, output 1 is the low 32 bits.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/x86/ |
ssa.go | 174 // output 0 is carry/borrow, output 1 is the low 32 bits. 182 // output 0 is carry/borrow, output 1 is the low 32 bits.
|
/bionic/libc/arch-arm/cortex-a9/bionic/ |
strcmp.S | 357 (C==0 and Z==1) cannot happen because the carry bit is "not borrow". */
|
/external/boringssl/src/crypto/bn/asm/ |
x86_64-gcc.c | 226 " subq %0,%0 \n" /* clear borrow */
|
/external/boringssl/src/crypto/sha/asm/ |
sha1-586.pl | 634 &movdqa (&QWP(112-16,"esp"),@X[3]); # borrow last backtrace slot 860 &movdqa (&QWP(112-16,"esp"),@X[3]); # borrow last backtrace slot [all...] |
/external/kernel-headers/original/uapi/linux/ |
cdrom.h | 43 * borrow the "Operation not supported" error from the network folks to
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_mixer.c | 209 /* WOW requires a 32-bit buffer, borrow the mix buffer and
|
/external/tcpdump/ |
print-ntp.c | 402 if (ouf > uf) /* must borrow from high-order bits */
|
/external/valgrind/VEX/priv/ |
guest_s390_helpers.c | 979 "sr 0,%[op3]\n\t" /* borrow to cc */ \ [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
BigIntegerDivideTest.java | 298 * Verifies the case when borrow != 0 in the private divide method.
|
BigIntegerSubtractTest.java | 528 * Subtract two numbers so that borrow is 1.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
cdrom.h | 43 * borrow the "Operation not supported" error from the network folks to
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
cdrom.h | 43 * borrow the "Operation not supported" error from the network folks to
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
cris.exp | 203 # --- End of arc.exp borrow ---
|
/tools/apksig/src/main/java/com/android/apksig/ |
DefaultApkSignerEngine.java | 58 // the contents of input and output META-INF/MANIFEST.MF to borrow the main section of the [all...] |
/external/llvm/lib/Support/ |
APFloat.cpp | 920 /* Subtract the significand of the RHS with a borrow flag. Returns 921 the borrow flag. */ 923 APFloat::subtractSignificand(const APFloat &rhs, integerPart borrow) 932 return APInt::tcSubtract(parts, rhs.significandParts(), borrow, [all...] |
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/ |
softfloat-macros | 401 2^128, so any borrow out (carry out) is lost. The result is broken into two
420 Subtraction is modulo 2^192, so any borrow out (carry out) is lost. The
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/ |
asmz.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/ |
asmz.go | [all...] |