/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
hwint.h | 19 indicate a "long long" operand. */
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
hwint.h | 19 indicate a "long long" operand. */
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
hwint.h | 19 indicate a "long long" operand. */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/ |
cc1 | |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/ |
siginfo.h | 147 #define ILL_ILLOPN (__SI_FAULT|2) /* illegal operand */
|
/dalvik/vm/mterp/out/ |
InterpAsm-armv5te.S | [all...] |
/external/llvm/examples/Kaleidoscope/Chapter7/ |
toy.cpp | 135 ExprAST *Operand; 137 UnaryExprAST(char opcode, ExprAST *operand) 138 : Opcode(opcode), Operand(operand) {} 462 if (ExprAST *Operand = ParseUnary()) 463 return new UnaryExprAST(Opc, Operand); 637 Value *OperandV = Operand->Codegen(); [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcInstrInfo.td | 70 def MEMrr : Operand<i32> { 74 def MEMri : Operand<i32> { 80 def brtarget : Operand<OtherVT>; 81 def calltarget : Operand<i32>; 83 // Operand for printing out a condition code. 85 def CCOp : Operand<i32>; 134 def getPCX : Operand<i32> { [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombinePHI.cpp | 65 // Keep track of which operand needs a phi node. 161 // Compare the operand lists. 178 // If we already needed a PHI for an earlier operand, and another operand 199 // Otherwise, this is safe to transform. Insert PHI nodes for each operand 205 if (FixedOperands[i]) continue; // operand doesn't need a phi. [all...] |
InstCombineSimplifyDemanded.cpp | 23 /// ShrinkDemandedConstant - Check to see if the specified operand of the 30 assert(OpNo < I->getNumOperands() && "Operand index too large"); 32 // If the operand is not a constant integer, nothing to do. 66 /// specified instruction operand if possible, updating it in place. It returns 216 // operand of a trunc without duplicating all the logic below. 532 // Bits are known one if they are known zero in one operand and one in the [all...] |
InstCombineCalls.cpp | 266 // operand in case we're looking through a bitcast. 322 if (IntrinsicInst *Operand = dyn_cast<IntrinsicInst>(II->getArgOperand(0))) 323 if (Operand->getIntrinsicID() == Intrinsic::bswap) 324 return ReplaceInstUsesWith(CI, Operand->getArgOperand(0)); 328 if (IntrinsicInst *Operand = dyn_cast<IntrinsicInst>(TI->getOperand(0))) 329 if (Operand->getIntrinsicID() == Intrinsic::bswap) { 330 unsigned C = Operand->getType()->getPrimitiveSizeInBits() - 332 Value *CV = ConstantInt::get(Operand->getType(), C); 333 Value *V = Builder->CreateLShr(Operand->getArgOperand(0), CV); 498 // Get the largest possible values for each operand [all...] |
/external/webkit/Source/JavaScriptCore/assembler/ |
MacroAssemblerARMv7.h | 120 // These conditions will only evaluate to true if the comparison is ordered - i.e. neither operand is NaN. 127 // If either operand is NaN, these conditions always evaluate to true. 141 // Operations are typically two operand - operation(source, srcDst) 142 // For many operations the source may be an TrustedImm32, the srcDst operand 387 // operand objects to loads and store will be implicitly constructed if a 827 // jz and jnz test whether the first operand is equal to zero, and take 828 // an optional second operand of a mask under which to perform the test. [all...] |
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
ParseHelper.cpp | 245 void TParseContext::unaryOpError(int line, const char* op, TString operand) 247 error(line, " wrong operand type", op, 248 "no operation '%s' exists that takes an operand of type %s (or there is no acceptable conversion)", 249 op, operand.c_str()); 257 error(line, " wrong operand types ", op, 258 "no operation '%s' exists that takes a left-hand operand of type '%s' and " 259 "a right operand of type '%s' (or there is no acceptable conversion)", [all...] |
/prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/bin/ |
i686-android-linux-as | |
/prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/i686-android-linux/bin/ |
as | |
/external/llvm/include/llvm/Target/ |
TargetSelectionDAG.td | 26 // SDTCisVT - The specified operand has exactly this VT. 33 // SDTCisInt - The specified operand has integer type. 36 // SDTCisFP - The specified operand has floating-point type. 39 // SDTCisVec - The specified operand has a vector type. 47 // SDTCisVTSmallerThanOp - The specified operand is a VT SDNode, and its type is 48 // smaller than the 'Other' operand. 245 def SDNPHasChain : SDNodeProperty; // R/W chain operand and result 247 def SDNPInGlue : SDNodeProperty; // Read a flag operand 248 def SDNPOptInGlue : SDNodeProperty; // Optionally read a flag operand 565 // If FastIsel should ignore all instructions that have an operand of this type [all...] |
/external/javassist/src/main/javassist/bytecode/ |
Bytecode.java | 791 * operand stack. 1095 * @param count the count operand of the instruction. 1110 * @param count the count operand of the instruction. [all...] |
/external/llvm/docs/ |
LangRef.html | [all...] |
/external/llvm/lib/Target/ARM/ |
ARMInstrThumb2.td | 19 def it_pred : Operand<i32> { 26 def it_mask : Operand<i32> { 37 def t2_shift_imm : Operand<i32> { 45 def t2_so_reg : Operand<i32>, // reg imm 65 // t2_so_imm - Match a 32-bit immediate operand, which is an 69 def t2_so_imm : Operand<i32>, ImmLeaf<i32, [{ 79 def t2_so_imm_not : Operand<i32>, 85 def t2_so_imm_neg : Operand<i32>, 91 def imm0_4095 : Operand<i32>, 117 def t2addrmode_imm12 : Operand<i32> [all...] |
/external/llvm/lib/CodeGen/ |
LiveIntervalAnalysis.cpp | 413 // def-and-use register operand. 781 // Special case: An early-clobber tied operand reads and writes the [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/ |
cc1plus | |
/prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/ |
cc1plus | |
/external/llvm/lib/Analysis/ |
ScalarEvolution.cpp | 484 // For instructions, compare their loop depth, and their operand 534 // Addrec complexity grows with operand count. 585 // Compare cast expressions by operand. 807 // Fold if the operand is constant. [all...] |
/external/llvm/lib/Target/CppBackend/ |
CPPBackend.cpp | 1486 Value* operand = I->getOperand(i); local 1500 Value* operand = C->getOperand(j); local [all...] |
/external/clang/lib/Sema/ |
SemaStmt.cpp | 42 // operand, even incomplete types. [all...] |