Home
last modified time | relevance | path

Searched refs:ToOperand (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-builder.cc155 uint32_t operand = static_cast<uint32_t>(reg.ToOperand()); in OutputLdarRaw()
161 uint32_t operand = static_cast<uint32_t>(reg.ToOperand()); in OutputStarRaw()
167 uint32_t operand0 = static_cast<uint32_t>(src.ToOperand()); in OutputMovRaw()
168 uint32_t operand1 = static_cast<uint32_t>(dest.ToOperand()); in OutputMovRaw()
1543 return static_cast<uint32_t>(reg.ToOperand()); in GetInputRegisterOperand()
1549 return static_cast<uint32_t>(reg.ToOperand()); in GetOutputRegisterOperand()
1557 return static_cast<uint32_t>(reg_list.first_register().ToOperand()); in GetInputRegisterListOperand()
1565 return static_cast<uint32_t>(reg_list.first_register().ToOperand()); in GetOutputRegisterListOperand()
Dinterpreter-assembler.cc232 return RegisterLocation(IntPtrConstant(reg.ToOperand())); in RegisterLocation()
246 IntPtrConstant(reg.ToOperand() << kPointerSizeLog2)); in LoadRegister()
250 return LoadAndUntagSmi(GetInterpretedFramePointer(), reg.ToOperand() in LoadAndUntagRegister()
302 IntPtrConstant(reg.ToOperand() << kPointerSizeLog2), value); in StoreRegister()
312 int offset = reg.ToOperand() << kPointerSizeLog2; in StoreAndTagRegister()
1624 IntPtrConstant(Register::FromParameterIndex(0, 1).ToOperand() - 1), in ExportParametersAndRegisterFile()
1660 IntPtrSub(IntPtrConstant(Register(0).ToOperand()), index); in ExportParametersAndRegisterFile()
1704 IntPtrSub(IntPtrConstant(Register(0).ToOperand()), index); in ImportRegisterFile()
Dbytecode-register.cc87 int32_t operand = ToOperand(); in SizeOfOperand()
Dbytecode-register.h58 int32_t ToOperand() const { return kRegisterFileStartOffset - index_; } in ToOperand() function
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc38 return ToOperand(instr_->InputAt(index), extra); in InputOperand()
45 Operand OutputOperand() { return ToOperand(instr_->Output()); } in OutputOperand()
47 Operand ToOperand(InstructionOperand* op, int extra = 0) { in ToOperand() function in v8::internal::compiler::IA32OperandConverter
4373 Operand dst = g.ToOperand(destination); in AssembleMove()
4393 Operand src = g.ToOperand(source); in AssembleMove()
4413 Operand src = g.ToOperand(source); in AssembleMove()
4414 Operand dst = g.ToOperand(destination); in AssembleMove()
4459 Operand dst = g.ToOperand(destination); in AssembleMove()
4476 Operand dst1 = g.ToOperand(destination, kPointerSize); in AssembleMove()
4516 Operand dst = g.ToOperand(destination); in AssembleSwap()
[all …]
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc37 return ToOperand(instr_->InputAt(index), extra); in InputOperand()
40 Operand OutputOperand() { return ToOperand(instr_->Output()); } in OutputOperand()
54 Operand ToOperand(InstructionOperand* op, int extra = 0) { in ToOperand() function in v8::internal::compiler::X64OperandConverter
3317 Operand dst = g.ToOperand(destination); in AssembleMove()
3334 Operand src = g.ToOperand(source); in AssembleMove()
3351 Operand src = g.ToOperand(source); in AssembleMove()
3352 Operand dst = g.ToOperand(destination); in AssembleMove()
3391 Operand dst = g.ToOperand(destination); in AssembleMove()
3441 __ movq(src, g.ToOperand(destination)); in AssembleSwap()
3443 __ popq(g.ToOperand(destination)); in AssembleSwap()
[all …]
/external/v8/src/objects/
Dcode-inl.h650 DCHECK_NE(0, incoming_new_target_or_generator_register.ToOperand()); in set_incoming_new_target_or_generator_register()
652 incoming_new_target_or_generator_register.ToOperand()); in set_incoming_new_target_or_generator_register()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc93 return ToOperand(instr_->InputAt(index)); in InputOperand()
195 Operand ToOperand(InstructionOperand* op) { in ToOperand() function in v8::internal::compiler::Arm64OperandConverter