Home
last modified time | relevance | path

Searched refs:dst_word (Results 1 – 25 of 36) sorted by relevance

12

/dports/graphics/scantailor/scantailor-advanced-1.0.16/imageproc/
H A DRasterOp.h264 const uint32_t dst_word = dst_span[0]; in rasterOpInDirection() local
273 uint32_t dst_word = dst_span[widx]; in rasterOpInDirection() local
279 dst_word = dst_span[widx]; in rasterOpInDirection()
280 dst_span[widx] = Rop::transform(src_word, dst_word); in rasterOpInDirection()
285 dst_word = dst_span[widx]; in rasterOpInDirection()
286 new_dst_word = Rop::transform(src_word, dst_word); in rasterOpInDirection()
310 const uint32_t dst_word = dst_span[0]; in rasterOpInDirection() local
332 uint32_t dst_word = dst_span[widx]; in rasterOpInDirection() local
340 dst_word = dst_span[widx]; in rasterOpInDirection()
357 dst_word = dst_span[widx]; in rasterOpInDirection()
[all …]
H A DUpscaleIntegerTimes.cpp39 uint32_t dst_word = 0; in expandImpl() local
50 dst_word |= multiplyBit(bit, dst_bits_remaining); in expandImpl()
51 dst_line[di++] = dst_word; in expandImpl()
54 dst_word = 0; in expandImpl()
58 dst_word |= multiplyBit(bit, todo) << dst_bits_remaining; in expandImpl()
63 dst_line[di] = dst_word; in expandImpl()
H A DBinaryImage.cpp911 … const uint32_t dst_word = (this_word << word1_unused_bits) | (next_word >> word2_unused_bits); in fromMono() local
912 dst_line[j] = dst_word ^ modifier; in fromMono()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_passes/src/liveness/
H A Drwu_table.rs95 for (dst_word, src_word) in iter::zip(dst_row, &*src_row) { in union()
96 let old = *dst_word; in union()
97 let new = *dst_word | src_word; in union()
98 *dst_word = new; in union()
/dports/graphics/scantailor/scantailor-advanced-1.0.16/
H A DTiffReader.cpp255 uint32 dst_word = src_word & 0xFF000000; // A in convertAbgrToArgb() local
256 dst_word |= (src_word & 0x00FF0000) >> 16; // B in convertAbgrToArgb()
257 dst_word |= src_word & 0x0000FF00; // G in convertAbgrToArgb()
258 dst_word |= (src_word & 0x000000FF) << 16; // R in convertAbgrToArgb()
259 dst[i] = dst_word; in convertAbgrToArgb()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/erl_interface/src/decode/
H A Ddecode_atom.c121 AsciiWord* dst_word = (AsciiWord*)dst; in ascii_fast_track() local
126 *dst_word++ = *src_word++; in ascii_fast_track()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/erl_interface/src/decode/
H A Ddecode_atom.c121 AsciiWord* dst_word = (AsciiWord*)dst; in ascii_fast_track() local
126 *dst_word++ = *src_word++; in ascii_fast_track()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/erl_interface/src/decode/
H A Ddecode_atom.c121 AsciiWord* dst_word = (AsciiWord*)dst; in ascii_fast_track() local
126 *dst_word++ = *src_word++; in ascii_fast_track()
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/erl_interface/src/decode/
H A Ddecode_atom.c121 AsciiWord* dst_word = (AsciiWord*)dst; in ascii_fast_track() local
126 *dst_word++ = *src_word++; in ascii_fast_track()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/erl_interface/src/decode/
H A Ddecode_atom.c121 AsciiWord* dst_word = (AsciiWord*)dst; in ascii_fast_track() local
126 *dst_word++ = *src_word++; in ascii_fast_track()
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/erl_interface/src/decode/
H A Ddecode_atom.c121 AsciiWord* dst_word = (AsciiWord*)dst; in ascii_fast_track() local
126 *dst_word++ = *src_word++; in ascii_fast_track()
/dports/lang/erlang/otp-OTP-24.1.7/lib/erl_interface/src/decode/
H A Ddecode_atom.c121 AsciiWord* dst_word = (AsciiWord*)dst; in ascii_fast_track() local
126 *dst_word++ = *src_word++; in ascii_fast_track()
/dports/games/libretro-hatari/hatari-561c07e/src/
H A Dblitter.c112 Uint16 dst_word; member
300 BlitterState.dst_word = Blitter_ReadWord(BlitterRegs.dst_addr); in Blitter_DestRead()
304 return BlitterState.dst_word; in Blitter_DestRead()
/dports/emulators/hatari/hatari-2.2.1/src/
H A Dblitter.c210 Uint16 dst_word; member
519 BlitterState.dst_word = Blitter_ReadWord(BlitterRegs.dst_addr); in Blitter_DestRead()
523 return BlitterState.dst_word; in Blitter_DestRead()
/dports/games/wesnoth/wesnoth-1.14.17/src/sdl/
H A Dutils.cpp240 uint32_t* const dst_word = dst_pixels + ydst*dst->w + xdst; in scale_surface() local
317 *dst_word = (a << 24) + (r << 16) + (g << 8) + b; in scale_surface()
364 uint32_t* const dst_word = dst_pixels + ydst*dst->w + xdst; in scale_surface_legacy() local
453 *dst_word = (a << 24) + (r << 16) + (g << 8) + b; in scale_surface_legacy()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dexpr.c2292 rtx *dst_words, dst, x, src_word = NULL_RTX, dst_word = NULL_RTX; in copy_blkmode_to_reg() local
2336 dst_word = gen_reg_rtx (word_mode); in copy_blkmode_to_reg()
2337 dst_words[xbitpos / BITS_PER_WORD] = dst_word; in copy_blkmode_to_reg()
2340 emit_move_insn (dst_word, CONST0_RTX (word_mode)); in copy_blkmode_to_reg()
2350 store_bit_field (dst_word, bitsize, xbitpos % BITS_PER_WORD, in copy_blkmode_to_reg()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dexpr.c2204 rtx *dst_words, dst, x, src_word = NULL_RTX, dst_word = NULL_RTX; in copy_blkmode_to_reg() local
2248 dst_word = gen_reg_rtx (word_mode); in copy_blkmode_to_reg()
2249 dst_words[xbitpos / BITS_PER_WORD] = dst_word; in copy_blkmode_to_reg()
2252 emit_move_insn (dst_word, CONST0_RTX (word_mode)); in copy_blkmode_to_reg()
2262 store_bit_field (dst_word, bitsize, xbitpos % BITS_PER_WORD, in copy_blkmode_to_reg()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dexpr.c2226 rtx *dst_words, dst, x, src_word = NULL_RTX, dst_word = NULL_RTX; in copy_blkmode_to_reg() local
2270 dst_word = gen_reg_rtx (word_mode); in copy_blkmode_to_reg()
2271 dst_words[xbitpos / BITS_PER_WORD] = dst_word; in copy_blkmode_to_reg()
2274 emit_move_insn (dst_word, CONST0_RTX (word_mode)); in copy_blkmode_to_reg()
2284 store_bit_field (dst_word, bitsize, xbitpos % BITS_PER_WORD, in copy_blkmode_to_reg()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dexpr.c2217 rtx *dst_words, dst, x, src_word = NULL_RTX, dst_word = NULL_RTX; in copy_blkmode_to_reg() local
2261 dst_word = gen_reg_rtx (word_mode); in copy_blkmode_to_reg()
2262 dst_words[xbitpos / BITS_PER_WORD] = dst_word; in copy_blkmode_to_reg()
2265 emit_move_insn (dst_word, CONST0_RTX (word_mode)); in copy_blkmode_to_reg()
2275 store_bit_field (dst_word, bitsize, xbitpos % BITS_PER_WORD, in copy_blkmode_to_reg()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dexpr.c2204 rtx *dst_words, dst, x, src_word = NULL_RTX, dst_word = NULL_RTX; in copy_blkmode_to_reg() local
2248 dst_word = gen_reg_rtx (word_mode); in copy_blkmode_to_reg()
2249 dst_words[xbitpos / BITS_PER_WORD] = dst_word; in copy_blkmode_to_reg()
2252 emit_move_insn (dst_word, CONST0_RTX (word_mode)); in copy_blkmode_to_reg()
2262 store_bit_field (dst_word, bitsize, xbitpos % BITS_PER_WORD, in copy_blkmode_to_reg()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dexpr.c2761 rtx *dst_words, dst, x, src_word = NULL_RTX, dst_word = NULL_RTX; in copy_blkmode_to_reg() local
2807 dst_word = gen_reg_rtx (word_mode); in copy_blkmode_to_reg()
2808 dst_words[xbitpos / BITS_PER_WORD] = dst_word; in copy_blkmode_to_reg()
2811 emit_move_insn (dst_word, CONST0_RTX (word_mode)); in copy_blkmode_to_reg()
2821 store_bit_field (dst_word, bitsize, xbitpos % BITS_PER_WORD, in copy_blkmode_to_reg()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dexpr.c3015 rtx *dst_words, dst, x, src_word = NULL_RTX, dst_word = NULL_RTX; in copy_blkmode_to_reg() local
3063 dst_word = gen_reg_rtx (word_mode); in copy_blkmode_to_reg()
3064 dst_words[xbitpos / BITS_PER_WORD] = dst_word; in copy_blkmode_to_reg()
3067 emit_move_insn (dst_word, CONST0_RTX (word_mode)); in copy_blkmode_to_reg()
3096 store_bit_field (dst_word, bitsize, xbitpos % BITS_PER_WORD, in copy_blkmode_to_reg()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dexpr.c2762 rtx *dst_words, dst, x, src_word = NULL_RTX, dst_word = NULL_RTX; in copy_blkmode_to_reg() local
2810 dst_word = gen_reg_rtx (word_mode); in copy_blkmode_to_reg()
2811 dst_words[xbitpos / BITS_PER_WORD] = dst_word; in copy_blkmode_to_reg()
2814 emit_move_insn (dst_word, CONST0_RTX (word_mode)); in copy_blkmode_to_reg()
2843 store_bit_field (dst_word, bitsize, xbitpos % BITS_PER_WORD, in copy_blkmode_to_reg()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dexpr.c2761 rtx *dst_words, dst, x, src_word = NULL_RTX, dst_word = NULL_RTX; in copy_blkmode_to_reg() local
2807 dst_word = gen_reg_rtx (word_mode); in copy_blkmode_to_reg()
2808 dst_words[xbitpos / BITS_PER_WORD] = dst_word; in copy_blkmode_to_reg()
2811 emit_move_insn (dst_word, CONST0_RTX (word_mode)); in copy_blkmode_to_reg()
2821 store_bit_field (dst_word, bitsize, xbitpos % BITS_PER_WORD, in copy_blkmode_to_reg()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dexpr.c2824 rtx *dst_words, dst, x, src_word = NULL_RTX, dst_word = NULL_RTX; in copy_blkmode_to_reg() local
2872 dst_word = gen_reg_rtx (word_mode); in copy_blkmode_to_reg()
2873 dst_words[xbitpos / BITS_PER_WORD] = dst_word; in copy_blkmode_to_reg()
2876 emit_move_insn (dst_word, CONST0_RTX (word_mode)); in copy_blkmode_to_reg()
2905 store_bit_field (dst_word, bitsize, xbitpos % BITS_PER_WORD, in copy_blkmode_to_reg()

12