/external/v8/src/crankshaft/arm/ |
D | lithium-gap-resolver-arm.cc | 240 __ mov(dst, Operand(cgen_->ToRepresentation(constant_source, r))); in EmitMove() 256 Operand(cgen_->ToRepresentation(constant_source, r))); in EmitMove()
|
D | lithium-codegen-arm.h | 74 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
|
D | lithium-codegen-arm.cc | 491 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/ |
D | lithium-gap-resolver-mips.cc | 233 __ li(dst, Operand(cgen_->ToRepresentation(constant_source, r))); in EmitMove() 248 Operand(cgen_->ToRepresentation(constant_source, r))); in EmitMove()
|
D | lithium-codegen-mips.h | 74 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
|
D | lithium-codegen-mips.cc | 489 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/ |
D | lithium-codegen-ia32.h | 67 return Immediate(ToRepresentation(LConstantOperand::cast(op), r)); in ToImmediate() 223 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
|
D | lithium-codegen-ia32.cc | 521 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/ |
D | lithium-codegen-x87.h | 70 return Immediate(ToRepresentation(LConstantOperand::cast(op), r)); in ToImmediate() 251 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
|
D | lithium-codegen-x87.cc | 789 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/ |
D | lithium-codegen-x64.h | 64 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
|
D | lithium-codegen-x64.cc | 465 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/ |
D | lithium-codegen-ppc.h | 71 intptr_t ToRepresentation(LConstantOperand* op,
|
D | lithium-codegen-ppc.cc | 461 return ToRepresentation(op, Representation::Integer32()); in ToInteger32() 465 intptr_t LCodeGen::ToRepresentation(LConstantOperand* op, in ToRepresentation() function in v8::internal::LCodeGen
|