/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
Intermediate.cpp | 309 // Do we need to promote the operand? 815 // combination of operation and operand type. 823 if (operand->getBasicType() != EbtBool) 831 if (operand->getBasicType() == EbtBool) 842 if (operand->getBasicType() != EbtFloat) 846 setType(operand->getType()); 872 // operand. Then only deviations from this need be coded. 923 // The other operand could be a scalar, vector, or matrix. [all...] |
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
StubMethodAdapter.java | 296 public void visitIntInsn(int opcode, int operand) { 298 mParentVisitor.visitIntInsn(opcode, operand);
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
tree-flow-inline.h | 504 /* Return the tree operand for argument I of PHI node GS. */ 513 /* Return a pointer to the tree operand for argument I of PHI node GS. */ 954 the first operand as a tree. */ 1016 /* If there is a single operand in STMT matching FLAGS, return it. Otherwise 1034 /* If there is a single operand in STMT matching FLAGS, return it. Otherwise 1053 /* If there is a single operand in STMT matching FLAGS, return it. Otherwise 1184 /* If the PHI node doesn't the operand type we care about, we're done. */ 1213 /* If the PHI node doesn't the operand type we care about, we're done. */ [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
tree-flow-inline.h | 504 /* Return the tree operand for argument I of PHI node GS. */ 513 /* Return a pointer to the tree operand for argument I of PHI node GS. */ 954 the first operand as a tree. */ 1016 /* If there is a single operand in STMT matching FLAGS, return it. Otherwise 1034 /* If there is a single operand in STMT matching FLAGS, return it. Otherwise 1053 /* If there is a single operand in STMT matching FLAGS, return it. Otherwise 1184 /* If the PHI node doesn't the operand type we care about, we're done. */ 1213 /* If the PHI node doesn't the operand type we care about, we're done. */ [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
tree-flow-inline.h | 504 /* Return the tree operand for argument I of PHI node GS. */ 513 /* Return a pointer to the tree operand for argument I of PHI node GS. */ 954 the first operand as a tree. */ 1016 /* If there is a single operand in STMT matching FLAGS, return it. Otherwise 1034 /* If there is a single operand in STMT matching FLAGS, return it. Otherwise 1053 /* If there is a single operand in STMT matching FLAGS, return it. Otherwise 1184 /* If the PHI node doesn't the operand type we care about, we're done. */ 1213 /* If the PHI node doesn't the operand type we care about, we're done. */ [all...] |
/external/llvm/lib/Target/ARM/ |
ARMInstrFormats.td | 75 // The instruction has an Rn register operand. 77 // it doesn't have a Rn operand. 135 def imod_op : Operand<i32> { 143 def iflags_op : Operand<i32> { 148 // ARM Predicate operand. Default to 14 = always (AL). Second part is CC 181 def setend_op : Operand<i32> { 190 def msr_mask : Operand<i32> { 204 def shr_imm8 : Operand<i32> { 208 def shr_imm16 : Operand<i32> { 212 def shr_imm32 : Operand<i32> [all...] |
/external/llvm/lib/Target/PTX/ |
PTXInstrInfo.td | 57 def brtarget : Operand<OtherVT>; 58 def calltarget : Operand<i32>; 88 //===- Floating-Point Instructions - 2 Operand Form -----------------------===// 104 //===- Floating-Point Instructions - 3 Operand Form -----------------------===// 120 //===- Floating-Point Instructions - 4 Operand Form -----------------------===// 142 //===- Integer Instructions - 3 Operand Form ------------------------------===// 170 //===- Integer Instructions - 3 Operand Form (Signed) ---------------------===// 198 //===- Bitwise Logic Instructions - 3 Operand Form ------------------------===// 234 //===- Integer Shift Instructions - 3 Operand Form ------------------------===// 274 //===- Set Predicate Instructions (Int) - 3/4 Operand Forms ---------------===/ [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeVectorTypes.cpp | 221 // If the operand is wider than the vector element type then it is implicitly 276 "Operand types must be vectors"); 295 // Operand Vector Scalarization <1 x ty> -> ty. 299 DEBUG(dbgs() << "Scalarize node operand " << OpNo << ": "; 312 llvm_unreachable("Do not know how to scalarize this operator's operand!"); 337 "Invalid operand expansion"); 376 assert(OpNo == 1 && "Do not know how to scalarize this operand!"); 744 "Operand types must be vectors"); [all...] |
SelectionDAGBuilder.cpp | 628 /// operand list. This adds the code marker, matching input operand index 767 // chain, then the TokenFactor is both a predecessor (operand) of the 780 /// operand list. This adds the code marker and includes the number of [all...] |
/external/icu4c/common/ |
rbbiscan.cpp | 383 // These all appear after the operand to which they apply. 384 // When we hit one, the operand (may be a whole sub expression) 601 // with a right operand, and if the precedence of the stacked operator >= 602 // the precedence of the current operator, binds the operand left, 618 // The most recent operand goes with the current operator, 623 // TOS operand becomes right child of this operator. 624 // Resulting subexpression becomes the TOS operand. [all...] |
/external/llvm/lib/Analysis/ |
ScalarEvolutionExpander.cpp | 43 // it is being used as an insert point. Clear its operand 226 // In a Mul, check if there is a constant operand which is a multiple 231 // operand which is a multiple of the given factor. If so, we can 338 // Resort the operand list, moving any constants to the front. 386 // indexes into the array implied by the pointer operand; the rest of 407 // The operand was not divisible, so add it to the list of operands 680 // If one operand is a non-constant negative and the other is not, 720 // This is the first operand. Just expand it. 728 // If the operand is SCEVUnknown and not instructions, peek through 787 // This is the first operand. Just expand it [all...] |
ValueTracking.cpp | 207 // If low bits are zero in either operand, output low known-0 bits. 406 // other operand has in those bit positions will be preserved in the 407 // result. For an add, this works with either operand. For a subtract, 408 // this only works if the known zeros are in the right operand. 423 // Determine which operand has more trailing zeros, and use that 424 // many bits from the other operand. 431 // If the known zeros are in the left operand for a subtract, 476 // The low bits of the first operand are unchanged by the srem. 480 // If the first operand is non-negative or has all low bits zero, then 485 // If the first operand is negative and not all low bits are zero, the [all...] |
/external/clang/lib/Sema/ |
SemaExpr.cpp | 497 // operand or a subexpression thereof the value contained in the 703 // if we have an integer operand, the result is the complex type. 712 // When both operands are complex, the shorter operand is converted to the 716 // From H&S 6.3.4: When one operand is complex and the other is a real 731 // If only one operand is complex, promote it if necessary and convert the 732 // other operand to complex. 783 // If we have two real floating types, convert the smaller operand [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/bin/ |
i686-linux-as | |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/bin/ |
as | |
/external/llvm/lib/Target/ARM/Disassembler/ |
ARMDisassembler.cpp | 382 // Add a fake predicate operand, because we share these instruction 393 // Add a fake predicate operand, because we share these instruction 404 // Add a fake predicate operand, because we share these instruction 421 /// tryAddingSymbolicOperand - trys to add a symbolic operand in place of the 428 /// create an MCExpr and that is added as an operand to the MCInst. If 432 /// operand to the MCInst and false otherwise. 563 // auto-generated decoder won't inject the CPSR operand. We need to fix 662 // predicate operand. We need to rewrite these operands based on the IT [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/multianewarray/ |
Test_multianewarray.java | 69 * dimensions specified by dimensions operand
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/form/ |
Form35c.java | 116 makeByte(r4, sz)), // encode the fifth operand here
|
/dalvik/dx/src/com/android/dx/dex/code/form/ |
Form35c.java | 134 makeByte(r4, sz)), // encode the fifth operand here
|
/dalvik/dx/src/com/android/dx/ssa/ |
NormalSsaInsn.java | 176 * @return true if this is a move (but not a move-operand) instruction
|
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/ |
MethodSourcer.java | 173 public void visitIntInsn(int opcode, int operand) {
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
IdempotentOperationChecker.cpp | 393 os << "The left operand to '" << B->getOpcodeStr() << "' is always 1"; 397 os << "The right operand to '" << B->getOpcodeStr() << "' is always 1"; 401 os << "The left operand to '" << B->getOpcodeStr() << "' is always 0"; 405 os << "The right operand to '" << B->getOpcodeStr() << "' is always 0";
|
/external/clang/test/Sema/ |
block-misc.c | 175 f(1 ? bp : rp); // expected-error {{incompatible operand types ('void (^)(int)' and 'void (*)(int)')}}
|
/external/clang/test/SemaTemplate/ |
instantiate-expr-1.cpp | 130 asm ("nop" : "=a"(*t) : "r"(*t)); // expected-error {{indirection requires pointer operand ('int' invalid)}}
|
/external/elfutils/libdw/ |
dwarf_getloclist.c | 163 /* No operand. */
|