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

<<1112

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 318 // and if so, mark them. If the node needs revisiting, don't add all users
351 // Mark it as processed and add its users to the worklist as appropriate.
365 // If this was the last use it was waiting on, add it to the ready list.
484 // Some previous operand changed. Add this one to the list.
487 // This is the first operand to change - add all operands so far.
780 // Lo/Hi may have been newly allocated, if so, add nodeid's as relevant.
807 // Lo/Hi may have been newly allocated, if so, add nodeid's as relevant.
    [all...]
LegalizeFloatTypes.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 262 // add dst, src, r0
284 // Add the true and fallthrough blocks as its successors.
288 // Next, add the finish block as a successor of the loop block
319 BuildMI(loop, dl, TII->get(MBlaze::ADD), NDST).addReg(DST).addReg(DST);
442 // add dst, src, r0
465 // Add the fallthrough block as its successors.
808 // Add argument registers to the end of the list so that they are
    [all...]
  /external/v8/src/
full-codegen.cc 393 bailout_entries_.Add(entry);
401 stack_checks_.Add(entry);
731 case Token::ADD:
    [all...]
ast.h 352 void AddStatement(Statement* statement) { statements_.Add(statement); }
    [all...]
serialize.cc 111 void Add(Address address, TypeCode type, uint16_t id, const char* name);
149 Add(address, type, id, name);
153 void ExternalReferenceTable::Add(Address address,
163 refs_.Add(entry);
237 Add(Debug_Address(Debug::k_after_break_target_address).address(isolate),
241 Add(Debug_Address(Debug::k_debug_break_slot_address).address(isolate),
245 Add(Debug_Address(Debug::k_debug_break_return_address).address(isolate),
249 Add(Debug_Address(Debug::k_restarter_frame_function_pointer).address(isolate),
275 Add(reinterpret_cast<Address>(GetInternalPointer(
293 Add(isolate->get_address_from_id((Isolate::AddressId)i)
    [all...]
parser.cc 106 text_.Add(atom);
118 terms_.Add(text_.last());
123 terms_.Add(text);
134 characters_->Add(c);
151 text_.Add(term);
154 terms_.Add(term);
162 terms_.Add(assert);
183 alternatives_.Add(alternative);
217 text_.Add(new(zone()) RegExpAtom(prefix));
236 terms_.Add(atom)
    [all...]
hydrogen.cc 90 phis_.Add(phi);
264 predecessors_.Add(pred);
334 this->back_edges_.Add(block);
360 blocks_.Add(block);
395 reachable_.Add(block->block_id());
396 stack_.Add(block);
635 blocks_.Add(result);
666 blocks_.Add(b);
693 visited->Add(block->block_id());
708 order->Add(block)
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 145 __ add(fp, sp, Operand(2 * kPointerSize));
204 __ add(r2, fp,
319 // Add a label for checking the size of the code used for returning.
333 masm_->add(sp, sp, Operand(sp_delta));
    [all...]
assembler-arm.cc 223 // add(sp, sp, 4) instruction (aka Pop())
739 if (alu_insn == ADD ||
    [all...]
simulator-arm.cc 567 PrintF(" add argument 'fp' to print register pair double values\n");
617 // Add all the breakpoints back to stop execution and enter the debugger
    [all...]
lithium-codegen-arm.cc 149 __ add(fp, sp, Operand(2 * kPointerSize)); // Adjust FP to point to saved FP.
581 deoptimizations_.Add(environment);
660 deoptimization_literals_.Add(literal);
    [all...]
  /external/chromium/chrome/browser/webdata/
autofill_table.cc 251 // Add the new name.
279 // Add the new email.
316 // Add the new number.
664 // Only add one new entry for each unique element name. Use |seen_names| to
665 // track this. Add up to |kMaximumUniqueNames| unique entries per form.
863 count == 0 ? AutofillChange::ADD : AutofillChange::UPDATE;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 499 p.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.ADD));
506 mFolderOuterRings.add(fra);
    [all...]
  /prebuilt/common/osgi/
osgi.jar 
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 219 // we don't care about implicit defs here, just places we'll need to add a
251 // If the machine is predicable go ahead and add the predicate operands, if
252 // it needs default CC operands add those.
262 // we're not predicable but add it anyways.
778 // An add (in the same block) with a constant operand. Fold the
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 636 // Add all the breakpoints back to stop execution and enter the debugger
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 263 for ( ; i < ndef; i++) { /* add null args for ones not provided */
1012 case ADD:
    [all...]
  /external/proguard/lib/
proguard.jar 
  /external/v8/src/ia32/
full-codegen-ia32.cc 308 // Add a label for checking the size of the code used for returning.
    [all...]
lithium-codegen-ia32.cc 521 deoptimizations_.Add(environment);
617 deoptimization_literals_.Add(literal);
903 __ add(left, Operand(left));
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 304 // Add a label for checking the size of the code used for returning.
319 // Add padding that will be overwritten by a debugger breakpoint. We
    [all...]
lithium-codegen-x64.cc 544 deoptimizations_.Add(environment);
567 jump_table_.Add(JumpTableEntry(entry));
612 deoptimization_literals_.Add(literal);
    [all...]
  /external/llvm/test/MC/ARM/
basic-thumb2-instructions.s 63 @ ADD (immediate)
69 add r2, sp, #1024
70 add r2, r8, #0xff00
71 add r2, r3, #257
73 add r12, r6, #0x100
81 @ CHECK: add.w r2, sp, #1024 @ encoding: [0x0d,0xf5,0x80,0x62]
82 @ CHECK: add.w r2, r8, #65280 @ encoding: [0x08,0xf5,0x7f,0x42]
85 @ CHECK: add.w r12, r6, #256 @ encoding: [0x06,0xf5,0x80,0x7c]
91 @ ADD (register)
93 add r1, r2, r
    [all...]
  /external/valgrind/main/none/tests/arm/
v6intARM.stdout.exp 24 ADD
376 add r0, r1, r2, lsl r3 :: rd 0xffffffff rm 0x00000000, rn 0xffffffff rs 0x00000000, carryin 0, cpsr 0x00000000
377 add r0, r1, r2, lsl r3 :: rd 0xfffffffe rm 0x00000000, rn 0xffffffff rs 0x00000001, carryin 0, cpsr 0x00000000
378 add r0, r1, r2, lsl r3 :: rd 0x80000000 rm 0x00000000, rn 0xffffffff rs 0x0000001f, carryin 0, cpsr 0x00000000
379 add r0, r1, r2, lsl r3 :: rd 0x00000000 rm 0x00000000, rn 0xffffffff rs 0x00000020, carryin 0, cpsr 0x00000000
380 add r0, r1, r2, lsl r3 :: rd 0x00000000 rm 0x00000000, rn 0xffffffff rs 0x000000ff, carryin 0, cpsr 0x00000000
381 add r0, r1, r2, lsl r3 :: rd 0xffffffff rm 0x00000000, rn 0xffffffff rs 0x00000100, carryin 0, cpsr 0x00000000
382 add r0, r1, r2, lsr r3 :: rd 0xffffffff rm 0x00000000, rn 0xffffffff rs 0x00000000, carryin 0, cpsr 0 (…)
    [all...]

Completed in 596 milliseconds

<<1112