Home
last modified time | relevance | path

Searched refs:ToRepresentation (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/crankshaft/arm/
Dlithium-gap-resolver-arm.cc240 __ mov(dst, Operand(cgen_->ToRepresentation(constant_source, r))); in EmitMove()
256 Operand(cgen_->ToRepresentation(constant_source, r))); in EmitMove()
Dlithium-codegen-arm.h74 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
Dlithium-codegen-arm.cc491 return ToRepresentation(op, Representation::Integer32()); in ToInteger32()
495 int32_t LCodeGen::ToRepresentation(LConstantOperand* op, in ToRepresentation() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/mips/
Dlithium-gap-resolver-mips.cc233 __ li(dst, Operand(cgen_->ToRepresentation(constant_source, r))); in EmitMove()
248 Operand(cgen_->ToRepresentation(constant_source, r))); in EmitMove()
Dlithium-codegen-mips.h74 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
Dlithium-codegen-mips.cc489 return ToRepresentation(op, Representation::Integer32()); in ToInteger32()
493 int32_t LCodeGen::ToRepresentation(LConstantOperand* op, in ToRepresentation() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h67 return Immediate(ToRepresentation(LConstantOperand::cast(op), r)); in ToImmediate()
223 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
Dlithium-codegen-ia32.cc521 return ToRepresentation(op, Representation::Integer32()); in ToInteger32()
525 int32_t LCodeGen::ToRepresentation(LConstantOperand* op, in ToRepresentation() function in v8::internal::LCodeGen
1478 ToRepresentation(LConstantOperand::cast(right), in DoBitI()
1682 int offset = ToRepresentation(LConstantOperand::cast(index), in BuildSeqStringOperand()
1742 int value = ToRepresentation(LConstantOperand::cast(instr->value()), in DoSeqStringSetChar()
1769 int32_t offset = ToRepresentation(LConstantOperand::cast(right), in DoAddI()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h70 return Immediate(ToRepresentation(LConstantOperand::cast(op), r)); in ToImmediate()
251 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
Dlithium-codegen-x87.cc789 return ToRepresentation(op, Representation::Integer32()); in ToInteger32()
793 int32_t LCodeGen::ToRepresentation(LConstantOperand* op, in ToRepresentation() function in v8::internal::LCodeGen
1779 ToRepresentation(LConstantOperand::cast(right), in DoBitI()
1959 int offset = ToRepresentation(LConstantOperand::cast(index), in BuildSeqStringOperand()
2019 int value = ToRepresentation(LConstantOperand::cast(instr->value()), in DoSeqStringSetChar()
2046 int32_t offset = ToRepresentation(LConstantOperand::cast(right), in DoAddI()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h64 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
Dlithium-codegen-x64.cc465 return ToRepresentation(op, Representation::Integer32()); in ToInteger32()
469 int32_t LCodeGen::ToRepresentation(LConstantOperand* op, in ToRepresentation() function in v8::internal::LCodeGen
1441 ToRepresentation(LConstantOperand::cast(right), in DoBitI()
1608 ToRepresentation(LConstantOperand::cast(right), in DoSubI()
1765 ToRepresentation(LConstantOperand::cast(right), in DoAddI()
1787 ToRepresentation(LConstantOperand::cast(right), in DoAddI()
1827 ToRepresentation(LConstantOperand::cast(right), in DoMathMinMax()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h71 intptr_t ToRepresentation(LConstantOperand* op,
Dlithium-codegen-ppc.cc461 return ToRepresentation(op, Representation::Integer32()); in ToInteger32()
465 intptr_t LCodeGen::ToRepresentation(LConstantOperand* op, in ToRepresentation() function in v8::internal::LCodeGen