/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 | 72 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
|
D | lithium-codegen-mips.cc | 497 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/ |
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 | 72 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
|
D | lithium-codegen-arm.cc | 481 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/ |
D | lithium-codegen-ia32.h | 63 return Immediate(ToRepresentation(LConstantOperand::cast(op), r)); in ToImmediate() 226 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
|
D | lithium-codegen-ia32.cc | 408 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/ |
D | lithium-codegen-x87.h | 66 return Immediate(ToRepresentation(LConstantOperand::cast(op), r)); in ToImmediate() 254 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
|
D | lithium-codegen-x87.cc | 676 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/ |
D | lithium-codegen-x64.h | 62 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
|
D | lithium-codegen-x64.cc | 449 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/ |
D | lithium-codegen-s390.h | 70 intptr_t ToRepresentation(LConstantOperand* op,
|
D | lithium-codegen-s390.cc | 446 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/ |
D | lithium-codegen-ppc.h | 71 intptr_t ToRepresentation(LConstantOperand* op,
|
D | lithium-codegen-ppc.cc | 469 return ToRepresentation(op, Representation::Integer32()); in ToInteger32() 473 intptr_t LCodeGen::ToRepresentation(LConstantOperand* op, in ToRepresentation() function in v8::internal::LCodeGen
|