Searched defs:shift_value (Results 1 – 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/base/ |
D | bit-field.h | 146 int shift_value = shift(item); in encode() local
|
/third_party/vixl/src/aarch32/ |
D | instructions-aarch32.cc | 582 ImmediateShiftOperand::ImmediateShiftOperand(int shift_value, int amount_value) in ImmediateShiftOperand()
|
/third_party/ffmpeg/libavcodec/loongarch/ |
D | vc1dsp_lasx.c | 535 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/ |
D | vc1dsp_msa.c | 324 static const int shift_value[] = {0, 5, 1, 5}; in put_vc1_mspel_mc_h_v_msa() local
|
/third_party/ffmpeg/libavcodec/ |
D | alsdec.c | 235 …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/ |
D | instruction-selector-loong64.cc | 956 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/ |
D | int64-lowering.cc | 712 int32_t shift_value = m.ResolvedValue() & 0x3F; in LowerNode() local
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | instruction-selector-mips64.cc | 987 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/ |
D | instruction-selector-mips.cc | 873 int32_t shift_value = in VisitInt32Add() local 890 int32_t shift_value = in VisitInt32Add() local
|
/third_party/node/deps/v8/src/execution/arm/ |
D | simulator-arm.cc | 4215 int8_t shift_value = static_cast<int8_t>(shift[i]); in ShiftByRegister() local
|