HomeSort by relevance Sort by last modified time
    Searched refs:Carry (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
basicop_malloc.h 87 extern Flag Carry;
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 409 SDNode *Carry = CurDAG->getMachineNode(Mips::SLTu, dl, VT, Ops, 2);
411 SDValue(Carry,0), RHS);
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 742 SDValue Carry = DAG.getNode(Opcode, dl, DAG.getVTList(MVT::i32, MVT::i32),
744 SDValue Lo(Carry.getNode(), 1);
747 LHSH, RHSH, Carry);
    [all...]
  /external/llvm/lib/Support/
APInt.cpp 180 /// 1 is returned if there is a carry out, otherwise 0 is returned.
181 /// @returns the carry of the addition.
186 y = 1; // Carry one to next digit.
188 y = 0; // No need to carry so exit early
235 /// @returns the carry out from the addition
239 bool carry = false; local
242 dest[i] = x[i] + y[i] + carry;
243 carry = dest[i] < limit || (carry && dest[i] == limit);
245 return carry;
294 uint64_t carry = 0; local
330 uint64_t carry = 0, lx = 0, hx = 0; local
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c     [all...]

Completed in 2891 milliseconds