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

<<21222324252627282930>>

  /external/llvm/lib/Target/Alpha/
AlphaRegisterInfo.cpp 143 assert(i < MI.getNumOperands() && "Instr doesn't have FrameIndex operand!");
  /external/llvm/lib/Target/MBlaze/
MBlazeRegisterInfo.cpp 138 "Instr doesn't have FrameIndex operand!");
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 37 /// Target Operand Flag enum.
  /external/llvm/lib/Target/X86/
README-FPStack.txt 50 FP_TO_SINT when the source operand is already in memory.
X86InstrBuilder.h 20 // (Operand), Base, Scale, Index, Displacement.
X86InstrSystem.td 191 // i16mem operand in LAR32rm and GR32 operand in LAR32rr is not a typo.
196 // i16mem operand in LAR64rm and GR32 operand in LAR32rr is not a typo.
  /external/llvm/lib/VMCore/
User.cpp 30 if (getOperand(i) == From) { // Is This operand is pointing to oldval?
  /external/llvm/test/Transforms/LoopStrengthReduce/
post-inc-icmpzero.ll 5 ; non-IV operand of an icmp into the IV.
  /external/mesa3d/docs/
shading.html 235 examine the first operand's X component and do the if-part if non-zero).
  /external/proguard/src/proguard/classfile/instruction/
InstructionFactory.java 253 // Instructions with a branch offset operand.
  /external/v8/src/arm/
constants-arm.h 236 I = 1 << 25, // Immediate shifter operand (or not).
296 // detect it and emit the correct ROR shift operand with shift_imm == 0.
318 // Memory operand addressing mode.
352 // Coprocessor load/store operand size.
  /external/v8/src/ia32/
code-stubs-ia32.h 108 // Operand type information determined at runtime.
regexp-macro-assembler-ia32.h 157 Operand register_location(int register_index);
  /external/v8/src/x64/
code-stubs-x64.h 104 // Operand type information determined at runtime.
  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 70 /* operators meaning operand */
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
binary.sed 15 # ~ binary NOT (between one binary operand)
binary2.sed 15 # ~ binary NOT (between one binary operand)
binary3.sed 15 # ~ binary NOT (between one binary operand)
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/libexec/gcc/arm-linux-androideabi/4.4.3/
cc1plus 
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/
cc1plus 
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
siginfo.h 157 ILL_ILLOPN, /* Illegal operand. */
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-internal.h 237 // When this operand is a const char* or char*, and the other operand
238 // is a ::std::string or ::string, we print this operand as a C string
  /external/llvm/docs/tutorial/
OCamlLangImpl6.html 355 | [&lt; 'Token.Kwd op when op != '(' &amp;&amp; op != ')'; operand=parse_expr &gt;] -&gt;
356 Ast.Unary (op, operand)
456 | Ast.Unary (op, operand) -&gt;
457 let operand = codegen_expr operand in
464 build_call callee [|operand|] "unop" builder
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 139 // Since SCEVs are immutable, ScalarEvolution allocates operand
153 assert(i < NumOperands && "Operand index out of range!");
218 // Use the type of the last operand, which is likely to be a pointer
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 392 // If this is an operand we don't care about, skip it.
420 /// getOperandNo - Return the operand # of this MachineOperand in its
427 // Retrieve a reference to the current operand.

Completed in 539 milliseconds

<<21222324252627282930>>