Home
last modified time | relevance | path

Searched defs:shift_count (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-number.cc39 Node* shift_count = Word32And(rhs, Int32Constant(0x1f)); in BitwiseShiftOp() local
1540 BitwiseShiftOp([this](Node* lhs, Node* shift_count) { in TF_BUILTIN()
1546 BitwiseShiftOp([this](Node* lhs, Node* shift_count) { in TF_BUILTIN()
1552 BitwiseShiftOp<kUnsigned>([this](Node* lhs, Node* shift_count) { in TF_BUILTIN()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_gs_visitor.cpp429 src_reg shift_count(this, glsl_type::uint_type); in set_stream_control_data_bits() local
Dbrw_fs_nir.cpp1818 fs_reg shift_count = bld.vgrf(BRW_REGISTER_TYPE_UD, 1); in set_gs_stream_control_data_bits() local
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_control_wrapper.cc51 const int shift_count = in FindAlignedPointer() local
/external/crcalc/src/com/hp/creals/
DCR.java1539 int shift_count = working_prec/2 - p; in approximate() local
/external/v8/src/interpreter/
Dinterpreter.cc1671 Node* shift_count = __ Word32And(rhs_value, __ Int32Constant(0x1f)); in DoShiftLeftSmi() local
1700 Node* shift_count = __ Word32And(rhs_value, __ Int32Constant(0x1f)); in DoShiftRightSmi() local
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc2644 int shift_count = c->Integer32Value() & 0x1f; in InferRange() local
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc4503 int shift_count = JSShiftAmountFromLConstant(right_op); in DoShiftI() local
4566 int shift_count = JSShiftAmountFromLConstant(right_op); in DoShiftS() local
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc1505 uint8_t shift_count = static_cast<uint8_t>(value & 0x1F); in DoShiftI() local
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc1403 uint8_t shift_count = static_cast<uint8_t>(value & 0x1F); in DoShiftI() local
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc1519 uint8_t shift_count = static_cast<uint8_t>(value & 0x1F); in DoShiftI() local
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc1625 uint8_t shift_count = static_cast<uint8_t>(value & 0x1F); in DoShiftI() local
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc1633 uint8_t shift_count = static_cast<uint8_t>(value & 0x1F); in DoShiftI() local
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc1612 uint8_t shift_count = static_cast<uint8_t>(value & 0x1F); in DoShiftI() local
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc1618 uint8_t shift_count = static_cast<uint8_t>(value & 0x1F); in DoShiftI() local
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc1704 uint8_t shift_count = static_cast<uint8_t>(value & 0x1F); in DoShiftI() local