HomeSort by relevance Sort by last modified time
    Searched full:borrow (Results 51 - 75 of 240) sorted by null

1 23 4 5 6 7 8 910

  /external/libconstrainedcrypto/include/constrainedcrypto/
p256.h 111 // Returns -1 on borrow.
  /external/llvm/lib/Target/Lanai/
LanaiISelLowering.h 47 // SUBBF - Subtract with borrow that sets flags.
  /external/toybox/toys/lsb/
umount.c 41 // borrow df code to identify filesystem?
  /external/v8/src/heap/
mark-compact-inl.h 174 // One word filler objects do not borrow the second mark bit. We have
  /external/boringssl/linux-aarch64/crypto/bn/
armv8-mont.S 168 subs x21,x5,#8 // j=num-1 and clear borrow
179 sbcs x19,x19,xzr // did it borrow?
189 csel x14,x23,x8,lo // did it borrow?
879 sbcs xzr,x30,xzr // did it borrow?
938 sbcs x28,x28,xzr // did it borrow?
1333 sbcs xzr,x30,xzr // did it borrow?
1382 sbcs xzr,x0,xzr // did it borrow?
  /external/valgrind/VEX/priv/
guest_s390_defs.h 189 | S390_CC_OP_UNSIGNED_SUBB_32 | Z left operand | Z right operand | Z borrow in |
190 | S390_CC_OP_UNSIGNED_SUBB_64 | Z left operand | Z right operand | Z borrow in |
  /frameworks/native/libs/vr/libbufferhub/
buffer_hub_client.cpp 154 BorrowedFence(release_fence.Borrow())));
367 BorrowedFence(ready_fence.Borrow()), WrapBuffer(meta, meta_size_bytes)));
  /toolchain/binutils/binutils-2.25/gas/doc/
c-d30v.texi 249 Same as flag 7 (carry/borrow flag)
251 Same as flag 7 (carry/borrow flag)
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtodg.c 103 ULong borrow = 1, y; local
119 y = *x - borrow;
120 borrow = (y & 0x10000) >> 16;
122 } while(borrow && x < xe);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
UefiShellLevel2CommandsLib.c 266 Be lazy and borrow from baselib.
  /external/mesa3d/src/gallium/winsys/sw/wrapper/
wrapper_sw_winsys.c 42 * We must borrow the whole stack because only the pipe screen knows how
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp 159 // We need to borrow the same relocation code to fix the relocation
  /prebuilts/go/darwin-x86/src/math/big/
arith_arm.s 39 SUB.S $0, R0 // clear borrow flag
  /prebuilts/go/linux-x86/src/math/big/
arith_arm.s 39 SUB.S $0, R0 // clear borrow flag
  /system/core/libnetutils/
packet.c 217 * Since we don't need the IP header anymore, we "borrow" it
  /toolchain/binutils/binutils-2.25/include/opcode/
d30v.h 148 #define FLAG_7 (1L<<7) /* C (carry/borrow) */
  /external/iproute2/examples/
cbq.init-v0.7.3 115 # to borrow bandwidth from their parents.
259 # to "no". To allow the class to borrow bandwith (provided it is not
268 # If set to "yes", the class is not allowed to borrow bandwidth from
270 # will be allowed to borrow bandwidth from its parent.
273 # have TBF attached to itself and will not be able to borrow unused
    [all...]
  /external/llvm/lib/Target/Hexagon/
BitTracker.cpp 474 bool Borrow = false;
481 unsigned S = bool(V1) - bool(V2) - Borrow;
483 Borrow = (S > 1);
488 if (V1.is(Borrow)) {
492 if (V2.is(Borrow))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 117 // Create the shuffle mask for "rotating" the borrow up one register slot
118 // once the borrow is generated.
128 //! Generate the borrow-generate shuffle mask
132 // Create the shuffle mask for "rotating" the borrow up one register slot
133 // once the borrow is generated.
    [all...]
  /external/boringssl/src/crypto/aes/asm/
aesp8-ppc.pl 137 lvsr $key,0,r9 # borrow $key
141 le?vspltisb $mask,0x0f # borrow $mask
237 vspltisb $key,8 # borrow $key
760 lvx $out0,$x70,$key # borrow $out0
836 subfe. r0,r0,r0 # borrow?-1:0
961 beq Loop_cbc_dec8x # did $len-=128 borrow?
    [all...]
  /external/iproute2/tc/
q_htb.c 42 " rate rate allocated to this class (class can still borrow)\n"
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.h 263 BORROW,
  /external/valgrind/docs/internals/
s390-opcodes.csv 504 slbgr,"subtract logical with borrow 64",implemented,
509 slbr,"subtract logical with borrow 32",implemented,
525 slbg,"subtract logical with borrow 64",implemented,
531 slb,"subtract logical with borrow 32",implemented,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go 188 {name: "SUBLcarry", argLength: 2, reg: gp21carry, asm: "SUBL", resultInArg0: true}, // arg0-arg1, generates <borrow,result> pair
189 {name: "SUBLconstcarry", argLength: 1, reg: gp11carry, asm: "SUBL", aux: "Int32", resultInArg0: true}, // arg0-auxint, generates <borrow,result> pair
190 {name: "SBBL", argLength: 3, reg: gp2carry1, asm: "SBBL", resultInArg0: true, clobberFlags: true}, // arg0-arg1-borrow(arg2), where arg2 is flags
191 {name: "SBBLconst", argLength: 2, reg: gp1carry1, asm: "SBBL", aux: "Int32", resultInArg0: true, clobberFlags: true}, // arg0-auxint-borrow(arg1), where arg1 is flags
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go 188 {name: "SUBLcarry", argLength: 2, reg: gp21carry, asm: "SUBL", resultInArg0: true}, // arg0-arg1, generates <borrow,result> pair
189 {name: "SUBLconstcarry", argLength: 1, reg: gp11carry, asm: "SUBL", aux: "Int32", resultInArg0: true}, // arg0-auxint, generates <borrow,result> pair
190 {name: "SBBL", argLength: 3, reg: gp2carry1, asm: "SBBL", resultInArg0: true, clobberFlags: true}, // arg0-arg1-borrow(arg2), where arg2 is flags
191 {name: "SBBLconst", argLength: 2, reg: gp1carry1, asm: "SBBL", aux: "Int32", resultInArg0: true, clobberFlags: true}, // arg0-auxint-borrow(arg1), where arg1 is flags

Completed in 1964 milliseconds

1 23 4 5 6 7 8 910