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

/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h831 class LMathFloorI final : public LTemplateInstruction<1, 1, 0> {
833 explicit LMathFloorI(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h824 class LMathFloorI final : public LTemplateInstruction<1, 1, 0> {
826 explicit LMathFloorI(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h828 class LMathFloorI final : public LTemplateInstruction<1, 1, 0> {
830 explicit LMathFloorI(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h1780 class LMathFloorI final : public LUnaryMathOperation<0> {
1782 explicit LMathFloorI(LOperand* value) : LUnaryMathOperation<0>(value) { } function in class:v8::internal::final

Completed in 96 milliseconds