/external/llvm/lib/Target/ARM/ |
ARMISelDAGToDAG.cpp | 343 if (N->getOpcode() != ISD::ADD) 346 // Look for (add X1, (and (srl X2, c1), c2)) where c2 is constant with 350 // (add X1, (shl (and (srl X2, c1), (c2>>tz)), tz)) where tz is the number 352 // operand of 'add' and the 'and' and 'srl' would become a bits extraction 533 if (N.getOpcode() != ISD::ADD && N.getOpcode() != ISD::SUB && 588 ARM_AM::AddrOpc AddSub = ARM_AM::add; 605 if (N.getOpcode() != ISD::ADD && N.getOpcode() != ISD::SUB && 606 // ISD::OR that is equivalent to an ISD::ADD. 611 if (N.getOpcode() == ISD::ADD || N.getOpcode() == ISD::OR) { 619 ARM_AM::AddrOpc AddSub = N.getOpcode() == ISD::SUB ? ARM_AM::sub:ARM_AM::add; [all...] |
/external/chromium/chrome/browser/password_manager/ |
password_store_mac.cc | 434 // Add in the blacklist entries from the database. 771 changes.push_back(PasswordStoreChange(PasswordStoreChange::ADD, form)); 793 // The keychain add will update if there is a collision and add if there 799 changes.push_back(PasswordStoreChange(PasswordStoreChange::ADD, [all...] |
/external/chromium_org/net/cookies/ |
cookie_monster_unittest.cc | 421 // Add a bunch of cookies on a single host, should purge them. 435 // Add a bunch of cookies on multiple hosts within a single eTLD. 502 // Parse |coded_priority_str| and add cookies. [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
JavaScriptFormatter.js | 487 if ((FormatterWorker.JavaScriptTokens.NOT <= token && token <= FormatterWorker.JavaScriptTokens.VOID) || token === FormatterWorker.JavaScriptTokens.ADD || token === FormatterWorker.JavaScriptTokens.SUB || token === FormatterWorker.JavaScriptTokens.INC || token === FormatterWorker.JavaScriptTokens.DEC) { [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/ |
sm4_to_tgsi.cpp | 261 OP2(ADD); 546 OP2_(IADD, ADD);
|
/external/llvm/lib/Target/Mips/ |
MipsSEISelLowering.cpp | 49 setOperationAction(ISD::ADD, VecTys[i], Legal); 362 // return (add constMult(x, floor_c), constMult(x, c - floor_c)). 366 return DAG.getNode(ISD::ADD, DL, VT, Op0, Op1); 644 // Add In64 to the end of the list. 789 // Add successors.
|
/external/llvm/lib/Target/X86/ |
X86ISelDAGToDAG.cpp | 310 case X86ISD::ADD: 315 case ISD::ADD: 724 /// MatchAddress - Add the specified node to the specified addressing mode, [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/ |
sm4_to_tgsi.cpp | 261 OP2(ADD); 546 OP2_(IADD, ADD);
|
/external/v8/src/ |
ast.cc | 143 case Token::ASSIGN_ADD: return Token::ADD; 258 // Add key to the table. 266 // Add the label to the collector, but discard duplicates. 271 targets_.Add(target); 298 case Token::ADD: 424 receiver_types_.Add(oracle->LoadMonomorphicReceiverType(this)); 444 receiver_types_.Add(oracle->StoreMonomorphicReceiverType(this)); 457 receiver_types_.Add(oracle->StoreMonomorphicReceiverType(this)); 805 stream()->Add("(|"); 807 stream()->Add(" "); [all...] |
/prebuilts/tools/common/asm-tools/ |
asm-commons-4.0.jar | |
/prebuilts/tools/common/m2/internal/asm/asm-commons/3.3/ |
asm-commons-3.3.jar | |
/external/pixman/pixman/ |
pixman-sse2.c | [all...] |
pixman-combine32.c | 1284 #define ADD(x, y, i, t) \ [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonISelDAGToDAG.cpp | 556 // Add offset to base. 618 // For zero ext i64 loads, we need to add combine instructions. 833 // %conv2.i = sext i32 %add to i64 838 // %mul.i = mpy (%tmp1, %add) [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXISelLowering.cpp | 797 DAG.getNode(ISD::ADD, dl, getPointerTy(), OutVals[OIdx], [all...] |
/external/v8/src/arm/ |
lithium-arm.cc | 93 stream->Add("%s ", this->Mnemonic()); 100 stream->Add(" "); 105 stream->Add(" "); 113 stream->Add("= "); 115 if (i > 0) stream->Add(" "); 124 if (i > 0) stream->Add(" "); 134 stream->Add(" Dead block replaced with B%d", rep->block_id()); 152 stream->Add("("); 156 stream->Add(") "); 163 case Token::ADD: return "add-d" 1420 LAddI* add = new(zone()) LAddI(left, right); local [all...] |
/external/v8/src/mips/ |
lithium-mips.cc | 93 stream->Add("%s ", this->Mnemonic()); 100 stream->Add(" "); 105 stream->Add(" "); 113 stream->Add("= "); 115 if (i > 0) stream->Add(" "); 124 if (i > 0) stream->Add(" "); 134 stream->Add(" Dead block replaced with B%d", rep->block_id()); 152 stream->Add("("); 156 stream->Add(") "); 163 case Token::ADD: return "add-d" 1421 LAddI* add = new(zone()) LAddI(left, right); local [all...] |
/external/v8/src/x64/ |
lithium-x64.cc | 95 stream->Add("%s ", this->Mnemonic()); 102 stream->Add(" "); 107 stream->Add(" "); 115 stream->Add("= "); 117 if (i > 0) stream->Add(" "); 126 if (i > 0) stream->Add(" "); 136 stream->Add(" Dead block replaced with B%d", rep->block_id()); 154 stream->Add("("); 158 stream->Add(") "); 165 case Token::ADD: return "add-d" 1401 LAddI* add = new(zone()) LAddI(left, right); local [all...] |
code-stubs-x64.cc | 912 stream->Add("UnaryOpStub_%s_%s_%s", [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 639 FIN = DAG.getNode(ISD::ADD, DL, PtrVT, FIN, DAG.getIntPtrConstant(4)); 755 SDValue Address = DAG.getNode(ISD::ADD, DL, PtrVT, StackPtr, 793 // Add argument registers to the end of the list so that they are [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nvfx_vertprog.c | 555 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, src[0], none, src[1])); 584 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, swz(tmp, X, X, X, X), none, swz(tmp, Y, Y, Y, Y))); 684 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, src[0], none, neg(src[1]))); [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 450 // Add the flag if we have it. 519 SDValue PtrOff = DAG.getNode(ISD::ADD, dl, getPointerTy(), 573 // Add argument registers to the end of the list so that they are [all...] |
/external/mesa3d/src/gallium/drivers/nv30/ |
nvfx_vertprog.c | 555 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, src[0], none, src[1])); 584 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, swz(tmp, X, X, X, X), none, swz(tmp, Y, Y, Y, Y))); 684 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, src[0], none, neg(src[1]))); [all...] |
/frameworks/base/services/java/com/android/server/ |
NetworkManagementService.java | 100 private static final String ADD = "add"; 203 // Add ourself to the Watchdog monitors. 693 modifyRoute(interfaceName, ADD, route, DEFAULT); 705 modifyRoute(interfaceName, ADD, route, SECONDARY); 752 list.add(s); 799 routes.add(route); 831 routes.add(route) [all...] |
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
TestCaseEditController.java | 188 paneDetail.add(this.paneDetailInput); 189 paneDetail.add(this.paneDetailOutput); 194 toolbar.add(new AddTestCaseAction()); 195 toolbar.add(new RemoveTestCaseAction()); 201 view.add(toolbar, BorderLayout.WEST); 202 view.add(scroll, BorderLayout.CENTER); 203 view.add(paneDetail, BorderLayout.EAST); 380 this.add(combo, BorderLayout.NORTH); 381 this.add(editor, BorderLayout.CENTER); 391 this.add(newEditor) [all...] |