Searched refs:operand (Results 201 - 225 of 253) sorted by relevance

1234567891011

/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc2313 Operand operand = Operand::StaticVariable(ExternalReference(counter)); local
2315 inc(operand);
2317 add(operand, Immediate(value));
2326 Operand operand = Operand::StaticVariable(ExternalReference(counter)); local
2328 dec(operand);
2330 sub(operand, Immediate(value));
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h322 void set_result(LOperand* operand) { results_[0] = operand; } argument
2675 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2683 // register for any other operand inside instruction.
2686 // to some other operand used inside instruction (i.e. temporary or
2691 // An input operand in a register that may be trashed.
2694 // An input operand in a register or stack slot.
2698 // An input operand in a register, stack slot or a constant operand.
2702 // An input operand i
[all...]
H A Dlithium-codegen-arm.cc1144 // Check if our assumption of a fixed right operand still holds.
1728 // Mask the right_op operand.
1753 // Mask the right_op operand.
3190 Operand operand = key_is_constant local
3193 __ add(scratch0(), external_pointer, operand); local
4309 Operand operand(key_is_constant
4312 __ add(scratch0(), external_pointer, operand); local
4377 Operand operand = key_is_constant local
4381 __ add(scratch, elements, operand);
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h328 void set_result(LOperand* operand) { results_[0] = operand; } argument
2805 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2813 // register for any other operand inside instruction.
2816 // to some other operand used inside instruction (i.e. temporary or
2821 // An input operand in a register that may be trashed.
2824 // An input operand in a register or stack slot.
2828 // An input operand in a register, stack slot or a constant operand.
2832 // An input operand i
[all...]
H A Dmacro-assembler-ia32.h505 // Jump if the operand is a smi.
894 // Checks if the given register or operand is a unique name
900 void JumpIfNotUniqueName(Operand operand, Label* not_unique_name,
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h318 void set_result(LOperand* operand) { results_[0] = operand; } argument
2633 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2641 // register for any other operand inside instruction.
2644 // to some other operand used inside instruction (i.e. temporary or
2649 // An input operand in a register that may be trashed.
2652 // An input operand in a register or stack slot.
2656 // An input operand in a register, stack slot or a constant operand.
2660 // An input operand i
[all...]
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h319 void set_result(LOperand* operand) { results_[0] = operand; } argument
2579 MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2587 // register for any other operand inside instruction.
2590 // to some other operand used inside instruction (i.e. temporary or
2595 // An input operand in a register that may be trashed.
2598 // An input operand in a register or stack slot.
2602 // An input operand in a register, stack slot or a constant operand.
2606 // An input operand i
[all...]
H A Dmacro-assembler-x64.h97 // May emit code to set up the scratch register. The operand is
100 // If the operand is used more than once, use a scratch register
108 // Operand operand = ExternalOperand(extref);
109 // operation(operand, ..);
761 // Checks if the given register or operand is a unique name
764 void JumpIfNotUniqueName(Operand operand, Label* not_unique_name,
H A Dassembler-x64.h418 // Offset from existing memory operand.
448 // Adds operand displacement fields (offsets added to the memory address).
1218 void call(const Operand& operand);
1463 // Emits a REX prefix that encodes a 64-bit operand size and
1471 // Emits a REX prefix that encodes a 64-bit operand size and
1479 // Emits a REX prefix that encodes a 64-bit operand size and
1485 // Emits a REX prefix that encodes a 64-bit operand size and
1492 // Emit a REX prefix that only sets REX.W to choose a 64-bit operand size.
1542 // Optionally do as emit_rex_32(const Operand&) if the operand register
1548 // 1- or 4-byte offset for a memory operand
[all...]
/external/v8/src/
H A Dhydrogen-instructions.cc413 // Instead of going through the entire use list of each operand, we only
418 HValue* operand = OperandAt(i); local
419 HUseListNode* first = operand->use_list_;
421 operand->use_list_ = first->tail();
619 // Must reach other operand in the same block!
1186 // Mark phis that may have 'arguments' directly or indirectly as an operand.
H A Dic.h735 static TypeInfo GetTypeInfo(Handle<Object> operand);
751 STRING, // Only used for addition operation. At least one string operand.
H A Dparser.cc3270 VariableProxy* operand = expression->AsVariableProxy(); local
3271 if (operand != NULL && !operand->is_this()) {
3294 // Prefix expression operand in strict mode may not be eval or arguments.
3329 // Postfix expression operand in strict mode may not be eval or arguments.
/external/llvm/test/MC/ARM/
H A Dneon-bitwise-encoding.s240 @ Two-operand aliases
/external/v8/src/arm/
H A Dlithium-codegen-arm.cc1286 // Mask the right_op operand.
1308 // Mask the right_op operand.
2661 Operand operand = key_is_constant local
2665 __ add(elements, elements, operand);
2700 Operand operand = key_is_constant local
2703 __ add(scratch0(), external_pointer, operand); local
3631 Operand operand = key_is_constant local
3635 __ add(scratch, elements, operand);
3674 Operand operand(key_is_constant ? Operand(constant_key * (1 << shift_size))
3676 __ add(scratch0(), external_pointer, operand); local
[all...]
/external/clang/lib/CodeGen/
H A DCGObjC.cpp2439 // the operand.
2441 llvm::Value *operand = bitcast->getOperand(0); local
2442 operand = emitARCRetainAfterCall(CGF, operand);
2443 bitcast->setOperand(0, operand);
/external/gcc-demangle/
H A Dcp-demangle.c2805 struct demangle_component *operand; local
2808 operand = d_exprlist (di);
2810 operand = d_expression (di);
2812 operand);
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.c2913 struct demangle_component *operand; local
2916 operand = d_exprlist (di);
2918 operand = d_expression (di);
2920 operand);
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/elfutils/libcpu/
H A Di386_parse.c222 struct operand struct in struct:instruction
2777 /* The operand strings. */
H A Di386_parse.y117 struct operand
1172 /* The operand strings. */
/external/v8/src/x64/
H A Dassembler-x64.h399 // Offset from existing memory operand.
429 // Adds operand displacement fields (offsets added to the memory address).
1215 void call(const Operand& operand);
1456 // Emits a REX prefix that encodes a 64-bit operand size and
1464 // Emits a REX prefix that encodes a 64-bit operand size and
1472 // Emits a REX prefix that encodes a 64-bit operand size and
1478 // Emits a REX prefix that encodes a 64-bit operand size and
1485 // Emit a REX prefix that only sets REX.W to choose a 64-bit operand size.
1535 // Optionally do as emit_rex_32(const Operand&) if the operand register
1541 // 1- or 4-byte offset for a memory operand
[all...]
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/chromium_org/v8/src/
H A Dparser.cc3183 VariableProxy* operand = expression->AsVariableProxy(); local
3184 if (operand != NULL && !operand->is_this()) {
3231 // Prefix expression operand in strict mode may not be eval or arguments.
3266 // Postfix expression operand in strict mode may not be eval or arguments.
/external/clang/lib/Serialization/
H A DASTWriter.cpp558 Expr *operand = TL.getAttrExprOperand(); local
559 Record.push_back(operand ? 1 : 0);
560 if (operand) Writer.AddStmt(operand);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2001 milliseconds

1234567891011