Home
last modified time | relevance | path

Searched defs:shift_value (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/base/
Dbit-field.h146 int shift_value = shift(item); in encode() local
/third_party/vixl/src/aarch32/
Dinstructions-aarch32.cc582 ImmediateShiftOperand::ImmediateShiftOperand(int shift_value, int amount_value) in ImmediateShiftOperand()
/third_party/ffmpeg/libavcodec/loongarch/
Dvc1dsp_lasx.c535 static const int shift_value[] = {0, 5, 1, 5}; in put_vc1_mspel_mc_h_v_lasx() local
747 static const int shift_value[] = {0, 6, 4, 6}; in put_vc1_mspel_mc_v_lasx() local
823 static const int shift_value[] = {0, 6, 4, 6}; in put_vc1_mspel_mc_h_lasx() local
/third_party/ffmpeg/libavcodec/mips/
Dvc1dsp_msa.c324 static const int shift_value[] = {0, 5, 1, 5}; in put_vc1_mspel_mc_h_v_msa() local
/third_party/ffmpeg/libavcodec/
Dalsdec.c235 …int *shift_value; ///< value by which the binary point is to be shifted for all chan… member
1460 int *shift_value = ctx->shift_value; in read_diff_float_data() local
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc956 int32_t shift_value = in VisitInt32Add() local
972 int32_t shift_value = static_cast<int32_t>(mleft.right().ResolvedValue()); in VisitInt32Add() local
994 int32_t shift_value = in VisitInt64Add() local
1010 int32_t shift_value = static_cast<int32_t>(mleft.right().ResolvedValue()); in VisitInt64Add() local
/third_party/node/deps/v8/src/compiler/
Dint64-lowering.cc712 int32_t shift_value = m.ResolvedValue() & 0x3F; in LowerNode() local
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc987 int32_t shift_value = in VisitInt32Add() local
1004 int32_t shift_value = in VisitInt32Add() local
1030 int32_t shift_value = in VisitInt64Add() local
1047 int32_t shift_value = in VisitInt64Add() local
/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc873 int32_t shift_value = in VisitInt32Add() local
890 int32_t shift_value = in VisitInt32Add() local
/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.cc4215 int8_t shift_value = static_cast<int8_t>(shift[i]); in ShiftByRegister() local