Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1528 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> {
1530 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { in LLoadNamedGeneric() function
Dlithium-ia32.cc2152 LLoadNamedGeneric* result = new(zone()) LLoadNamedGeneric( in DoLoadNamedGeneric()
Dlithium-codegen-ia32.cc2756 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric()
2762 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoLoadNamedGeneric()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h1536 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> {
1538 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { in LLoadNamedGeneric() function
Dlithium-x87.cc2150 LLoadNamedGeneric* result = new(zone()) LLoadNamedGeneric( in DoLoadNamedGeneric()
Dlithium-codegen-x87.cc3031 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric()
3037 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoLoadNamedGeneric()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h1507 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> {
1509 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { in LLoadNamedGeneric() function
Dlithium-mips.cc2103 DefineFixed(new(zone()) LLoadNamedGeneric(context, object, vector), v0); in DoLoadNamedGeneric()
Dlithium-codegen-mips.cc2720 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric()
2727 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoLoadNamedGeneric()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1522 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> {
1524 explicit LLoadNamedGeneric(LOperand* context, LOperand* object, in LLoadNamedGeneric() function
Dlithium-x64.cc2127 LLoadNamedGeneric* result = new(zone()) LLoadNamedGeneric( in DoLoadNamedGeneric()
Dlithium-codegen-x64.cc2771 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric()
2777 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoLoadNamedGeneric()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1544 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> {
1546 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { in LLoadNamedGeneric() function
Dlithium-arm.cc2156 DefineFixed(new(zone()) LLoadNamedGeneric(context, object, vector), r0); in DoLoadNamedGeneric()
Dlithium-codegen-arm.cc2799 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric()
2806 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoLoadNamedGeneric()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1569 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> {
1571 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { in LLoadNamedGeneric() function
Dlithium-mips64.cc2106 DefineFixed(new(zone()) LLoadNamedGeneric(context, object, vector), v0); in DoLoadNamedGeneric()
Dlithium-codegen-mips64.cc2860 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric()
2867 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoLoadNamedGeneric()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1488 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> {
1490 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { in LLoadNamedGeneric() function
Dlithium-ppc.cc2117 DefineFixed(new (zone()) LLoadNamedGeneric(context, object, vector), r3); in DoLoadNamedGeneric()
Dlithium-codegen-ppc.cc2902 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoShiftI()
2909 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1766 class LLoadNamedGeneric final : public LTemplateInstruction<1, 2, 1> {
1768 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { in LLoadNamedGeneric() function
Dlithium-arm64.cc1736 DefineFixed(new(zone()) LLoadNamedGeneric(context, object, vector), x0); in DoLoadNamedGeneric()
Dlithium-codegen-arm64.cc3398 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric()
3403 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoLoadNamedGeneric()