Searched defs:LMathFloor (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/arm/
H A Dlithium-arm.h876 class LMathFloor FINAL : public LTemplateInstruction<1, 1, 0> {
878 explicit LMathFloor(LOperand* value) { function in class:v8::internal::FINAL
/external/v8/src/ia32/
H A Dlithium-ia32.h864 class LMathFloor FINAL : public LTemplateInstruction<1, 1, 0> {
866 explicit LMathFloor(LOperand* value) { function in class:v8::internal::FINAL
/external/v8/src/mips/
H A Dlithium-mips.h853 class LMathFloor FINAL : public LTemplateInstruction<1, 1, 1> {
855 LMathFloor(LOperand* value, LOperand* temp) { function in class:v8::internal::FINAL
/external/v8/src/mips64/
H A Dlithium-mips64.h852 class LMathFloor FINAL : public LTemplateInstruction<1, 1, 1> {
854 LMathFloor(LOperand* value, LOperand* temp) { function in class:v8::internal::FINAL
/external/v8/src/x64/
H A Dlithium-x64.h862 class LMathFloor FINAL : public LTemplateInstruction<1, 1, 0> {
864 explicit LMathFloor(LOperand* value) { function in class:v8::internal::FINAL
/external/v8/src/x87/
H A Dlithium-x87.h882 class LMathFloor FINAL : public LTemplateInstruction<1, 1, 0> {
884 explicit LMathFloor(LOperand* value) { function in class:v8::internal::FINAL

Completed in 483 milliseconds