HomeSort by relevance Sort by last modified time
    Searched refs:ADD (Results 226 - 250 of 288) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 441 SDValue PtrOff = DAG.getNode(ISD::ADD, dl, getPointerTy(),
481 // Add argument registers to the end of the list so that they are
570 // If this is the first return lowered for this function, add the regs to the
757 Result = DAG.getNode(ISD::ADD, dl, getPointerTy(), Result,
843 // Next, add the true and fallthrough blocks as its successors.
    [all...]
SystemZISelDAGToDAG.cpp 179 /// MatchAddress - Add the specified node to the specified addressing mode,
191 // (shift (add A, imm), N), we can try to reassociate stuff and fold shift of
265 case ISD::ADD: {
278 // the add.
315 /// MatchAddressBase - Helper for MatchAddress. Add the specified node to the
  /external/v8/src/
ast.cc 155 case Token::ASSIGN_ADD: return Token::ADD;
288 // Add key to the table.
295 // Add the label to the collector, but discard duplicates.
300 targets_->Add(target);
327 case Token::ADD:
977 stream()->Add("(|");
979 stream()->Add(" ");
982 stream()->Add(")");
988 stream()->Add("(:");
990 stream()->Add(" ");
    [all...]
ic.cc     [all...]
assembler.cc 984 case Token::ADD:
    [all...]
runtime.js 156 function ADD(x) {
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
pred_lt4_1_opt.s 41 ADD r5, r0, r4, LSL #1 @x = exc - T0
50 ADD r8, r6, r8 @ptr2 = &(inter4_2[k][0])
  /external/v8/src/arm/
lithium-arm.cc 94 stream->Add("%s ", this->Mnemonic());
101 stream->Add(" ");
106 stream->Add(" ");
114 stream->Add("= ");
128 if (i > 0) stream->Add(" ");
138 stream->Add(" Dead block replaced with B%d", rep->block_id());
156 stream->Add("(");
160 stream->Add(") ");
167 case Token::ADD: return "add-d"
1428 LAddI* add = new LAddI(left, right); local
    [all...]
code-stubs-arm.cc 122 __ add(r3, r3, Operand(Code::kHeaderSize - kHeapObjectTag));
202 __ add(r3, r3, Operand(FixedArray::kHeaderSize - kHeapObjectTag));
249 __ add(r2, r0, Operand(JSArray::kSize));
257 __ add(sp, sp, Operand(3 * kPointerSize));
349 __ add(mantissa, mantissa, Operand(fudge));
354 __ add(zeros_, zeros_, Operand(1));
706 __ add(scratch2, dst1, Operand(HeapNumber::kExponentBias));
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 96 stream->Add("%s ", this->Mnemonic());
103 stream->Add(" ");
108 stream->Add(" ");
116 stream->Add("= ");
130 if (i > 0) stream->Add(" ");
140 stream->Add(" Dead block replaced with B%d", rep->block_id());
158 stream->Add("(");
162 stream->Add(") ");
169 case Token::ADD: return "add-d"
1459 LAddI* add = new LAddI(left, right); local
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 96 stream->Add("%s ", this->Mnemonic());
103 stream->Add(" ");
108 stream->Add(" ");
116 stream->Add("= ");
130 if (i > 0) stream->Add(" ");
140 stream->Add(" Dead block replaced with B%d", rep->block_id());
158 stream->Add("(");
162 stream->Add(") ");
169 case Token::ADD: return "add-d"
1431 LAddI* add = new LAddI(left, right); local
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 605 /// append - Add the specified values to this one.
627 /// AddInlineAsmOperands - Add this value to the specified inlineasm node
674 // add an assert node.
711 // Add an assertion node.
779 /// AddInlineAsmOperands - Add this value to the specified inlineasm node
    [all...]
SelectionDAGBuilder.h 478 void visitAdd(const User &I) { visitBinary(I, ISD::ADD); }
SelectionDAG.cpp 314 /// AddNodeIDOpcode - Add the node opcode to the NodeID data.
354 /// AddNodeIDCustom - If this is an SDNode with special info, add this info to
463 // Add the return value info.
465 // Add the operand info.
522 // Add all obviously-dead nodes to the DeadNodes worklist.
664 /// maps and modified in place. Add it back to the CSE maps, unless an identical
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 405 // If this is the first return lowered for this function, add the regs to the
499 SDValue PtrOff = DAG.getNode(ISD::ADD, dl, getPointerTy(),
539 // Add argument registers to the end of the list so that they are
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store_x_unittest.cc 49 // This class will add and remove a mock notification observer from
80 registrar_.Add(&observer_,
538 PasswordStoreChange(PasswordStoreChange::ADD, *form),
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 310 case X86ISD::ADD:
315 case ISD::ADD:
696 /// MatchAddress - Add the specified node to the specified addressing mode,
800 // value is an add of something and a constant, we can fold the
838 // value is an add of something and a constant, we can fold the
840 if (MulVal.getNode()->getOpcode() == ISD::ADD && MulVal.hasOneUse() &&
866 // Add an artificial use to this node so that we can keep track of
    [all...]
X86ISelLowering.h 181 /// FHADD - Floating point horizontal add.
227 // ADD, SUB, SMUL, etc. - Arithmetic operations with FLAGS results.
228 ADD, SUB, ADC, SBB, SMUL,
363 // WARNING: Do not add anything in the end unless you want the node to
618 /// vector. If it is invalid, don't add anything to Ops. If hasMemory is
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 194 ;// 5. VADD qSum0, qSum0, qSum1 ;// Add to the sum of next row (odd row sum has rounding value added to it)
353 ADD predictType, rndVal, predictType, LSL #1
  /external/chromium/chrome/browser/webdata/
web_data_service.cc     [all...]
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 120 // used in recursive route setting to add gateways for the host for which
181 private static final boolean ADD = true;
433 mProtectedNetworks.add(p);
799 result.add(getFilteredNetworkInfo(tracker, uid));
1022 mNetRequestersPids[usedNetworkType].add(currentPid); method
1057 mNetRequestersPids[usedNetworkType].add(currentPid); method
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 419 } else if (Opc == ISD::ADD) {
437 DEBUG(errs() << "SelectDFormAddr: ISD::ADD offset = " << offset
458 DEBUG(errs() << "SelectDFormAddr: ISD::ADD offset = " << offset
607 assert( false && "add a new case here" );
716 } else if (Opc == ISD::ADD && (OpVT == MVT::i64 || OpVT == MVT::v2i64)) {
    [all...]
  /external/llvm/lib/Target/MBlaze/Disassembler/
MBlazeDisassembler.cpp 41 MBlaze::ADD, MBlaze::RSUB, MBlaze::ADDC, MBlaze::RSUBC, //00,01,02,03
  /external/iproute2/doc/
ip-cref.tex 128 As a rule, it is possible to \verb|add|, \verb|delete| and
560 \paragraph{Commands:} \verb|add|, \verb|delete|, \verb|flush| and \verb|show|
564 \subsection{{\tt ip address add} --- add a new protocol address}
565 \label{IP-ADDR-ADD}
567 \paragraph{Abbreviations:} \verb|add|, \verb|a|.
574 \noindent--- the name of the device to add the address to.
638 \item \verb|ip addr add 127.0.0.1/8 dev lo brd + scope host|
640 --- add the usual loopback address to the loopback device.
642 \item \verb|ip addr add 10.0.0.1/24 brd + dev eth0 label eth0:Alias
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 81 void add(SDDbgValue *V, const SDNode *Node, bool isParameter) { function in class:llvm::SDDbgInfo
    [all...]

Completed in 1586 milliseconds

1 2 3 4 5 6 7 8 91011>>