Home
last modified time | relevance | path

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

/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.h72 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
Dlithium-codegen-mips.cc497 return ToRepresentation(op, Representation::Integer32()); in ToInteger32()
501 int32_t LCodeGen::ToRepresentation(LConstantOperand* op, in ToRepresentation() function in v8::internal::LCodeGen
/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.h72 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
Dlithium-codegen-arm.cc481 return ToRepresentation(op, Representation::Integer32()); in ToInteger32()
485 int32_t LCodeGen::ToRepresentation(LConstantOperand* op, in ToRepresentation() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h63 return Immediate(ToRepresentation(LConstantOperand::cast(op), r)); in ToImmediate()
226 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
Dlithium-codegen-ia32.cc408 return ToRepresentation(op, Representation::Integer32()); in ToInteger32()
412 int32_t LCodeGen::ToRepresentation(LConstantOperand* op, in ToRepresentation() function in v8::internal::LCodeGen
1329 ToRepresentation(LConstantOperand::cast(right), in DoBitI()
1526 int offset = ToRepresentation(LConstantOperand::cast(index), in BuildSeqStringOperand()
1586 int value = ToRepresentation(LConstantOperand::cast(instr->value()), in DoSeqStringSetChar()
1613 int32_t offset = ToRepresentation(LConstantOperand::cast(right), in DoAddI()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h66 return Immediate(ToRepresentation(LConstantOperand::cast(op), r)); in ToImmediate()
254 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
Dlithium-codegen-x87.cc676 return ToRepresentation(op, Representation::Integer32()); in ToInteger32()
680 int32_t LCodeGen::ToRepresentation(LConstantOperand* op, in ToRepresentation() function in v8::internal::LCodeGen
1630 ToRepresentation(LConstantOperand::cast(right), in DoBitI()
1803 int offset = ToRepresentation(LConstantOperand::cast(index), in BuildSeqStringOperand()
1863 int value = ToRepresentation(LConstantOperand::cast(instr->value()), in DoSeqStringSetChar()
1890 int32_t offset = ToRepresentation(LConstantOperand::cast(right), in DoAddI()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h62 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
Dlithium-codegen-x64.cc449 return ToRepresentation(op, Representation::Integer32()); in ToInteger32()
453 int32_t LCodeGen::ToRepresentation(LConstantOperand* op, in ToRepresentation() function in v8::internal::LCodeGen
1389 ToRepresentation(LConstantOperand::cast(right), in DoBitI()
1556 ToRepresentation(LConstantOperand::cast(right), in DoSubI()
1706 ToRepresentation(LConstantOperand::cast(right), in DoAddI()
1728 ToRepresentation(LConstantOperand::cast(right), in DoAddI()
1768 ToRepresentation(LConstantOperand::cast(right), in DoMathMinMax()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.h70 intptr_t ToRepresentation(LConstantOperand* op,
Dlithium-codegen-s390.cc446 return ToRepresentation(op, Representation::Integer32()); in ToInteger32()
449 intptr_t LCodeGen::ToRepresentation(LConstantOperand* op, in ToRepresentation() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h71 intptr_t ToRepresentation(LConstantOperand* op,
Dlithium-codegen-ppc.cc469 return ToRepresentation(op, Representation::Integer32()); in ToInteger32()
473 intptr_t LCodeGen::ToRepresentation(LConstantOperand* op, in ToRepresentation() function in v8::internal::LCodeGen