Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/arm64/
Dlithium-arm64.h2096 class LMathRoundI FINAL : public LUnaryMathOperation<1> {
2098 LMathRoundI(LOperand* value, LOperand* temp1) in LMathRoundI() function
Dlithium-arm64.cc2642 LMathRoundI* result = new(zone()) LMathRoundI(input, temp); in DoUnaryMathOperation()
Dlithium-codegen-arm64.cc4144 void LCodeGen::DoMathRoundI(LMathRoundI* instr) { in DoMathRoundI()