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

  /external/crcalc/src/com/hp/creals/
CR.java 1495 int shift_count = working_prec\/2 - p; local
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.cc 2644 int shift_count = c->Integer32Value() & 0x1f; local
    [all...]
  /external/v8/src/interpreter/
interpreter.cc 1671 Node* shift_count = __ Word32And(rhs_value, __ Int32Constant(0x1f)); local
1700 Node* shift_count = __ Word32And(rhs_value, __ Int32Constant(0x1f)); local
    [all...]
  /art/compiler/optimizing/
code_generator_arm_vixl.cc 6184 uint32_t shift_count = Primitive::ComponentSizeShift(type); local
6219 uint32_t shift_count = Primitive::ComponentSizeShift(type); 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 4503 int shift_count = JSShiftAmountFromLConstant(right_op); local
4566 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 1519 uint8_t shift_count = static_cast<uint8_t>(value & 0x1F); local
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 1618 uint8_t shift_count = static_cast<uint8_t>(value & 0x1F); local
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 1633 uint8_t shift_count = static_cast<uint8_t>(value & 0x1F); local
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 1612 uint8_t shift_count = static_cast<uint8_t>(value & 0x1F); local
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 1505 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 533 milliseconds