Home
last modified time | relevance | path

Searched refs:LDummy (Results 1 – 24 of 24) sorted by relevance

/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h403 class LDummy final : public LTemplateInstruction<1, 0, 0> {
405 LDummy() {} in LDummy() function
Dlithium-ppc.cc835 instr = DefineAsRegister(new (zone()) LDummy()); in VisitInstruction()
Dlithium-codegen-ppc.cc5646 void LCodeGen::DoDummy(LDummy* instr) { in DoShiftI()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h403 class LDummy final : public LTemplateInstruction<1, 0, 0> {
405 LDummy() {} in LDummy() function
Dlithium-ia32.cc860 instr = DefineAsRegister(new(zone()) LDummy()); in VisitInstruction()
Dlithium-codegen-ia32.cc5242 void LCodeGen::DoDummy(LDummy* instr) { in DoDummy()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h405 class LDummy final : public LTemplateInstruction<1, 0, 0> {
407 LDummy() {} in LDummy() function
Dlithium-mips.cc831 instr = DefineAsRegister(new(zone()) LDummy()); in VisitInstruction()
Dlithium-codegen-mips.cc5400 void LCodeGen::DoDummy(LDummy* instr) { in DoDummy()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h412 class LDummy final : public LTemplateInstruction<1, 0, 0> {
414 LDummy() {} in LDummy() function
Dlithium-x64.cc845 instr = DefineAsRegister(new(zone()) LDummy()); in VisitInstruction()
Dlithium-codegen-x64.cc5437 void LCodeGen::DoDummy(LDummy* instr) { in DoDummy()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h419 class LDummy final : public LTemplateInstruction<1, 0, 0> {
421 LDummy() {} in LDummy() function
Dlithium-x87.cc858 instr = DefineAsRegister(new(zone()) LDummy()); in VisitInstruction()
Dlithium-codegen-x87.cc5800 void LCodeGen::DoDummy(LDummy* instr) { in DoDummy()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h408 class LDummy final : public LTemplateInstruction<1, 0, 0> {
410 LDummy() {} in LDummy() function
Dlithium-mips64.cc831 instr = DefineAsRegister(new(zone()) LDummy()); in VisitInstruction()
Dlithium-codegen-mips64.cc5606 void LCodeGen::DoDummy(LDummy* instr) { in DoDummy()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h408 class LDummy final : public LTemplateInstruction<1, 0, 0> {
410 LDummy() {} in LDummy() function
Dlithium-arm.cc821 instr = DefineAsRegister(new(zone()) LDummy()); in VisitInstruction()
Dlithium-codegen-arm.cc5367 void LCodeGen::DoDummy(LDummy* instr) { in DoDummy()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h438 class LDummy final : public LTemplateInstruction<1, 0, 0> {
440 LDummy() {} in LDummy() function
Dlithium-arm64.cc663 instr = DefineAsRegister(new(zone()) LDummy()); in VisitInstruction()
Dlithium-codegen-arm64.cc2685 void LCodeGen::DoDummy(LDummy* instr) { in DoDummy()