Home
last modified time | relevance | path

Searched refs:LLoadKeyedGeneric (Results 1 – 25 of 27) sorted by relevance

12

/external/v8/src/crankshaft/x87/
Dlithium-x87.h1572 class LLoadKeyedGeneric final : public LTemplateInstruction<1, 3, 1> {
1574 LLoadKeyedGeneric(LOperand* context, LOperand* obj, LOperand* key, in LLoadKeyedGeneric() function
Dlithium-x87.cc2145 LLoadKeyedGeneric* result = in DoLoadKeyedGeneric()
2146 new(zone()) LLoadKeyedGeneric(context, object, key, vector); in DoLoadKeyedGeneric()
Dlithium-codegen-x87.cc3041 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
3046 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoLoadKeyedGeneric()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1583 class LLoadKeyedGeneric final : public LTemplateInstruction<1, 3, 1> {
1585 LLoadKeyedGeneric(LOperand* context, LOperand* object, LOperand* key, in LLoadKeyedGeneric() function
Dlithium-mips64.cc2093 DefineFixed(new(zone()) LLoadKeyedGeneric(context, object, key, vector), in DoLoadKeyedGeneric()
Dlithium-codegen-mips64.cc3099 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
3104 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoLoadKeyedGeneric()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1557 class LLoadKeyedGeneric final : public LTemplateInstruction<1, 3, 1> {
1559 LLoadKeyedGeneric(LOperand* context, LOperand* object, LOperand* key, in LLoadKeyedGeneric() function
Dlithium-arm.cc2142 DefineFixed(new(zone()) LLoadKeyedGeneric(context, object, key, vector), in DoLoadKeyedGeneric()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h1423 class LLoadKeyedGeneric final : public LTemplateInstruction<1, 3, 1> {
1425 LLoadKeyedGeneric(LOperand* context, LOperand* object, LOperand* key, in LLoadKeyedGeneric() function
Dlithium-s390.cc1934 new (zone()) LLoadKeyedGeneric(context, object, key, vector), r2); in DoLoadKeyedGeneric()
Dlithium-codegen-s390.cc3127 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoShiftI()
3131 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoShiftI()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1575 class LLoadKeyedGeneric final : public LTemplateInstruction<1, 3, 1> {
1577 LLoadKeyedGeneric(LOperand* context, LOperand* obj, LOperand* key, in LLoadKeyedGeneric() function
Dlithium-x64.cc2165 LLoadKeyedGeneric* result = in DoLoadKeyedGeneric()
2166 new(zone()) LLoadKeyedGeneric(context, object, key, vector); in DoLoadKeyedGeneric()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h1521 class LLoadKeyedGeneric final : public LTemplateInstruction<1, 3, 1> {
1523 LLoadKeyedGeneric(LOperand* context, LOperand* object, LOperand* key, in LLoadKeyedGeneric() function
Dlithium-mips.cc2089 DefineFixed(new(zone()) LLoadKeyedGeneric(context, object, key, vector), in DoLoadKeyedGeneric()
Dlithium-codegen-mips.cc2919 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
2924 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoLoadKeyedGeneric()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1529 class LLoadKeyedGeneric final : public LTemplateInstruction<1, 3, 1> {
1531 LLoadKeyedGeneric(LOperand* context, LOperand* object, LOperand* key, in LLoadKeyedGeneric() function
Dlithium-ppc.cc2115 new (zone()) LLoadKeyedGeneric(context, object, key, vector), r3); in DoLoadKeyedGeneric()
Dlithium-codegen-ppc.cc3174 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoShiftI()
3178 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoShiftI()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1582 class LLoadKeyedGeneric final : public LTemplateInstruction<1, 3, 1> {
1584 LLoadKeyedGeneric(LOperand* context, LOperand* obj, LOperand* key, in LLoadKeyedGeneric() function
Dlithium-ia32.cc2149 LLoadKeyedGeneric* result = in DoLoadKeyedGeneric()
2150 new(zone()) LLoadKeyedGeneric(context, object, key, vector); in DoLoadKeyedGeneric()
Dlithium-codegen-ia32.cc2765 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
2770 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoLoadKeyedGeneric()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1656 class LLoadKeyedGeneric final : public LTemplateInstruction<1, 3, 1> {
1658 LLoadKeyedGeneric(LOperand* context, LOperand* object, LOperand* key, in LLoadKeyedGeneric() function
Dlithium-arm64.cc1621 DefineFixed(new(zone()) LLoadKeyedGeneric(context, object, key, vector), in DoLoadKeyedGeneric()
Dlithium-codegen-arm64.cc3327 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
3332 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoLoadKeyedGeneric()

12