Searched defs:value_operand (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc384 InstructionOperand* value_operand; local
386 if (TryMatchShift(selector, &opcode, right, &value_operand, &shift_operand)) {
388 value_operand, shift_operand);
457 InstructionOperand* value_operand; local
459 if (TryMatchShift(this, &opcode, m.left().node(), &value_operand,
461 Emit(opcode, g.DefineAsRegister(node), value_operand, shift_operand);
/external/lldb/source/Expression/
H A DIRInterpreter.cpp1289 const Value *value_operand = store_inst->getValueOperand(); local
1298 lldb::addr_t D = frame.ResolveValue(value_operand, module);

Completed in 197 milliseconds