Home
last modified time | relevance | path

Searched refs:LLoadKeyedFixedDouble (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/arm64/
Dlithium-arm64.h1833 class LLoadKeyedFixedDouble: public LLoadKeyed<1> {
1835 LLoadKeyedFixedDouble(LOperand* elements, LOperand* key, LOperand* temp) : in LLoadKeyedFixedDouble() function
Dlithium-arm64.cc1699 LLoadKeyedFixedDouble* result = in DoLoadKeyed()
1700 new(zone()) LLoadKeyedFixedDouble(elements, key, temp); in DoLoadKeyed()
Dlithium-codegen-arm64.cc3558 void LCodeGen::DoLoadKeyedFixedDouble(LLoadKeyedFixedDouble* instr) { in DoLoadKeyedFixedDouble()