/external/llvm/docs/tutorial/ |
LangImpl6.html | 360 ExprAST *Operand; 362 UnaryExprAST(char opcode, ExprAST *operand) 363 : Opcode(opcode), Operand(operand) {} 387 if (ExprAST *Operand = ParseUnary()) 388 return new UnaryExprAST(Opc, Operand); 475 Value *OperandV = Operand->Codegen(); [all...] |
/dalvik/vm/mterp/out/ |
InterpAsm-armv5te-vfp.S | [all...] |
InterpAsm-armv7-a-neon.S | [all...] |
InterpAsm-armv7-a.S | [all...] |
/external/llvm/include/llvm/CodeGen/ |
SelectionDAG.h | 404 // This version of the getCopyToReg method takes an extra operand, which 428 // This version of the getCopyFromReg method takes an extra operand, which 613 /// takes 1 operand. [all...] |
LiveIntervalAnalysis.h | 363 /// only allow one) virtual register operand, then its uses are implicitly 383 /// slot / to reg or any rematerialized load into ith operand of specified
|
LiveVariables.h | 207 /// instruction. If AddIfNotFound is true, add a implicit operand if it's 244 /// AddIfNotFound is true, add a implicit operand if it's not found.
|
/external/llvm/lib/AsmParser/ |
LLParser.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
X86CodeEmitter.cpp | 147 /// REX prefix which specifies 1) 64-bit instructions, 2) non-default operand 432 assert(RelocOp->isJTI() && "Unexpected machine operand!"); 635 // Emit the operand size opcode prefix as needed. 706 // Skip the last source operand that is tied_to the dest reg. e.g. LXADD32 791 assert(MO.isImm() && "Unknown RawFrm operand!"); 794 // Fix up immediate operand for pc relative calls. [all...] |
X86ISelDAGToDAG.cpp | 323 // If the other operand is a 8-bit immediate we should fold the immediate 337 // If the other operand is a TLS address, we should fold it instead. 359 /// MoveBelowCallOrigChain - Replace the original chain operand of the call with 360 /// load's chain operand and move load below the call's chain operand. 369 "Unexpected chain operand"); 792 // that the base operand remains free for further matching. If 886 // clobbering its operand [all...] |
X86.td | 88 "Enable three-operand fused multiple-add">; 90 "Enable four-operand fused multiple-add">;
|
X86InstrArithmetic.td | 505 Operand immoperand, SDPatternOperator immoperator, 506 Operand imm8operand, SDPatternOperator imm8operator, 523 /// MemOperand - This is the memory operand associated with this type. For 533 /// ImmOperand - This is the operand kind of an immediate of this type. For 537 Operand ImmOperand = immoperand; 543 /// Imm8Operand - This is the operand kind to use for an imm8 of this type. 546 Operand Imm8Operand = imm8operand; 558 /// the 0x66 operand size prefix. This is set for i16 types. [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-internal.h | 229 // When this operand is a const char* or char*, if the other operand 230 // is a ::std::string or ::string, we print this operand as a C string 261 // The next four overloads handle the case where the operand being 262 // printed is a char/wchar_t pointer and the other operand is not a 263 // string/wstring object. In such cases, we just print the operand as [all...] |
/external/bison/src/ |
getargs.c | 453 error (0, 0, _("missing operand after `%s'"), argv[argc - 1]); 455 error (0, 0, _("extra operand `%s'"), argv[optind + 1]);
|
/external/clang/include/clang/Basic/ |
arm_neon.td | 76 Op Operand = o; 362 // E.3.28 Other single operand arithmetic
|
/external/iproute2/tc/ |
em_meta.c | 380 return PARSE_ERR(args, "meta: missing operand"); 389 return PARSE_ERR(a, "meta: invalid operand");
|
/external/llvm/lib/Analysis/ |
LoopDependenceAnalysis.cpp | 254 // Collect GEP operand pairs (FIXME: use GetGEPOperands from BasicAA), adding 279 // Now analyse the collected operand pairs (skipping the GEP ptr offsets).
|
PHITransAddr.cpp | 215 // Handle getelementptr with at least one PHI translatable operand. 398 // Handle getelementptr with at least one PHI operand.
|
/external/llvm/lib/CodeGen/ |
README.txt | 44 operand of the PHI node in bb76 and its operand %reg1039 is the result of the
|
/external/llvm/lib/Target/ARM/ |
ARMBaseInstrInfo.h | 280 /// the MLX instructions with an extra lane operand. 345 /// CPSR def operand.
|
/external/llvm/lib/Target/Alpha/ |
AlphaISelDAGToDAG.cpp | 143 // Select - Convert the specified operand from a target-independent to a 206 // Select - Convert the specified operand from a target-independent to a
|
/external/llvm/test/CodeGen/CellSPU/ |
shift_ops.ll | 23 ; Shift left i16 via register, note that the second operand to shl is promoted 123 ; Shift left i32 via register, note that the second operand to shl is promoted
|
/external/llvm/test/CodeGen/X86/ |
bt.ll | 16 ; - Either form can compare with an operand of the & 19 ; operand is constant are included).
|
/external/openssl/crypto/sha/asm/ |
sha512-s390x.pl | 55 $ADD="alg"; # add with memory operand 69 $ADD="al"; # add with memory operand
|
/external/qemu/target-arm/ |
cpu.h | 64 int srcreg, int operand, uint32_t value, 67 int dstreg, int operand,
|