Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dlithium-arm64.h1377 class LDoubleToIntOrSmi FINAL : public LTemplateInstruction<1, 1, 0> {
1379 explicit LDoubleToIntOrSmi(LOperand* value) { in LDoubleToIntOrSmi() function
Dlithium-arm64.cc1153 LDoubleToIntOrSmi* result = new(zone()) LDoubleToIntOrSmi(value); in DoChange()
Dlithium-codegen-arm64.cc2823 void LCodeGen::DoDoubleToIntOrSmi(LDoubleToIntOrSmi* instr) { in DoDoubleToIntOrSmi()