HomeSort by relevance Sort by last modified time
    Searched refs:ADD (Results 401 - 425 of 536) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/webdata/
autofill_profile_syncable_service_unittest.cc 351 // with explicitly present empty ones. This ensures that the migration to add
487 AutofillProfileChange change(AutofillProfileChange::ADD, kGuid1, &profile);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_eu.h 863 ALU2(ADD)
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 68 stream->Add("%s ", this->Mnemonic());
75 stream->Add(" ");
80 stream->Add(" ");
87 stream->Add("= ");
89 if (i > 0) stream->Add(" ");
91 stream->Add("NULL");
108 stream->Add(" Dead block replaced with B%d", rep->block_id());
126 stream->Add("(");
130 stream->Add(") ");
137 case Token::ADD: return "add-d"
1661 LAddI* add = new(zone()) LAddI(left, right); local
1673 LAddI* add = new(zone()) LAddI(left, right); local
    [all...]
  /external/chromium_org/v8/src/
code-stubs.cc 211 stream->Add("%s", MajorName(MajorKey(), false));
251 stream->Add("NewStringAddStub");
253 stream->Add("_CheckBoth");
255 stream->Add("_CheckLeft");
257 stream->Add("_CheckRight");
260 stream->Add("_Tenured");
394 state_.Add(NULL_TYPE);
396 state_.Add(UNDEFINED);
401 state_.Add(GENERIC);
404 state_.Add(GENERIC)
    [all...]
typing.cc 633 case Token::ADD: {
runtime.js 171 function ADD(x) {
assembler.cc     [all...]
code-stubs-hydrogen.cc 159 HParameter* param = Add<HParameter>(i, HParameter::REGISTER_PARAMETER, r);
175 context_ = Add<HContext>();
178 Add<HSimulate>(BailoutId::StubEntry());
197 stack_pop_count = Add<HConstant>(count);
326 Add<HPushArgument>(value);
327 Push(Add<HInvokeFunction>(function, 1));
361 HInstruction* allocation_site = Add<HLoadKeyed>(GetParameter(0),
372 HInstruction* boilerplate = Add<HLoadNamedField>(allocation_site, access);
430 HInstruction* allocation_site = Add<HLoadKeyed>(GetParameter(0),
442 HInstruction* boilerplate = Add<HLoadNamedField>(allocation_site, access)
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 98 stream->Add("%s ", this->Mnemonic());
105 stream->Add(" ");
110 stream->Add(" ");
117 stream->Add("= ");
119 if (i > 0) stream->Add(" ");
121 stream->Add("NULL");
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"
1646 LAddI* add = new(zone()) LAddI(left, right); local
1667 LAddI* add = new(zone()) LAddI(left, right); local
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 68 stream->Add("%s ", this->Mnemonic());
75 stream->Add(" ");
80 stream->Add(" ");
87 stream->Add("= ");
89 if (i > 0) stream->Add(" ");
91 stream->Add("NULL");
108 stream->Add(" Dead block replaced with B%d", rep->block_id());
126 stream->Add("(");
130 stream->Add(") ");
137 case Token::ADD: return "add-d"
1530 HAdd* add = HAdd::cast(instr->uses().value()); local
1585 LAddI* add = new(zone()) LAddI(left, right); local
1597 LAddI* add = new(zone()) LAddI(left, right); local
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 71 stream->Add("%s ", this->Mnemonic());
78 stream->Add(" ");
83 stream->Add(" ");
90 stream->Add("= ");
92 if (i > 0) stream->Add(" ");
94 stream->Add("NULL");
111 stream->Add(" Dead block replaced with B%d", rep->block_id());
129 stream->Add("(");
133 stream->Add(") ");
140 case Token::ADD: return "add-d"
1552 LAddI* add = new(zone()) LAddI(left, right); local
1571 LAddI* add = new(zone()) LAddI(left, right); local
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 388 if (Opcode == ISD::ADD || CurDAG->isBaseWithConstantOffset(N)) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu.h 863 ALU2(ADD)
  /external/v8/src/
assembler.cc     [all...]
runtime.js 163 function ADD(x) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 149 # Call add_ubuntu_package <package-name> to add a package to the list,
749 # If not, add the -m32 flag to the compiler name to ensure this.
1066 # Add all dependencies to the work-queue
1147 #echo >&2 "ADD: $TASK -> '$RET'"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 149 # Call add_ubuntu_package <package-name> to add a package to the list,
749 # If not, add the -m32 flag to the compiler name to ensure this.
1066 # Add all dependencies to the work-queue
1147 #echo >&2 "ADD: $TASK -> '$RET'"
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 323 /// AddNodeIDOpcode - Add the node opcode to the NodeID data.
363 /// AddNodeIDCustom - If this is an SDNode with special info, add this info to
496 // Add the return value info.
498 // Add the operand info.
556 // Add all obviously-dead nodes to the DeadNodes worklist.
700 /// maps and modified in place. Add it back to the CSE maps, unless an identical
    [all...]
LegalizeTypes.cpp 314 // and if so, mark them. If the node needs revisiting, don't add all users
347 // Mark it as processed and add its users to the worklist as appropriate.
361 // If this was the last use it was waiting on, add it to the ready list.
480 // Some previous operand changed. Add this one to the list.
483 // This is the first operand to change - add all operands so far.
784 // Lo/Hi may have been newly allocated, if so, add nodeid's as relevant.
811 // Lo/Hi may have been newly allocated, if so, add nodeid's as relevant.
    [all...]
  /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...]
  /art/compiler/utils/arm/
assembler_arm.cc 289 void ArmAssembler::add(Register rd, Register rn, ShifterOperand so, function in class:art::arm::ArmAssembler
291 EmitType01(cond, so.type(), ADD, 0, rn, rd, so);
297 EmitType01(cond, so.type(), ADD, 1, rn, rd, so);
    [all...]
  /external/chromium_org/third_party/x86inc/
x86inc.asm 32 ; purposes to add a new feature, we strongly encourage contributing a patch
233 %macro ADD 2
234 add %1, %2
341 add %1, (xmm_regs_used-6)*16+16
711 %macro add 2
716 add %1, %2
719 add %1, %2
726 add %1, -128
976 add %1, %2 - $
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_vertprog.c 72 OPN(ADD, 2),
364 i.e. an add (2 args) has its 2nd arg (if you use it as mov) zero-ed out, and 3rd arg
755 case OPCODE_MOV://ADD RESULT 1.X Y Z W PARAM 0{} {X Y Z W} PARAM 0{} {ZERO ZERO ZERO ZERO}
839 case OPCODE_SUB://ADD RESULT 1.X Y Z W TMP 0{} {X Y Z W} PARAM 1{X Y Z W } {X Y Z W} neg Xneg Yneg Zneg W
871 ADD RESULT 1.X Y Z W PARAM 0{} {X Y Z W} TMP 0{X Y Z W } {X Y Z W} neg Xneg Yneg Zneg W */
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 83 void add(SDDbgValue *V, const SDNode *Node, bool isParameter) { function in class:llvm::SDDbgInfo
    [all...]

Completed in 699 milliseconds

<<11121314151617181920>>