Searched defs:LMathFloor (Results 1 - 5 of 5) sorted by relevance
/external/v8/src/crankshaft/arm/ |
H A D | lithium-arm.h | 833 class LMathFloor final : public LTemplateInstruction<1, 1, 0> { 835 explicit LMathFloor(LOperand* value) { function in class:v8::internal::final
|
/external/v8/src/crankshaft/mips/ |
H A D | lithium-mips.h | 808 class LMathFloor final : public LTemplateInstruction<1, 1, 1> { 810 LMathFloor(LOperand* value, LOperand* temp) { function in class:v8::internal::final
|
/external/v8/src/crankshaft/mips64/ |
H A D | lithium-mips64.h | 826 class LMathFloor final : public LTemplateInstruction<1, 1, 1> { 828 LMathFloor(LOperand* value, LOperand* temp) { function in class:v8::internal::final
|
/external/v8/src/crankshaft/s390/ |
H A D | lithium-s390.h | 775 class LMathFloor final : public LTemplateInstruction<1, 1, 0> { 777 explicit LMathFloor(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
|
/external/v8/src/crankshaft/x87/ |
H A D | lithium-x87.h | 834 class LMathFloor final : public LTemplateInstruction<1, 1, 0> { 836 explicit LMathFloor(LOperand* value) { function in class:v8::internal::final
|
Completed in 84 milliseconds