Searched defs:LMathRoundI (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h1781 class LMathRoundI final : public LUnaryMathOperation<1> {
1783 LMathRoundI(LOperand* value, LOperand* temp1) function in class:v8::internal::final
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h845 class LMathRoundI final : public LTemplateInstruction<1, 1, 1> {
847 LMathRoundI(LOperand* value, LOperand* temp) { function in class:v8::internal::final
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h838 class LMathRoundI final : public LTemplateInstruction<1, 1, 1> {
840 LMathRoundI(LOperand* value, LOperand* temp) { function in class:v8::internal::final
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h842 class LMathRoundI final : public LTemplateInstruction<1, 1, 1> {
844 LMathRoundI(LOperand* value, LOperand* temp) { function in class:v8::internal::final

Completed in 115 milliseconds