Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1551 class LLoadKeyedGeneric final : public LTemplateInstruction<1, 3, 1> {
1553 LLoadKeyedGeneric(LOperand* context, LOperand* object, LOperand* key, in LLoadKeyedGeneric() function
Dlithium-ppc.cc2190 new (zone()) LLoadKeyedGeneric(context, object, key, vector), r3); in DoLoadKeyedGeneric()
Dlithium-codegen-ppc.cc3264 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoShiftI()
3270 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoShiftI()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1611 class LLoadKeyedGeneric final : public LTemplateInstruction<1, 3, 1> {
1613 LLoadKeyedGeneric(LOperand* context, LOperand* obj, LOperand* key, in LLoadKeyedGeneric() function
Dlithium-ia32.cc2225 LLoadKeyedGeneric* result = in DoLoadKeyedGeneric()
2226 new(zone()) LLoadKeyedGeneric(context, object, key, vector); in DoLoadKeyedGeneric()
Dlithium-codegen-ia32.cc2989 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
2995 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoLoadKeyedGeneric()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h1574 class LLoadKeyedGeneric final : public LTemplateInstruction<1, 3, 1> {
1576 LLoadKeyedGeneric(LOperand* context, LOperand* object, LOperand* key, in LLoadKeyedGeneric() function
Dlithium-mips.cc2178 DefineFixed(new(zone()) LLoadKeyedGeneric(context, object, key, vector), in DoLoadKeyedGeneric()
Dlithium-codegen-mips.cc3035 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
3041 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoLoadKeyedGeneric()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1601 class LLoadKeyedGeneric final : public LTemplateInstruction<1, 3, 1> {
1603 LLoadKeyedGeneric(LOperand* context, LOperand* obj, LOperand* key, in LLoadKeyedGeneric() function
Dlithium-x64.cc2229 LLoadKeyedGeneric* result = in DoLoadKeyedGeneric()
2230 new(zone()) LLoadKeyedGeneric(context, object, key, vector); in DoLoadKeyedGeneric()
Dlithium-codegen-x64.cc3057 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
3063 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoLoadKeyedGeneric()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h1619 class LLoadKeyedGeneric final : public LTemplateInstruction<1, 3, 1> {
1621 LLoadKeyedGeneric(LOperand* context, LOperand* obj, LOperand* key, in LLoadKeyedGeneric() function
Dlithium-x87.cc2223 LLoadKeyedGeneric* result = in DoLoadKeyedGeneric()
2224 new(zone()) LLoadKeyedGeneric(context, object, key, vector); in DoLoadKeyedGeneric()
Dlithium-codegen-x87.cc3261 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
3267 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoLoadKeyedGeneric()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1636 class LLoadKeyedGeneric final : public LTemplateInstruction<1, 3, 1> {
1638 LLoadKeyedGeneric(LOperand* context, LOperand* object, LOperand* key, in LLoadKeyedGeneric() function
Dlithium-mips64.cc2182 DefineFixed(new(zone()) LLoadKeyedGeneric(context, object, key, vector), in DoLoadKeyedGeneric()
Dlithium-codegen-mips64.cc3217 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
3223 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoLoadKeyedGeneric()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1611 class LLoadKeyedGeneric final : public LTemplateInstruction<1, 3, 1> {
1613 LLoadKeyedGeneric(LOperand* context, LOperand* object, LOperand* key, in LLoadKeyedGeneric() function
Dlithium-arm.cc2231 DefineFixed(new(zone()) LLoadKeyedGeneric(context, object, key, vector), in DoLoadKeyedGeneric()
Dlithium-codegen-arm.cc3096 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
3102 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoLoadKeyedGeneric()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1746 class LLoadKeyedGeneric final : public LTemplateInstruction<1, 3, 1> {
1748 LLoadKeyedGeneric(LOperand* context, LOperand* object, LOperand* key, in LLoadKeyedGeneric() function
Dlithium-arm64.cc1714 DefineFixed(new(zone()) LLoadKeyedGeneric(context, object, key, vector), in DoLoadKeyedGeneric()
Dlithium-codegen-arm64.cc3339 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
3345 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoLoadKeyedGeneric()