/external/v8/src/ia32/ |
full-codegen-ia32.cc | 158 __ mov(Operand(ebp, StandardFrameConstants::kContextOffset), esi); 168 __ mov(eax, Operand(ebp, parameter_offset)); 171 __ mov(Operand(esi, context_offset), eax); 188 __ push(Operand(ebp, JavaScriptFrameConstants::kFunctionOffset)); 193 Operand(ebp, StandardFrameConstants::kCallerSPOffset + offset)); 238 __ cmp(esp, Operand::StaticVariable(stack_limit)); 271 __ cmp(esp, Operand::StaticVariable(stack_limit)); 451 __ mov(Operand(esp, 0), reg); 550 __ test(result_register(), Operand(result_register())); 559 __ test(eax, Operand(eax)) 2252 MemOperand operand = EmitSlotSearch(slot, edx); local [all...] |
lithium-gap-resolver-ia32.h | 64 // Report the count of uses of operand as a source in a not-yet-performed 66 int CountSourceUses(LOperand* operand); 75 // Ensure that the given operand is not spilled. 76 void EnsureRestored(LOperand* operand);
|
/external/chromium/sdch/open-vcdiff/src/ |
rolling_hash_test.cc | 33 void TestModBase(uint32_t operand) { 34 EXPECT_EQ(operand % kBase, RollingHashUtil::ModBase(operand)); 35 EXPECT_EQ(static_cast<uint32_t>((-static_cast<int32_t>(operand)) % kBase), 36 RollingHashUtil::FindModBaseInverse(operand)); 38 operand + RollingHashUtil::FindModBaseInverse(operand)));
|
/external/llvm/lib/Target/MBlaze/ |
MBlazeMCInstLower.cpp | 35 default: llvm_unreachable("Unknown target flag on GV operand"); 45 default: llvm_unreachable("Unknown target flag on GV operand"); 59 default: llvm_unreachable("Unknown target flag on GV operand"); 76 llvm_unreachable("Unknown target flag on GV operand"); 89 assert(0 && "Unknown target flag on GV operand"); 105 llvm_unreachable("Unknown target flag on GV operand"); 125 default: llvm_unreachable("unknown operand type");
|
/external/llvm/lib/Target/MSP430/ |
MSP430MCInstLower.cpp | 32 default: llvm_unreachable("Unknown target flag on GV operand"); 42 default: assert(0 && "Unknown target flag on GV operand"); 57 default: llvm_unreachable("Unknown target flag on GV operand"); 73 default: llvm_unreachable("Unknown target flag on GV operand"); 84 default: assert(0 && "Unknown target flag on GV operand"); 98 default: llvm_unreachable("Unknown target flag on GV operand"); 119 assert(0 && "unknown operand type");
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/cp/ |
cp-tree.def | 29 a non-static member. In this case, operand 0 will be a TYPE 30 (corresponding to `A') and operand 1 will be a FIELD_DECL, 40 2. An expression of the form `x.*p'. In this case, operand 0 will 41 be an expression corresponding to `x' and operand 1 will be an 50 /* For NEW_EXPR, operand 0 is the placement list. 51 Operand 1 is the new-declarator. 52 Operand 2 is the number of elements in the array. 53 Operand 3 is the initializer. */ 57 /* For DELETE_EXPR, operand 0 is the store to be destroyed. 58 Operand 1 is the value to pass to the destroying functio [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/cp/ |
cp-tree.def | 29 a non-static member. In this case, operand 0 will be a TYPE 30 (corresponding to `A') and operand 1 will be a FIELD_DECL, 40 2. An expression of the form `x.*p'. In this case, operand 0 will 41 be an expression corresponding to `x' and operand 1 will be an 50 /* For NEW_EXPR, operand 0 is the placement list. 51 Operand 1 is the new-declarator. 52 Operand 2 is the number of elements in the array. 53 Operand 3 is the initializer. */ 57 /* For DELETE_EXPR, operand 0 is the store to be destroyed. 58 Operand 1 is the value to pass to the destroying functio [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/cp/ |
cp-tree.def | 29 a non-static member. In this case, operand 0 will be a TYPE 30 (corresponding to `A') and operand 1 will be a FIELD_DECL, 40 2. An expression of the form `x.*p'. In this case, operand 0 will 41 be an expression corresponding to `x' and operand 1 will be an 50 /* For NEW_EXPR, operand 0 is the placement list. 51 Operand 1 is the new-declarator. 52 Operand 2 is the number of elements in the array. 53 Operand 3 is the initializer. */ 57 /* For DELETE_EXPR, operand 0 is the store to be destroyed. 58 Operand 1 is the value to pass to the destroying functio [all...] |
/external/clang/test/Analysis/ |
uninit-vals-ps-region.m | 34 test_unit_aux2(v2.x + v1.y); // expected-warning{{The left operand of '+' is a garbage value}} 39 test_unit_aux2(v1.y + v2.x); // expected-warning{{The right operand of '+' is a garbage value}} 45 test_unit_aux2(v2.x + v1.y); // expected-warning{{The right operand to '+' is always 0}}
|
idempotent-operations.cpp | 13 test(five * a); // expected-warning {{The right operand to '*' is always 0}}
|
/external/elfutils/tests/ |
msg_tst.c | 33 { ELF_E_SOURCE_SIZE, "invalid size of source operand" }, 34 { ELF_E_DEST_SIZE, "invalid size of destination operand" }, 50 { ELF_E_INVALID_OPERAND, "invalid operand" },
|
/external/skia/src/animator/ |
SkScriptTokenizer.cpp | 477 SkScriptValue2 operand; local 533 script = SkParse::FindHex(script, (uint32_t*) &operand.fOperand.fS32); 541 dotCheck = SkParse::FindS32(script, &operand.fOperand.fS32); 545 operand.fType = SkOperand2::kS32; 548 script = SkParse::FindScalar(script, &operand.fOperand.fScalar); 549 operand.fType = SkOperand2::kScalar; 551 operand.fIsConstant = SkScriptValue2::kConstant; 552 fValueStack.push(operand); 568 operand.fOperand.fString = new SkString(); 577 operand.fOperand.fString->set(stringStart, script - stringStart) 704 SkScriptValue2 operand; local 730 SkScriptValue2 operand; local 985 SkOperand2 operand; local [all...] |
/external/v8/src/ |
lithium-allocator.h | 156 // the output operand and a list of input operand uses. 248 UsePosition(LifetimePosition pos, LOperand* operand); 250 LOperand* operand() const { return operand_; } function in class:v8::internal::UsePosition 347 void SetSpillOperand(LOperand* operand); 361 UsePosition* AddUsePosition(LifetimePosition pos, LOperand* operand); 436 // Record a use of an input operand in the current instruction. 437 void RecordUse(HValue* value, LUnallocated* operand); 438 // Record the definition of the output operand. 439 void RecordDefinition(HInstruction* instr, LUnallocated* operand); [all...] |
/external/llvm/include/llvm/Target/ |
Target.td | 150 // model instruction operand constraints, and should have isAllocatable = 0. 278 dag OutOperandList; // An dag containing the MI def operand list. 279 dag InOperandList; // An dag containing the MI use operand list. 289 list<Register> Uses = []; // Default to using no non-operand registers 290 list<Register> Defs = []; // Default to modifying no non-operand registers 321 bit canFoldAsLoad = 0; // Can this be folded as a simple memory operand? 325 bit isCommutable = 0; // Is this 3 operand instruction commutable? 377 /// DisableEncoding - List of operand names (e.g. "$op1,$op2") that should not 432 /// ops definition - This is just a simple marker used to identify the operand 455 /// ptr_rc definition - Mark this operand as being a pointer value whos [all...] |
/dalvik/vm/compiler/codegen/arm/ |
ArchFactory.cpp | 109 * NOTE - In practice BLX only needs one operand, but since the assembler 111 * cannot really use operand[0] to store the absolute target address since 113 * we fake BLX_1 is a two operand instruction and the absolute target 114 * address is stored in operand[1].
|
/dalvik/vm/mterp/x86/ |
bincmp.S | 4 * Generic two-operand compare-and-branch operation. Provide a "revcmp"
|
unopWide.S | 4 * Operand in %ecx:%eax
|
zcmp.S | 4 * Generic one-operand compare-and-branch operation. Provide a "revcmp"
|
/external/dropbear/libtommath/logs/ |
graphs.dem | 4 set xlabel "Operand size (bits)"
|
/external/llvm/lib/Target/Blackfin/ |
BlackfinISelLowering.h | 27 RET_FLAG, // Return with a flag operand. 44 /// Examine constraint string and operand type and determine a weight value. 45 /// The operand object must already have been set up with the operand type.
|
/external/llvm/test/MC/X86/ |
x86_errors.s | 19 movl 0(%rax), 0(%edx) // error: invalid operand for instruction
|
/external/llvm/utils/TableGen/ |
InstrInfoEmitter.cpp | 48 // Operand Info Emission. 60 // This might be a multiple operand thing. Targets like X86 have 61 // registers in their multi-operand operands. It may also be an anonymous 62 // operand, which has a single operand, but no declared class for the 63 // operand. 67 // Single, anonymous, operand. 89 // -1 means the operand does not have a fixed register class. 99 // Predicate operands. Check to see if the original unexpanded operand 104 // Optional def operands. Check to see if the original unexpanded operand [all...] |
/external/v8/src/x64/ |
deoptimizer-x64.cc | 614 __ movsd(Operand(rsp, offset), xmm_reg); 649 __ movq(arg3, Operand(rsp, kSavedRegistersAreaSize)); 655 __ lea(arg5, Operand(rsp, kSavedRegistersAreaSize + 1 * kPointerSize)); 657 __ movq(arg4, Operand(rsp, kSavedRegistersAreaSize + 1 * kPointerSize)); 658 __ lea(arg5, Operand(rsp, kSavedRegistersAreaSize + 2 * kPointerSize)); 666 __ movq(rax, Operand(rbp, JavaScriptFrameConstants::kFunctionOffset)); 674 __ movq(Operand(rsp, 4 * kPointerSize), arg5); 676 __ movq(Operand(rsp, 5 * kPointerSize), arg5); 687 __ movq(rbx, Operand(rax, Deoptimizer::input_offset())); 692 __ pop(Operand(rbx, offset)) [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ada/gcc-interface/ |
ada-tree.def | 34 it is never passed to GCC. The only field used is operand 0, which 40 /* An expression that returns an RTL suitable for its type. Operand 0 52 /* Same as ADDR_EXPR, except that if the operand represents a bit field, 61 makes this tree node, whose operand is a statement. The latter inserts
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ada/gcc-interface/ |
ada-tree.def | 34 it is never passed to GCC. The only field used is operand 0, which 40 /* An expression that returns an RTL suitable for its type. Operand 0 52 /* Same as ADDR_EXPR, except that if the operand represents a bit field, 61 makes this tree node, whose operand is a statement. The latter inserts
|