Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/arm/
Dlithium-arm.h1695 class LLoadKeyedGeneric FINAL : public LTemplateInstruction<1, 3, 1> {
1697 LLoadKeyedGeneric(LOperand* context, LOperand* object, LOperand* key, in LLoadKeyedGeneric() function
Dlithium-arm.cc2247 DefineFixed(new(zone()) LLoadKeyedGeneric(context, object, key, vector), in DoLoadKeyedGeneric()
Dlithium-codegen-arm.cc3422 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
3428 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoLoadKeyedGeneric()
/external/chromium_org/v8/src/mips64/
Dlithium-mips64.h1658 class LLoadKeyedGeneric FINAL : public LTemplateInstruction<1, 3, 1> {
1660 LLoadKeyedGeneric(LOperand* context, LOperand* object, LOperand* key, in LLoadKeyedGeneric() function
Dlithium-mips64.cc2195 DefineFixed(new(zone()) LLoadKeyedGeneric(context, object, key, vector), in DoLoadKeyedGeneric()
Dlithium-codegen-mips64.cc3360 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
3366 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoLoadKeyedGeneric()
/external/chromium_org/v8/src/x64/
Dlithium-x64.h1697 class LLoadKeyedGeneric FINAL : public LTemplateInstruction<1, 3, 1> {
1699 LLoadKeyedGeneric(LOperand* context, LOperand* obj, LOperand* key, in LLoadKeyedGeneric() function
Dlithium-x64.cc2242 LLoadKeyedGeneric* result = in DoLoadKeyedGeneric()
2243 new(zone()) LLoadKeyedGeneric(context, object, key, vector); in DoLoadKeyedGeneric()
Dlithium-codegen-x64.cc3289 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
3295 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoLoadKeyedGeneric()
/external/chromium_org/v8/src/ia32/
Dlithium-ia32.h1713 class LLoadKeyedGeneric FINAL : public LTemplateInstruction<1, 3, 1> {
1715 LLoadKeyedGeneric(LOperand* context, LOperand* obj, LOperand* key, in LLoadKeyedGeneric() function
Dlithium-ia32.cc2249 LLoadKeyedGeneric* result = in DoLoadKeyedGeneric()
2250 new(zone()) LLoadKeyedGeneric(context, object, key, vector); in DoLoadKeyedGeneric()
Dlithium-codegen-ia32.cc3205 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
3211 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoLoadKeyedGeneric()
/external/chromium_org/v8/src/x87/
Dlithium-x87.h1723 class LLoadKeyedGeneric FINAL : public LTemplateInstruction<1, 3, 1> {
1725 LLoadKeyedGeneric(LOperand* context, LOperand* obj, LOperand* key, in LLoadKeyedGeneric() function
Dlithium-x87.cc2247 LLoadKeyedGeneric* result = in DoLoadKeyedGeneric()
2248 new(zone()) LLoadKeyedGeneric(context, object, key, vector); in DoLoadKeyedGeneric()
Dlithium-codegen-x87.cc3492 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
3498 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoLoadKeyedGeneric()
/external/chromium_org/v8/src/mips/
Dlithium-mips.h1659 class LLoadKeyedGeneric FINAL : public LTemplateInstruction<1, 3, 1> {
1661 LLoadKeyedGeneric(LOperand* context, LOperand* object, LOperand* key, in LLoadKeyedGeneric() function
Dlithium-mips.cc2196 DefineFixed(new(zone()) LLoadKeyedGeneric(context, object, key, vector), in DoLoadKeyedGeneric()
Dlithium-codegen-mips.cc3335 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
3341 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoLoadKeyedGeneric()
/external/chromium_org/v8/src/arm64/
Dlithium-arm64.h1846 class LLoadKeyedGeneric FINAL : public LTemplateInstruction<1, 3, 1> {
1848 LLoadKeyedGeneric(LOperand* context, LOperand* object, LOperand* key, in LLoadKeyedGeneric() function
Dlithium-arm64.cc1744 DefineFixed(new(zone()) LLoadKeyedGeneric(context, object, key, vector), in DoLoadKeyedGeneric()
Dlithium-codegen-arm64.cc3638 void LCodeGen::DoLoadKeyedGeneric(LLoadKeyedGeneric* instr) { in DoLoadKeyedGeneric()
3643 EmitVectorLoadICRegisters<LLoadKeyedGeneric>(instr); in DoLoadKeyedGeneric()