| /third_party/node/deps/v8/src/diagnostics/arm/ |
| H A D | disasm-arm.cc | 195 ShiftOp shift = instr->ShiftField(); in PrintShiftRm() local 236 int shift = instr->Bits(11, 7); in PrintShiftSat() local 2157 int shift = 2 * size - imm7; DecodeAdvancedSIMDDataProcessing() local 2176 int shift = 2 * size - imm7; DecodeAdvancedSIMDDataProcessing() local 2203 int shift = imm7 - size; DecodeAdvancedSIMDDataProcessing() local 2214 int shift; DecodeAdvancedSIMDDataProcessing() local [all...] |
| /third_party/mesa3d/src/imagination/vulkan/pds/ |
| H A D | pvr_xgl_pds.c | 836 int32_t shift = (int32_t)shift_unsigned; in pvr_pds_generate_vertex_primary_program() local [all...] |
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_eu_compact.c | 2349 int shift = devinfo->ver >= 8 ? 3 : 0; in update_uip_jip() local 2379 int shift = devinfo->platform == INTEL_PLATFORM_G4X ? 1 : 0; in update_gfx4_jump_count() local 2636 int shift = 3; in brw_compact_instructions() local [all...] |
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | midgard_emit.c | 30 mir_get_imod(bool shift, nir_alu_type T, bool half, bool scalar) in mir_get_imod() argument
|
| /third_party/mesa3d/src/util/format/ |
| H A D | u_format.h | 145 unsigned shift:16; /** number of bits from lsb */ member
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_internal.h | 276 size_t shift = (index * field_size) % 32; in etna_bitarray_set() local
|
| /third_party/skia/src/core/ |
| H A D | SkScalerContext.cpp | 443 int shift = 7; in packA8ToA1() local
|
| /third_party/skia/src/effects/imagefilters/ |
| H A D | SkBlurImageFilter.cpp | 843 int64_t shift = srcBounds.top() - dstBounds.top(); in cpu_blur() local
|
| /third_party/skia/src/gpu/ |
| H A D | GrDataUtils.cpp | 313 int shift = 0; in GrTwoColorBC1Compress() local
|
| /third_party/skia/third_party/externals/libpng/contrib/libtests/ |
| H A D | makepng.c | 351 unsigned int shift = (8 - bit_depth) - (x & 0x7U); in set_value() local 353 mask <<= shift; in set_value() local
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | enc.c | 290 DCMode(uint8_t* dst, const uint8_t* left, const uint8_t* top, int size, int round, int shift) DCMode() argument
|
| H A D | lossless_enc_sse2.c | 387 const __m128i shift = _mm_srli_epi32(tmp, 12); // 00000000ab000000 in BundleColorMap_SSE2() local 400 const __m128i shift = _mm_slli_epi64(in, 7); in BundleColorMap_SSE2() local
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | number_decimalquantity.cpp | 1004 int shift = position * 4; in setDigitPos() local
|
| /third_party/skia/third_party/externals/freetype/include/freetype/ |
| H A D | ftimage.h | 665 int shift; member
|
| /third_party/skia/third_party/externals/freetype/src/psaux/ |
| H A D | cffdecode.c | 562 FT_Int shift = 16; in FT_LOCAL_DEF() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-algs.hh | 581 unsigned int shift = 32; in hb_popcount() local 587 unsigned int shift = 64; in hb_popcount() local 660 unsigned int shift = 64; in hb_bit_storage() local 733 unsigned int shift = 64; in hb_ctz() local [all...] |
| /third_party/pulseaudio/speex/tmv/ |
| H A D | preprocess_tm.h | 936 register int shift = st->frame_shift; in preprocess_scale() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| H A D | APInt.cpp | 666 unsigned shift; in countLeadingOnes() local 1499 unsigned shift = countLeadingZeros(v[n-1]); KnuthDiv() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/ |
| H A D | AArch64Disassembler.cpp | 941 unsigned shift = (shiftHi << 6) | shiftLo; in DecodeThreeAddrSRegInstruction() local 1000 unsigned shift = fieldFromInstruction(insn, 21, 2); in DecodeMoveImmInstruction() local 1512 unsigned shift = extend & 0x7; in DecodeAddSubERegInstruction() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64InstPrinter.cpp | 120 int shift = 0; in printInst() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Disassembler/ |
| H A D | AMDGPUDisassembler.cpp | 628 int shift = 0; in createSRegOperand() local
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | vertex_pulling.cc | 672 uint32_t shift = 8u * (offset & 3u); in LoadPrimitive() local
|
| /third_party/vixl/src/aarch32/ |
| H A D | disasm-aarch32.h | 321 virtual DisassemblerStream& operator<<(Shift shift) { in operator <<() argument 322 os_ << shift; in operator <<() local
|
| /third_party/vixl/src/aarch64/ |
| H A D | assembler-aarch64.h | 813 void asr(const Register& rd, const Register& rn, unsigned shift) { in asr() argument 853 void lsl(const Register& rd, const Register& rn, unsigned shift) { in lsl() argument [all...] |
| H A D | instructions-aarch64.cc | 652 int shift = (2 * esize) - ((tsize << 3) | imm_3); in GetSVEImmShiftAndLaneSizeLog2() local
|