HomeSort by relevance Sort by last modified time
    Searched refs:ADD (Results 501 - 525 of 1030) sorted by null

<<21222324252627282930>>

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp 506 // Assume the 3rd operand is a CondCodeSDNode. Add code to check the type of
748 // Next, add the true and fallthrough blocks as its successors.
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/metag/
metacore12.d 12 .*: 0001de01 ADD D0Re0,D0\.7,D1\.7
13 .*: 00380e01 ADD D0\.7,D0Re0,A1\.7
14 .*: 0039c000 ADD D0\.7,D0\.7,D0Re0
15 .*: 0039fe01 ADD D0\.7,D0\.7,A0\.7
16 .*: 01001e01 ADD D1Re0,D1Re0,D0\.7
17 .*: 0101ce01 ADD D1Re0,D1\.7,A1\.7
18 .*: 01380201 ADD D1\.7,D1Re0,A1LbP
19 .*: 01383201 ADD D1\.7,D1Re0,A0FrP
20 .*: 0139e001 ADD D1\.7,D1\.7,RD
210 .*: 06003fe0 ADD TXENABLE,D0Re0,#0xf
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 420 // add/sub are legal for all supported vector VT's.
421 setOperationAction(ISD::ADD, VT, Legal);
633 setOperationAction(ISD::ADD, MVT::v2i64, Expand);
    [all...]
  /art/compiler/utils/arm/
constants_arm.h 139 ADD = 4, // Add
140 ADC = 5, // Add with Carry
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rop.java 375 case RegOps.ADD:
  /dalvik/dx/src/com/android/dx/rop/code/
Rop.java 375 case RegOps.ADD:
  /developers/build/prebuilts/gradle/DrawableTinting/Application/src/main/java/com/example/android/drawabletinting/
DrawableTintingFragment.java 136 PorterDuff.Mode.ADD,
  /developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
MainActivity.java 69 // Defines the allowable request types (in this example, we only add geofences).
70 private enum REQUEST_TYPE {ADD}
122 // Store these flat versions in SharedPreferences and add them to the geofence list.
125 mGeofenceList.add(mAndroidBuildingGeofence.toGeofence());
126 mGeofenceList.add(mYerbaBuenaGeofence.toGeofence());
147 * Once the connection is available, send a request to add the Geofences.
152 // Send a request to add the current geofences.
  /developers/samples/android/ui/DrawableTinting/Application/src/main/java/com/example/android/drawabletinting/
DrawableTintingFragment.java 136 PorterDuff.Mode.ADD,
  /developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
MainActivity.java 69 // Defines the allowable request types (in this example, we only add geofences).
70 private enum REQUEST_TYPE {ADD}
122 // Store these flat versions in SharedPreferences and add them to the geofence list.
125 mGeofenceList.add(mAndroidBuildingGeofence.toGeofence());
126 mGeofenceList.add(mYerbaBuenaGeofence.toGeofence());
147 * Once the connection is available, send a request to add the Geofences.
152 // Send a request to add the current geofences.
  /development/samples/browseable/DrawableTinting/src/com.example.android.drawabletinting/
DrawableTintingFragment.java 136 PorterDuff.Mode.ADD,
  /development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
MainActivity.java 69 // Defines the allowable request types (in this example, we only add geofences).
70 private enum REQUEST_TYPE {ADD}
122 // Store these flat versions in SharedPreferences and add them to the geofence list.
125 mGeofenceList.add(mAndroidBuildingGeofence.toGeofence());
126 mGeofenceList.add(mYerbaBuenaGeofence.toGeofence());
147 * Once the connection is available, send a request to add the Geofences.
152 // Send a request to add the current geofences.
  /external/libchrome/base/metrics/
persistent_sample_map.cc 190 (op == HistogramSamples::ADD) ? count : -count;
228 // ordering on iterable objects so use the import method to actually add the
265 // No: Add it to map of known values.
sample_vector.cc 78 // Go through the iterator and add the counts into correct bucket.
86 &counts_[index], op == HistogramSamples::ADD ? count : -count);
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 195 ADD, SUB, MUL, SDIV, UDIV, SREM, UREM,
212 /// results. The first result is the normal add or sub result, the second
218 /// the add or sub, and the third is the input carry flag. These nodes
219 /// produce two results; the normal result of the add or sub, and the output
221 /// to them to be chained together for add and sub of arbitrarily large
226 /// These nodes take two operands: the normal LHS and RHS to the add. They
227 /// produce two results: the normal result of the add, and a boolean that
231 /// These nodes are generated from llvm.[su]add.with.overflow intrinsics.
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 142 case ISD::ADD:
181 // Add cost of workaround.
  /external/llvm/lib/Target/Lanai/Disassembler/
LanaiDisassembler.cpp 90 unsigned AluOp = LPAC::ADD;
  /external/llvm/lib/Target/Lanai/
LanaiAsmPrinter.cpp 172 .addImm(LPAC::makePreOp(LPAC::ADD)),
LanaiRegisterInfo.cpp 212 // Change the ALU op (operand 3) from LPAC::ADD (the default) to
214 assert((MI.getOperand(3).getImm() == LPAC::ADD) &&
  /external/llvm/test/MC/ARM/
basic-thumb-instructions.s 32 @ ADD (immediate)
46 @ ADD (register)
49 add r2, r8
52 @ CHECK: add r2, r8 @ encoding: [0x42,0x44]
56 @ ADD (SP plus immediate)
58 add sp, #4
59 add sp, #508
60 add sp, sp, #4
61 add r2, sp, #8
62 add r2, sp, #102
    [all...]
  /external/proguard/src/proguard/evaluation/value/
SpecificIntegerValue.java 75 public IntegerValue add(IntegerValue other) method in class:SpecificIntegerValue
77 return other.add(this);
203 public IntegerValue add(SpecificIntegerValue other) method in class:SpecificIntegerValue
205 return new CompositeIntegerValue(this, CompositeIntegerValue.ADD, other);
  /external/swiftshader/src/Shader/
PixelPipeline.hpp 75 void ADD(Vector4s &dst, Vector4s &src0, Vector4s &src1);
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
basic-thumb-instructions.s 31 @ ADD (immediate)
45 @ ADD (register)
48 add r2, r8
51 @ CHECK: add r2, r8 @ encoding: [0x42,0x44]
55 @ ADD (SP plus immediate)
57 add sp, #4
58 add sp, #508
59 add sp, sp, #4
60 add r2, sp, #8
61 add r2, sp, #102
    [all...]
  /external/v8/src/ic/
ic-state.h 93 DCHECK_EQ(Token::ADD, op_);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s 205 ADD pThresholds, pThresholds, #4

Completed in 1923 milliseconds

<<21222324252627282930>>