Home
last modified time | relevance | path

Searched refs:shift_low (Results 1 – 25 of 33) sorted by relevance

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dbitblit.c116 u32 shift_low = 0, mod = vc->vc_font.width % 8; in bit_putcs_unaligned() local
132 shift_low, mod); in bit_putcs_unaligned()
133 shift_low += mod; in bit_putcs_unaligned()
134 dst += (shift_low >= 8) ? s_pitch : s_pitch - 1; in bit_putcs_unaligned()
135 shift_low &= 7; in bit_putcs_unaligned()
136 shift_high = 8 - shift_low; in bit_putcs_unaligned()
H A Dfbcon_ud.c125 u32 shift_low = 0, mod = vc->vc_font.width % 8; in ud_putcs_unaligned() local
140 shift_low, mod); in ud_putcs_unaligned()
141 shift_low += mod; in ud_putcs_unaligned()
142 dst += (shift_low >= 8) ? s_pitch : s_pitch - 1; in ud_putcs_unaligned()
143 shift_low &= 7; in ud_putcs_unaligned()
144 shift_high = 8 - shift_low; in ud_putcs_unaligned()
H A Dfbmem.c121 u32 shift_high, u32 shift_low, u32 mod) in fb_pad_unaligned_buffer() argument
130 tmp |= *src >> shift_low; in fb_pad_unaligned_buffer()
138 tmp |= *src >> shift_low; in fb_pad_unaligned_buffer()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dbitblit.c116 u32 shift_low = 0, mod = vc->vc_font.width % 8; in bit_putcs_unaligned() local
132 shift_low, mod); in bit_putcs_unaligned()
133 shift_low += mod; in bit_putcs_unaligned()
134 dst += (shift_low >= 8) ? s_pitch : s_pitch - 1; in bit_putcs_unaligned()
135 shift_low &= 7; in bit_putcs_unaligned()
136 shift_high = 8 - shift_low; in bit_putcs_unaligned()
H A Dfbcon_ud.c125 u32 shift_low = 0, mod = vc->vc_font.width % 8; in ud_putcs_unaligned() local
140 shift_low, mod); in ud_putcs_unaligned()
141 shift_low += mod; in ud_putcs_unaligned()
142 dst += (shift_low >= 8) ? s_pitch : s_pitch - 1; in ud_putcs_unaligned()
143 shift_low &= 7; in ud_putcs_unaligned()
144 shift_high = 8 - shift_low; in ud_putcs_unaligned()
H A Dfbmem.c121 u32 shift_high, u32 shift_low, u32 mod) in fb_pad_unaligned_buffer() argument
130 tmp |= *src >> shift_low; in fb_pad_unaligned_buffer()
138 tmp |= *src >> shift_low; in fb_pad_unaligned_buffer()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dbitblit.c116 u32 shift_low = 0, mod = vc->vc_font.width % 8; in bit_putcs_unaligned() local
132 shift_low, mod); in bit_putcs_unaligned()
133 shift_low += mod; in bit_putcs_unaligned()
134 dst += (shift_low >= 8) ? s_pitch : s_pitch - 1; in bit_putcs_unaligned()
135 shift_low &= 7; in bit_putcs_unaligned()
136 shift_high = 8 - shift_low; in bit_putcs_unaligned()
H A Dfbcon_ud.c125 u32 shift_low = 0, mod = vc->vc_font.width % 8; in ud_putcs_unaligned() local
140 shift_low, mod); in ud_putcs_unaligned()
141 shift_low += mod; in ud_putcs_unaligned()
142 dst += (shift_low >= 8) ? s_pitch : s_pitch - 1; in ud_putcs_unaligned()
143 shift_low &= 7; in ud_putcs_unaligned()
144 shift_high = 8 - shift_low; in ud_putcs_unaligned()
H A Dfbmem.c121 u32 shift_high, u32 shift_low, u32 mod) in fb_pad_unaligned_buffer() argument
130 tmp |= *src >> shift_low; in fb_pad_unaligned_buffer()
138 tmp |= *src >> shift_low; in fb_pad_unaligned_buffer()
/dports/archivers/lzip/lzip-1.22/
H A Dencoder_base.h237 void shift_low() in shift_low() function
280 void flush() { for( int i = 0; i < 5; ++i ) shift_low(); } in flush()
295 if( range <= 0x00FFFFFFU ) { range <<= 8; shift_low(); } in encode()
313 if( range <= 0x00FFFFFFU ) { range <<= 8; shift_low(); } in encode_bit()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/arm64/vixl/
H A DMacroAssembler-vixl.cpp980 int shift_low = CountTrailingZeros(imm, reg_size); in MoveImmediateForShiftedOp() local
986 shift_low = std::min(shift_low, 4); in MoveImmediateForShiftedOp()
989 int64_t imm_low = imm >> shift_low; in MoveImmediateForShiftedOp()
999 return Operand(dst, LSL, shift_low); in MoveImmediateForShiftedOp()
/dports/www/firefox/firefox-99.0/js/src/jit/arm64/vixl/
H A DMacroAssembler-vixl.cpp980 int shift_low = CountTrailingZeros(imm, reg_size); in MoveImmediateForShiftedOp() local
986 shift_low = std::min(shift_low, 4); in MoveImmediateForShiftedOp()
989 int64_t imm_low = imm >> shift_low; in MoveImmediateForShiftedOp()
999 return Operand(dst, LSL, shift_low); in MoveImmediateForShiftedOp()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/arm64/vixl/
H A DMacroAssembler-vixl.cpp980 int shift_low = CountTrailingZeros(imm, reg_size); in MoveImmediateForShiftedOp() local
986 shift_low = std::min(shift_low, 4); in MoveImmediateForShiftedOp()
989 int64_t imm_low = imm >> shift_low; in MoveImmediateForShiftedOp()
999 return Operand(dst, LSL, shift_low); in MoveImmediateForShiftedOp()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm64/vixl/
H A DMacroAssembler-vixl.cpp981 int shift_low = CountTrailingZeros(imm, reg_size); in MoveImmediateForShiftedOp() local
987 shift_low = std::min(shift_low, 4); in MoveImmediateForShiftedOp()
990 int64_t imm_low = imm >> shift_low; in MoveImmediateForShiftedOp()
1000 return Operand(dst, LSL, shift_low); in MoveImmediateForShiftedOp()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/arm64/vixl/
H A DMacroAssembler-vixl.cpp966 int shift_low = CountTrailingZeros(imm, reg_size); in MoveImmediateForShiftedOp() local
972 shift_low = std::min(shift_low, 4); in MoveImmediateForShiftedOp()
975 int64_t imm_low = imm >> shift_low; in MoveImmediateForShiftedOp()
985 return Operand(dst, LSL, shift_low); in MoveImmediateForShiftedOp()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc656 int shift_low; in MoveImmediateForShiftedOp() local
658 shift_low = base::bits::CountTrailingZeros(imm); in MoveImmediateForShiftedOp()
661 shift_low = base::bits::CountTrailingZeros(static_cast<uint32_t>(imm)); in MoveImmediateForShiftedOp()
669 shift_low = std::min(shift_low, 4); in MoveImmediateForShiftedOp()
671 int64_t imm_low = imm >> shift_low; in MoveImmediateForShiftedOp()
684 return Operand(dst, LSL, shift_low); in MoveImmediateForShiftedOp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc658 int shift_low; in MoveImmediateForShiftedOp() local
660 shift_low = base::bits::CountTrailingZeros(imm); in MoveImmediateForShiftedOp()
663 shift_low = base::bits::CountTrailingZeros(static_cast<uint32_t>(imm)); in MoveImmediateForShiftedOp()
671 shift_low = std::min(shift_low, 4); in MoveImmediateForShiftedOp()
673 int64_t imm_low = imm >> shift_low; in MoveImmediateForShiftedOp()
686 return Operand(dst, LSL, shift_low); in MoveImmediateForShiftedOp()
/dports/lang/v8/v8-9.6.180.12/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc684 int shift_low; in MoveImmediateForShiftedOp() local
686 shift_low = base::bits::CountTrailingZeros(imm); in MoveImmediateForShiftedOp()
689 shift_low = base::bits::CountTrailingZeros(static_cast<uint32_t>(imm)); in MoveImmediateForShiftedOp()
697 shift_low = std::min(shift_low, 4); in MoveImmediateForShiftedOp()
699 int64_t imm_low = imm >> shift_low; in MoveImmediateForShiftedOp()
712 return Operand(dst, LSL, shift_low); in MoveImmediateForShiftedOp()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Dstringopts.cpp1496 int shift_high, shift_low; in readChar() local
1499 shift_low = 8; in readChar()
1502 shift_low = 0; in readChar()
1507 return (b1 << shift_high) | (b2 << shift_low); in readChar()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Dstringopts.cpp1487 int shift_high, shift_low; in readChar() local
1490 shift_low = 8; in readChar()
1493 shift_low = 0; in readChar()
1498 return (b1 << shift_high) | (b2 << shift_low); in readChar()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dstringopts.cpp1504 int shift_high, shift_low; in readChar() local
1507 shift_low = 8; in readChar()
1510 shift_low = 0; in readChar()
1515 return (b1 << shift_high) | (b2 << shift_low); in readChar()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dstringopts.cpp1495 int shift_high, shift_low; in readChar() local
1498 shift_low = 8; in readChar()
1501 shift_low = 0; in readChar()
1506 return (b1 << shift_high) | (b2 << shift_low); in readChar()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dstringopts.cpp1486 int shift_high, shift_low; in readChar() local
1489 shift_low = 8; in readChar()
1492 shift_low = 0; in readChar()
1497 return (b1 << shift_high) | (b2 << shift_low); in readChar()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dstringopts.cpp1504 int shift_high, shift_low; in readChar() local
1507 shift_low = 8; in readChar()
1510 shift_low = 0; in readChar()
1515 return (b1 << shift_high) | (b2 << shift_low); in readChar()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dstringopts.cpp1504 int shift_high, shift_low; in readChar() local
1507 shift_low = 8; in readChar()
1510 shift_low = 0; in readChar()
1515 return (b1 << shift_high) | (b2 << shift_low); in readChar()

12