Home
last modified time | relevance | path

Searched refs:LLoadKeyedFastDoubleElement (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/x64/
Dlithium-x64.h1212 class LLoadKeyedFastDoubleElement: public LTemplateInstruction<1, 2, 0> {
1214 LLoadKeyedFastDoubleElement(LOperand* elements, LOperand* key) { in LLoadKeyedFastDoubleElement() function
Dlithium-x64.cc1918 LLoadKeyedFastDoubleElement* result = in DoLoadKeyedFastDoubleElement()
1919 new(zone()) LLoadKeyedFastDoubleElement(elements, key); in DoLoadKeyedFastDoubleElement()
Dlithium-codegen-x64.cc2394 LLoadKeyedFastDoubleElement* instr) { in DoLoadKeyedFastDoubleElement()
/external/v8/src/mips/
Dlithium-mips.h1213 class LLoadKeyedFastDoubleElement: public LTemplateInstruction<1, 2, 0> {
1215 LLoadKeyedFastDoubleElement(LOperand* elements, LOperand* key) { in LLoadKeyedFastDoubleElement() function
Dlithium-mips.cc1928 LLoadKeyedFastDoubleElement* result = in DoLoadKeyedFastDoubleElement()
1929 new(zone()) LLoadKeyedFastDoubleElement(elements, key); in DoLoadKeyedFastDoubleElement()
Dlithium-codegen-mips.cc2520 LLoadKeyedFastDoubleElement* instr) { in DoLoadKeyedFastDoubleElement()
/external/v8/src/arm/
Dlithium-arm.h1233 class LLoadKeyedFastDoubleElement: public LTemplateInstruction<1, 2, 0> {
1235 LLoadKeyedFastDoubleElement(LOperand* elements, LOperand* key) { in LLoadKeyedFastDoubleElement() function
Dlithium-arm.cc1926 LLoadKeyedFastDoubleElement* result = in DoLoadKeyedFastDoubleElement()
1927 new(zone()) LLoadKeyedFastDoubleElement(elements, key); in DoLoadKeyedFastDoubleElement()
Dlithium-codegen-arm.cc2642 LLoadKeyedFastDoubleElement* instr) { in DoLoadKeyedFastDoubleElement()
/external/v8/src/ia32/
Dlithium-ia32.h1248 class LLoadKeyedFastDoubleElement: public LTemplateInstruction<1, 2, 0> {
1250 LLoadKeyedFastDoubleElement(LOperand* elements, in LLoadKeyedFastDoubleElement() function
Dlithium-ia32.cc1986 LLoadKeyedFastDoubleElement* result = in DoLoadKeyedFastDoubleElement()
1987 new(zone()) LLoadKeyedFastDoubleElement(elements, key); in DoLoadKeyedFastDoubleElement()
Dlithium-codegen-ia32.cc2441 LLoadKeyedFastDoubleElement* instr) { in DoLoadKeyedFastDoubleElement()