HomeSort by relevance Sort by last modified time
    Searched full:operand (Results 476 - 500 of 1360) sorted by null

<<11121314151617181920>>

  /external/llvm/test/Analysis/TypeBasedAliasAnalysis/
functionattrs.ll 58 ; Similar to the others, va_arg only accesses memory through its operand.
  /external/llvm/test/CodeGen/ARM/
subreg-remat.ll 36 ; The extra <imp-def> operand indicates that the instruction fully defines the
  /external/llvm/test/CodeGen/X86/
palignr.ll 62 ; Check that we don't do unary (circular on single operand) palignr incorrectly.
  /external/llvm/test/Transforms/JumpThreading/
select.ll 11 ; booleans where at least one operand is true/false/undef.
  /external/mesa3d/src/glsl/
opt_constant_folding.cpp 66 * expression has a non-constant operand, no need to go looking
  /external/qemu/docs/
ANDROID-TRACING.TXT 46 variable cycles due to operand sizes (e.g. multiplications instructions).
  /external/qemu/target-arm/
op_helper.c 106 int operand = insn & 0xf; local
110 cp_info, src, operand, val, GETPC());
118 int operand = insn & 0xf; local
122 cp_info, dest, operand, GETPC());
  /external/srec/srec/Semproc/include/
SR_ExpressionEvaluator.h 91 * @param operands strings to interpret as integers and then subtract from the first operand
  /external/v8/src/mips/
jump-target-mips.cc 58 // Register src1, const Operand& src2) {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.5.3.js 28 an implied division; the left operand is the dividend and the right operand
43 If either operand is NaN, the result is NaN.
82 // if either operand is NaN, the result is NaN.
  /ndk/sources/host-tools/ndk-stack/regex/
regerror.c 66 { REG_BADRPT, "REG_BADRPT", "repetition-operator operand invalid" },
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fpu_control.h 34 * DM: Denormalized operand mask
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 226 /// Select - Convert the specified operand from a target-independent to a
312 \arg Op The ISD instruction operand
320 // These match the addr256k operand type:
548 \arg Op The ISD instruction operand
549 \arg N The address operand
550 \arg Base The base pointer operand
551 \arg Index The offset/index operand
612 //! Convert the operand from a target-independent to a target-specific node
907 * @param Op The shl operand
    [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 208 // expressions: l-value only if the operand is a true l-value.
220 // C++ [expr.pre.incr]p1: The result is the updated operand; it is an
468 // C++ [expr.ass]p1: All [...] return an lvalue referring to the left operand.
475 // operand, [...].
479 // C++ [expr.mptr.oper]p6: The result of a .* expression whose second operand
481 // operand.
489 // second operand is a pointer to data member and a prvalue otherwise.
506 // If either the second or the third operand has type (cv) void, [...]
  /external/javassist/src/main/javassist/bytecode/analysis/
Frame.java 181 throw new RuntimeException("Operand stacks could not be merged, they are different sizes!");
188 throw new RuntimeException("Operand stacks could not be merged due to differing primitive types: pos = " + i);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 90 | [< 'Token.Kwd op when op != '(' && op != ')'; operand=parse_expr >] ->
91 Ast.Unary (op, operand)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
parser.ml 104 | [< 'Token.Kwd op when op != '(' && op != ')'; operand=parse_expr >] ->
105 Ast.Unary (op, operand)
  /external/llvm/include/llvm/
GlobalVariable.h 47 // allocate space for exactly one operand
68 /// Provide fast operand accessors
User.h 27 /// operand-related allocators and accessors
109 // Operand Iterator interface...
  /external/llvm/lib/CodeGen/
DeadMachineInstructionElim.cpp 68 // Examine each operand.
132 // instruction. Examine each def operand for such references;
  /external/llvm/lib/MC/MCDisassembler/
EDOperand.cpp 10 // This file implements the Enhanced Disassembly library's operand class. The
11 // operand is responsible for allowing evaluation given a particular register
  /external/llvm/lib/Target/MSP430/
MSP430InstrFormats.td 76 // MSP430 Double Operand (Format I) Instructions
149 // MSP430 Single Operand (Format II) Instructions
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 49 // If the target flags on the operand changes the name of the symbol, do that
143 assert(0 && "unknown operand type");
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 43 /// operand to an MCSymbol.
66 // If the target flags on the operand changes the name of the symbol, do that
140 default: llvm_unreachable("Unknown target flag on GV operand");
311 llvm_unreachable("unknown operand type");
343 // Handle a few special cases to eliminate operand modifiers.
346 case X86::LEA64_32r: // Handle 'subreg rewriting' for the lea64_32mem operand.
391 // truncate off all but the first operand (the callee). FIXME: Change isel.
676 // Now that we have emitted the label, lower the complex operand expression.
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 110 // Lower Operand helpers
134 // Lower Operand specifics

Completed in 535 milliseconds

<<11121314151617181920>>