Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Dlithium-ia32.h1622 class LLoadNamedGeneric FINAL : public LTemplateInstruction<1, 2, 1> {
1624 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { in LLoadNamedGeneric() function
Dlithium-ia32.cc2184 LLoadNamedGeneric* result = new(zone()) LLoadNamedGeneric( in DoLoadNamedGeneric()
Dlithium-codegen-ia32.cc2979 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric()
2986 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoLoadNamedGeneric()
/external/v8/src/x87/
Dlithium-x87.h1632 class LLoadNamedGeneric FINAL : public LTemplateInstruction<1, 2, 1> {
1634 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { in LLoadNamedGeneric() function
Dlithium-x87.cc2182 LLoadNamedGeneric* result = new(zone()) LLoadNamedGeneric( in DoLoadNamedGeneric()
Dlithium-codegen-x87.cc3269 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric()
3276 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoLoadNamedGeneric()
/external/v8/src/x64/
Dlithium-x64.h1610 class LLoadNamedGeneric FINAL : public LTemplateInstruction<1, 2, 1> {
1612 explicit LLoadNamedGeneric(LOperand* context, LOperand* object, in LLoadNamedGeneric() function
Dlithium-x64.cc2148 LLoadNamedGeneric* result = new(zone()) LLoadNamedGeneric( in DoLoadNamedGeneric()
Dlithium-codegen-x64.cc3007 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric()
3014 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoLoadNamedGeneric()
/external/v8/src/mips64/
Dlithium-mips64.h1587 class LLoadNamedGeneric FINAL : public LTemplateInstruction<1, 2, 1> {
1589 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { in LLoadNamedGeneric() function
Dlithium-mips64.cc2127 DefineFixed(new(zone()) LLoadNamedGeneric(context, object, vector), v0); in DoLoadNamedGeneric()
Dlithium-codegen-mips64.cc3011 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric()
3019 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoLoadNamedGeneric()
/external/v8/src/mips/
Dlithium-mips.h1588 class LLoadNamedGeneric FINAL : public LTemplateInstruction<1, 2, 1> {
1590 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { in LLoadNamedGeneric() function
Dlithium-mips.cc2129 DefineFixed(new(zone()) LLoadNamedGeneric(context, object, vector), v0); in DoLoadNamedGeneric()
Dlithium-codegen-mips.cc3027 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric()
3035 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoLoadNamedGeneric()
/external/v8/src/arm/
Dlithium-arm.h1624 class LLoadNamedGeneric FINAL : public LTemplateInstruction<1, 2, 1> {
1626 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { in LLoadNamedGeneric() function
Dlithium-arm.cc2180 DefineFixed(new(zone()) LLoadNamedGeneric(context, object, vector), r0); in DoLoadNamedGeneric()
Dlithium-codegen-arm.cc3130 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric()
3138 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoLoadNamedGeneric()
/external/v8/src/arm64/
Dlithium-arm64.h1866 class LLoadNamedGeneric FINAL : public LTemplateInstruction<1, 2, 1> {
1868 LLoadNamedGeneric(LOperand* context, LOperand* object, LOperand* vector) { in LLoadNamedGeneric() function
Dlithium-arm64.cc1766 DefineFixed(new(zone()) LLoadNamedGeneric(context, object, vector), x0); in DoLoadNamedGeneric()
Dlithium-codegen-arm64.cc3693 void LCodeGen::DoLoadNamedGeneric(LLoadNamedGeneric* instr) { in DoLoadNamedGeneric()
3699 EmitVectorLoadICRegisters<LLoadNamedGeneric>(instr); in DoLoadNamedGeneric()