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

1 2 3 4 5 6 7 891011>>

  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 159 // Operand is a result from an ADD.
160 if (Addr.getOpcode() == ISD::ADD) {
215 "(ADD|SUB)E flag operand must come from (ADD|SUB)C/E insn");
  /external/v8/src/arm/
constants-arm.h 196 ADD = 4 << 21, // Add.
197 ADC = 5 << 21, // Add with Carry.
446 // add(sp, sp, 4) instruction (aka Pop())
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DeblockingLuma_unsafe_s.s 238 ADD alpha, alpha, m01, LSL #1
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_HalfDiagVerHor4x4_unsafe_s.s 120 ADD r12, pSrc, srcStep, LSL #2
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 81 private static final int ADD = 1;
160 // Add ourself to the Watchdog monitors.
198 mObservers.add(obs);
515 modifyRoute(interfaceName, ADD, route, DEFAULT);
525 modifyRoute(interfaceName, ADD, route, SECONDARY);
539 case ADD:
541 cmd = new StringBuilder("interface route add " + interfaceName + " " + type);
573 "Unable to communicate with native dameon to add routes - "
579 Log.v(TAG, "add route response is " + line);
597 list.add(s)
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
ARMAssembler.h 129 ADD = (0x4 << 21),
323 emitInst(static_cast<ARMWord>(cc) | ADD, rd, rn, op2);
328 emitInst(static_cast<ARMWord>(cc) | ADD | SET_CC, rd, rn, op2);
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
cpp.c 96 // Add various atoms needed by the CPP line scanner:
335 COND, LOGOR, LOGAND, OR, XOR, AND, EQUAL, RELATION, SHIFT, ADD, MUL, UNARY,
378 { '+', ADD, op_add },
379 { '-', ADD, op_sub },
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 97 case ISD::ADD:
474 case ISD::ADD:
684 StackPtr = DAG.getNode(ISD::ADD, dl, StackPtr.getValueType(), StackPtr,
725 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr,
    [all...]
TargetLowering.cpp     [all...]
FastISel.cpp 440 // FIXME: This can be optimized by combining the add with a
442 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, Offs, VT);
457 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, Offs, VT);
481 N = FastEmit_rr(VT, VT, ISD::ADD, N, NIsKill, IdxN, IdxNIsKill);
882 case Instruction::Add:
883 return SelectBinaryOp(I, ISD::ADD);
    [all...]
  /dalvik/dx/junit-tests/com/android/dx/gen/
DexGeneratorTest.java 673 Method add = binaryOpMethod(int.class, BinaryOp.ADD); local
674 assertEquals(79, add.invoke(null, 75, 4));
721 Method add = binaryOpMethod(long.class, BinaryOp.ADD); local
722 assertEquals(79L, add.invoke(null, 75L, 4L));
772 Method add = binaryOpMethod(float.class, BinaryOp.ADD); local
791 Method add = binaryOpMethod(double.class, BinaryOp.ADD); local
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 629 // TODO(tim): Add autofill data type controller test, and a case to cover
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 423 (op_ == Token::ADD || op_ == Token::SUB ||
442 case Token::ADD:
444 __ SmiAdd(right, right, left, &use_fp_on_smis); // ADD is commutative.
532 case Token::ADD: __ addsd(xmm0, xmm1); break;
566 case Token::ADD:
573 case Token::ADD: __ addsd(xmm0, xmm1); break;
669 ASSERT(op_ == Token::ADD);
702 case Token::ADD:
703 __ InvokeBuiltin(Builtins::ADD, JUMP_FUNCTION);
766 ASSERT(op_ == Token::ADD);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 447 if (N.getOpcode() != ISD::ADD && N.getOpcode() != ISD::SUB &&
500 ARM_AM::AddrOpc AddSub = ARM_AM::add;
517 if (N.getOpcode() != ISD::ADD && N.getOpcode() != ISD::SUB &&
518 // ISD::OR that is equivalent to an ISD::ADD.
523 if (N.getOpcode() == ISD::ADD || N.getOpcode() == ISD::OR) {
531 ARM_AM::AddrOpc AddSub = N.getOpcode() == ISD::SUB ? ARM_AM::sub:ARM_AM::add;
600 ARM_AM::AddrOpc AddSub = ARM_AM::add;
617 if (N.getOpcode() != ISD::ADD && N.getOpcode() != ISD::SUB &&
618 // ISD::OR that is equivalent to an ADD.
630 Opc = CurDAG->getTargetConstant(ARM_AM::getAM2Opc(ARM_AM::add, 0
    [all...]
ARMISelLowering.cpp     [all...]
  /external/chromium/chrome/browser/password_manager/
password_store_default_unittest.cc 52 // This class will add and remove a mock notification observer from
85 registrar_.Add(&observer_,
177 // Build the expected forms vector and add the forms to the store.
458 PasswordStoreChange(PasswordStoreChange::ADD, *form),
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/chrome/browser/sync/glue/
autofill_change_processor.cc 97 case AutofillChange::ADD:
228 // Handle an update or add.
354 NOTREACHED() << "Couldn't add autofill profile: " << guid;
421 notification_registrar_.Add(this, NotificationType::AUTOFILL_ENTRIES_CHANGED,
  /external/chromium/chrome/browser/webdata/
autofill_table_unittest.cc 37 case AutofillChange::ADD: {
38 os << "ADD";
289 // Now add some values with empty strings.
408 EXPECT_EQ(AutofillChange(AutofillChange::ADD,
545 // Add a form field. This will be replaced.
575 // Add a form field. This will NOT be replaced.
606 // Add multiple values for "firstname" and "lastname" names. Test that only
639 EXPECT_EQ(changes[0], AutofillChange(AutofillChange::ADD,
642 EXPECT_EQ(changes[1], AutofillChange(AutofillChange::ADD,
656 // Add a 'Home' profile
    [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinRegisterInfo.cpp 86 // Emit instructions to add delta to D/P register. ScratchReg must be of the
103 // We must load delta into ScratchReg and add that.
115 BuildMI(MBB, I, DL, TII.get(BF::ADD), Reg)
250 assert(MI.getOperand(0).isReg() && "ADD instruction needs a register");
BlackfinISelLowering.cpp 240 // If this is the first return lowered for this function, add the regs to the
338 OffsetN = DAG.getNode(ISD::ADD, dl, MVT::i32, SPN, OffsetN);
423 // add-with-carry instructions.
429 unsigned Opcode = Op.getOpcode()==ISD::ADDE ? BF::ADD : BF::SUB;
437 // Add operands, produce sum and carry flag
445 // Add incoming carry, again producing an output flag
  /external/v8/src/
builtins.h 214 V(ADD, 1) \
  /external/v8/src/mips/
constants-mips.h 271 ADD = ((4 << 3) + 0),
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
residu_asm_opt.s 71 ADD r1, r1, #4
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 220 ADD(int cc, int s, int Rd, int Rn, uint32_t Op2) {

Completed in 2259 milliseconds

1 2 3 4 5 6 7 891011>>