Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1236 class LDoubleToIntOrSmi final : public LTemplateInstruction<1, 1, 0> {
1238 explicit LDoubleToIntOrSmi(LOperand* value) { in LDoubleToIntOrSmi() function
Dlithium-arm64.cc1084 LDoubleToIntOrSmi* result = new(zone()) LDoubleToIntOrSmi(value); in DoChange()
Dlithium-codegen-arm64.cc2614 void LCodeGen::DoDoubleToIntOrSmi(LDoubleToIntOrSmi* instr) { in DoDoubleToIntOrSmi()