HomeSort by relevance Sort by last modified time
    Searched full:operand (Results 276 - 300 of 1353) sorted by null

<<11121314151617181920>>

  /external/skia/src/animator/
SkTypedArray.cpp 26 bool SkTypedArray::getIndex(int index, SkOperand* operand) {
31 *operand = begin()[index];
  /external/v8/test/mjsunit/regress/
regress-406.js 46 // Same with just the left operand constant.
60 // Same with just the right operand constant.
  /external/v8/test/cctest/
test-assembler-mips.cc 106 __ Branch(&L, ne, v1, Operand(0));
164 __ Branch(&error, ne, v0, Operand(0x0f234560));
169 __ Branch(&error, ne, v0, Operand(0x00001234));
172 __ Branch(&error, ne, v1, Operand(0x80000003));
175 __ Branch(&error, ne, v1, Operand(0x7ffffffc));
182 __ Branch(&error, ne, v0, Operand(0xedcba983));
186 __ Branch(&error, ne, v0, Operand(0x1));
189 __ Branch(&error, ne, v0, Operand(0x0));
196 __ Branch(&error, ne, v0, Operand(0x00007400));
199 __ Branch(&error, ne, v1, Operand(0x80000000))
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/istore_0/
Test_istore_0.java 28 * "The value of local variable at <n> is pushed onto the operand stack."
  /cts/tools/dx-tests/src/dxc/junit/opcodes/istore_1/
Test_istore_1.java 27 * @title value of local variable at <n> is pushed onto the operand stack
  /cts/tools/dx-tests/src/dxc/junit/opcodes/istore_2/
Test_istore_2.java 27 * @title value of local variable at <n> is pushed onto the operand stack.
  /cts/tools/dx-tests/src/dxc/junit/opcodes/istore_3/
Test_istore_3.java 27 * @title value of local variable at <n> is pushed onto the operand stack.
  /dalvik/vm/mterp/armv5te/
binop.S 25 cmp r1, #0 @ is second operand zero?
binop2addr.S 23 cmp r1, #0 @ is second operand zero?
binopLit8.S 22 @cmp r1, #0 @ is second operand zero?
  /dalvik/vm/mterp/armv6t2/
binop2addr.S 22 cmp r1, #0 @ is second operand zero?
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Neg.java 38 * @param right non-null reference to the evaluated right operand.
String.java 37 * @param right non-null reference to the evaluated right operand.
  /external/bluetooth/glib/
msvc_recommended_pragmas.h 22 #pragma warning(error:4053) /* An expression of type void was used as an operand */
  /external/clang/test/SemaTemplate/
virtual-member-functions.cpp 13 return *x; // expected-error{{requires pointer operand}}
  /external/llvm/include/llvm/
Operator.h 259 return 0U; // get index for modifying correct operand
262 /// getPointerOperandType - Method to return the pointer operand as a
277 /// zeros. If so, the result pointer and the first operand have the same
290 /// constant integers. If so, the result pointer and the first operand have
  /external/llvm/lib/Target/CBackend/
CBackend.cpp 171 /// operand with '*'. This is equivalent to printing '*' then using
173 void writeOperandDeref(Value *Operand) {
174 if (isAddressExposed(Operand)) {
176 writeOperandInternal(Operand);
179 writeOperand(Operand);
184 void writeOperand(Value *Operand, bool Static = false);
186 void writeOperandInternal(Value *Operand, bool Static = false);
187 void writeOperandWithCast(Value* Operand, unsigned Opcode);
188 void writeOperandWithCast(Value* Operand, const ICmpInst &I);
191 void writeMemoryAccess(Value *Operand, Type *OperandType
    [all...]
  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCCodeEmitter.cpp 48 /// getMachineOpValue - Return binary encoding of operand. If the machine
49 /// operand requires relocation, record the relocation and return zero.
106 /// getMachineOpValue - Return binary encoding of operand. If the machine
107 /// operand requires relocation, record the relocation and return zero.
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCCodeEmitter.cpp 53 /// getMachineOpValue - Return binary encoding of operand. If the machine
54 /// operand requires relocation, record the relocation and return zero.
180 // MTCRF/MFOCRF should go through get_crbitm_encoding for the CR operand.
181 // The GPR operand should come through here though.
  /external/llvm/test/CodeGen/Thumb/
inlineasm-imm-thumb.ll 21 ; Test Thumb-mode "L" constraint, for 3-operand ADD immediates.
  /external/llvm/test/CodeGen/X86/
call-push.ll 32 ; There should be no store for the undef operand.
trunc-to-bool.ll 3 ; value and as the operand of a branch.
  /external/llvm/test/Transforms/InstCombine/
pr2645-0.ll 4 ; insertelement's first operand's elements are needed.
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ValidateLimitations.h 49 bool validateOperation(TIntermOperator* node, TIntermNode* operand);
  /dalvik/dx/src/com/android/dx/ssa/
PhiTypeResolver.java 35 * The resolve is done as an iterative merge of each phi's operand types.
38 * operand is the same constant value or the same local variable info, we want
132 // Start by finding the first non-void operand

Completed in 649 milliseconds

<<11121314151617181920>>