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

  /art/compiler/utils/x86/
assembler_x86.h 394 void psrlq(XmmRegister reg, const Immediate& shift_count);
400 void psrldq(XmmRegister reg, const Immediate& shift_count);
assembler_x86.cc 536 void X86Assembler::psrldq(XmmRegister reg, const Immediate& shift_count) {
537 DCHECK(shift_count.is_uint8());
544 EmitUint8(shift_count.value());
548 void X86Assembler::psrlq(XmmRegister reg, const Immediate& shift_count) {
549 DCHECK(shift_count.is_uint8());
556 EmitUint8(shift_count.value());
    [all...]
  /external/crcalc/src/com/hp/creals/
CR.java 1495 int shift_count = working_prec\/2 - p; 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/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/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/arm/
lithium-codegen-arm.cc 1625 uint8_t shift_count = static_cast<uint8_t>(value & 0x1F); 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/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...]
  /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/
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...]

Completed in 305 milliseconds