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

1 2 3 4 5 6 7 891011>>

  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Equals.java 38 * @param left non-null reference to the evaluated left operand.
39 * @param right non-null reference to the evaluated right operand.
Minus.java 38 * @param left non-null reference to the evaluated left operand.
39 * @param right non-null reference to the evaluated right operand.
Mod.java 38 * @param left non-null reference to the evaluated left operand.
39 * @param right non-null reference to the evaluated right operand.
Mult.java 38 * @param left non-null reference to the evaluated left operand.
39 * @param right non-null reference to the evaluated right operand.
Plus.java 38 * @param left non-null reference to the evaluated left operand.
39 * @param right non-null reference to the evaluated right operand.
  /external/clang/test/Driver/
apple-kext-i386.cpp 37 // RUN: -Wconstant-logical-operand -save-temps \
42 // CHECK-UNSUPPORTED2-NOT: "-Wconstant-logical-operand"
  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 29 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand,
48 if (!PN || !Operand) return false; // not a phi, not dominated by latch block.
50 // Look at all of the uses of Operand by the PHI node. If any use corresponds
54 if (PN->getIncomingValue(i) == Operand &&
58 // Okay, all uses of Operand by PN are in predecessor blocks that really are
113 // Transform each operand.
163 // Transform each operand.
171 // If any operand actually changed, return a transformed result.
  /external/llvm/lib/Target/CellSPU/
SPUAsmPrinter.cpp 153 "printDFormAddr first operand is not immediate");
166 /* Note: operand 1 is an offset or symbol name. */
193 // N.B.: This operand is used for call targets. Branch hints are another
290 O << "<unknown operand type: " << MO.getType() << ">";
295 /// PrintAsmOperand - Print out an operand for an inline asm expression.
300 // Does this asm operand have a single letter operand modifier?
307 // Verify that this operand has two consecutive registers.
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 59 /// isSrcOp - Returns true if operand is either (%rsi) or %ds:%(rsi)
63 /// isDstOp - Returns true if operand is either %es:(%rdi) in 64bit mode
147 /// getStartLoc - Get the location of the first token of this operand.
149 /// getEndLoc - Get the location of the last token of this operand.
344 /// Create an absolute memory operand.
356 /// Create a generalized memory operand.
361 // absolute memory operand.
362 assert((SegReg || BaseReg || IndexReg) && "Invalid memory operand!");
501 // Parse a memory operand with no segment register.
540 // of a memory operand with a missing displacement "(%ebx)" or "(,%eax)". Th
    [all...]
  /external/webkit/Source/JavaScriptCore/dfg/
DFGSpeculativeJIT.h 98 // we may make assumptions about operand types, dynamically check,
128 // Called by the speculative operand types, below, to fill operand to
180 // will make conflicting speculations about the same operand). In such cases this
187 // reverse the addition if an operand is being overwritten).
192 // === Speculative Operand types ===
199 // we can statically determine the operand to have. If the operand does not have
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 266 // If we have ${:foo}, then this is not a real operand reference, it is a
274 report_fatal_error("Unterminated ${:foo} operand in inline asm"
289 report_fatal_error("Bad $ operand number in inline asm string: '" +
315 report_fatal_error("Invalid $ operand number in inline asm string: '" +
319 // operand!
325 // Scan to find the machine operand number for the operand.
339 // FIXME: What if the operand isn't an MBB, report error?
356 Msg << "invalid operand in inline asm: '" << AsmStr << "'";
377 /// that is independent of the operand, and may be independent of the inst
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 157 __ movq(Operand(rbp, StandardFrameConstants::kContextOffset), rsi);
167 __ movq(rax, Operand(rbp, parameter_offset));
170 __ movq(Operand(rsi, context_offset), rax);
189 __ push(Operand(rbp, JavaScriptFrameConstants::kFunctionOffset));
194 Operand(rbp, StandardFrameConstants::kCallerSPOffset + offset));
457 __ movq(Operand(rsp, 0), reg);
589 return Operand(rbp, SlotOffset(slot));
600 return Operand(rax, 0);
666 __ movq(Operand(rbp, SlotOffset(slot)), kScratchRegister);
669 __ movq(Operand(rbp, SlotOffset(slot)), result_register())
2228 MemOperand operand = EmitSlotSearch(slot, rdx); local
    [all...]
  /external/v8/test/cctest/
test-macro-assembler-x64.cc 48 using v8::internal::Operand;
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.h 50 typedef Operand MemOperand;
159 void InvokeCode(const Operand& code,
198 void Set(const Operand& dst, const Immediate& x);
249 add(reg, Operand(reg));
657 const Operand& code_operand,
686 Operand SafepointRegisterSlot(Register reg);
703 mov(scratch, Operand(object));
707 and_(Operand(scratch),
709 cmp(Operand(scratch),
715 lea(scratch, Operand(object, -new_space_start))
    [all...]
  /bionic/libm/i387/
npx.h 52 long en_foo; /* floating operand offset */
53 long en_fos; /* floating operand segment selector */
92 u_int32_t en_foo; /* floating operand offset */
93 u_int16_t en_fos; /* floating operand segment selector */
  /cts/tools/dx-tests/src/dxc/junit/verify/t482_2/
Test_t482_2.java 29 * @title operand stack depth
  /dalvik/vm/mterp/armv5te/
bincmp.S 4 * Generic two-operand compare-and-branch operation. Provide a "revcmp"
binopLit16.S 21 cmp r1, #0 @ is second operand zero?
zcmp.S 4 * Generic one-operand compare-and-branch operation. Provide a "revcmp"
  /dalvik/vm/mterp/armv6t2/
bincmp.S 4 * Generic two-operand compare-and-branch operation. Provide a "revcmp"
binopLit16.S 20 cmp r1, #0 @ is second operand zero?
  /external/clang/include/clang/Basic/
DiagnosticASTKinds.td 21 "unknown symbolic operand name in inline assembly string">;
24 "unterminated symbolic operand name in inline assembly string">;
26 "empty symbolic operand name in inline assembly string">;
28 "invalid operand number in inline asm string">;
  /external/clang/test/CXX/basic/basic.def.odr/
p2-typeid.cpp 5 // operand of the typeid operator and the expression does not
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.mptr/
p3.cpp 20 a.*&A::s = 10; // expected-error{{right hand operand to .* has non pointer-to-member type 'int *'}}
  /external/clang/test/Sema/
asm.c 64 asm ("%[somename]" :: "i"(4)); // expected-error {{unknown symbolic operand name in inline assembly string}}
65 asm ("%[somename" :: "i"(4)); // expected-error {{unterminated symbolic operand name in inline assembly string}}
66 asm ("%[]" :: "i"(4)); // expected-error {{empty symbolic operand name in inline assembly string}}
69 asm("%9" :: "i"(4)); // expected-error {{invalid operand number in inline asm string}}

Completed in 651 milliseconds

1 2 3 4 5 6 7 891011>>