Home
last modified time | relevance | path

Searched defs:operand1 (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-pipeline.cc26 uint32_t operand1) { in BytecodeNode()
34 uint32_t operand1, uint32_t operand2) { in BytecodeNode()
43 uint32_t operand1, uint32_t operand2, in BytecodeNode()
Dbytecode-array-builder.cc114 uint32_t operand1, uint32_t operand2, in Output()
123 uint32_t operand1, uint32_t operand2) { in Output()
131 uint32_t operand1) { in Output()
680 Bytecode bytecode, int operand_count, uint32_t operand0, uint32_t operand1, in OperandsAreValid()
Dbytecode-register-optimizer.cc338 uint32_t operand1 = static_cast<uint32_t>(output.ToOperand()); in OutputRegisterTransfer() local
/external/v8/test/unittests/interpreter/
Dbytecode-array-writer-unittest.cc81 uint32_t operand1, in Write()
88 uint32_t operand1, uint32_t operand2, in Write()
95 uint32_t operand1, uint32_t operand2, in Write()
Dbytecodes-unittest.cc27 uint32_t operand1 = Register(i).ToOperand(); in TEST() local
/external/google-breakpad/src/processor/
Dpostfix_evaluator-inl.h103 ValueType operand1 = ValueType(); in EvaluateToken() local
/external/libunwind/src/dwarf/
DGexpr.c193 unw_word_t operand1 = 0, operand2 = 0, tmp1, tmp2, tmp3, end_addr; in dwarf_eval_expr() local
/external/ltrace/sysdeps/linux-gnu/arm/
Dtrace.c173 uint32_t operand1, operand2, result = 0; in arm_get_next_pcs() local
/external/lldb/include/lldb/Core/
DEmulateInstruction.h210 RegisterInfo operand1; // register containing first operand for binary op member
/external/skia/src/animator/
DSkScript.cpp1263 SkOperand operand1 = operand2; // !!! not really needed, suppresses warning in processOp() local
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc183 InstructionOperand operand1 = g.Use(node->InputAt(1)); in VisitRROFloat() local
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc1122 InstructionOperand operand1 = g.Use(node->InputAt(1)); in VisitFloatBinop() local
/external/vixl/src/vixl/a64/
Dlogic-a64.cc1269 uint64_t operand1 = dst.Uint(vform, i); in bif() local
1285 uint64_t operand1 = dst.Uint(vform, i); in bit() local
1301 uint64_t operand1 = src2.Uint(vform, i); in bsl() local
/external/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp992 uint64_t operand1 = ReadRegisterUnsigned (eRegisterKindDWARF, dwarf_r0 + n, 0, &success); in EmulateMUL() local