HomeSort by relevance Sort by last modified time
    Searched defs:LMathFloor (Results 1 - 5 of 5) sorted by null

  /external/v8/src/crankshaft/arm/
lithium-arm.h 825 class LMathFloor final : public LTemplateInstruction<1, 1, 0> {
827 explicit LMathFloor(LOperand* value) {
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h 800 class LMathFloor final : public LTemplateInstruction<1, 1, 1> {
802 LMathFloor(LOperand* value, LOperand* temp) {
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.h 818 class LMathFloor final : public LTemplateInstruction<1, 1, 1> {
820 LMathFloor(LOperand* value, LOperand* temp) {
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.h 766 class LMathFloor final : public LTemplateInstruction<1, 1, 0> {
768 explicit LMathFloor(LOperand* value) { inputs_[0] = value; }
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.h 826 class LMathFloor final : public LTemplateInstruction<1, 1, 0> {
828 explicit LMathFloor(LOperand* value) {
    [all...]

Completed in 62 milliseconds