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

  /external/crcalc/src/com/hp/creals/
CR.java 1495 int shift_count = working_prec\/2 - p; local
    [all...]
  /external/v8/src/
code-stubs.cc 1588 Node* shift_count = local
1604 Node* shift_count = local
1620 Node* shift_count = local
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.cc 2608 int shift_count = c->Integer32Value() & 0x1f; local
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 1625 uint8_t shift_count = static_cast<uint8_t>(value & 0x1F); local
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 4595 int shift_count = JSShiftAmountFromLConstant(right_op); local
4658 int shift_count = JSShiftAmountFromLConstant(right_op); local
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 1403 uint8_t shift_count = static_cast<uint8_t>(value & 0x1F); local
1410 __ ror(ToRegister(left), shift_count); local
1415 __ sar(ToRegister(left), shift_count); local
1420 __ shr(ToRegister(left), shift_count); local
1436 __ shl(ToRegister(left), shift_count); local
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 1494 uint8_t shift_count = static_cast<uint8_t>(value & 0x1F); local
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 1590 uint8_t shift_count = static_cast<uint8_t>(value & 0x1F); local
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 1618 uint8_t shift_count = static_cast<uint8_t>(value & 0x1F); local
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 1576 uint8_t shift_count = static_cast<uint8_t>(value & 0x1F); local
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 1504 uint8_t shift_count = static_cast<uint8_t>(value & 0x1F); local
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 1704 uint8_t shift_count = static_cast<uint8_t>(value & 0x1F); local
1711 __ ror(ToRegister(left), shift_count); local
1716 __ sar(ToRegister(left), shift_count); local
1721 __ shr(ToRegister(left), shift_count); local
1737 __ shl(ToRegister(left), shift_count); local
    [all...]

Completed in 359 milliseconds