Home
last modified time | relevance | path

Searched refs:halfwords (Results 1 – 25 of 907) sorted by relevance

12345678910>>...37

/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vpx_dsp/arm/
H A Dvariance_media.asm61 uxtb16 r5, r6 ; byte (two pixels) to halfwords
62 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords
85 uxtb16 r5, r6 ; byte (two pixels) to halfwords
86 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords
109 uxtb16 r5, r6 ; byte (two pixels) to halfwords
110 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords
135 uxtb16 r5, r6 ; byte (two pixels) to halfwords
136 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords
194 uxtb16 r7, r8 ; byte (two pixels) to halfwords
220 uxtb16 r7, r8 ; byte (two pixels) to halfwords
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/common/lib/libc/arch/mips/gen/
H A Dbyte_swap_8.S51 dsbh v0, a0 # dwords swap bytes within halfwords
59 wsbh v1, a0 # word swap bytes within halfwords
60 wsbh v0, a1 # word swap bytes within halfwords
84 # halfwords swapped
/dports/devel/openocd/openocd-0.11.0/src/flash/nor/
H A Dfm4.c273 uint32_t halfwords = MIN(halfword_count, data_workarea->size / 2); in fm4_flash_write() local
277 MIN(halfwords * 2, byte_count), data_workarea->address); in fm4_flash_write()
280 MIN(halfwords * 2, byte_count), buffer); in fm4_flash_write()
288 addr, addr + halfwords * 2 - 1, halfwords); in fm4_flash_write()
294 buf_set_u32(reg_params[4].value, 0, 32, halfwords); in fm4_flash_write()
322 halfword_count -= halfwords; in fm4_flash_write()
323 offset += halfwords * 2; in fm4_flash_write()
324 buffer += halfwords * 2; in fm4_flash_write()
325 byte_count -= MIN(halfwords * 2, byte_count); in fm4_flash_write()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp8/common/arm/armv6/
H A Dvp8_variance_halfpixvar16x16_h_armv6.asm64 uxtb16 r5, r6 ; byte (two pixels) to halfwords
65 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
95 uxtb16 r5, r6 ; byte (two pixels) to halfwords
96 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
126 uxtb16 r5, r6 ; byte (two pixels) to halfwords
127 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
159 uxtb16 r5, r6 ; byte (two pixels) to halfwords
160 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
H A Dvp8_variance_halfpixvar16x16_v_armv6.asm65 uxtb16 r5, r6 ; byte (two pixels) to halfwords
66 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
96 uxtb16 r5, r6 ; byte (two pixels) to halfwords
97 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
127 uxtb16 r5, r6 ; byte (two pixels) to halfwords
128 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
160 uxtb16 r5, r6 ; byte (two pixels) to halfwords
161 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
H A Dvp8_variance_halfpixvar16x16_hv_armv6.asm75 uxtb16 r5, r6 ; byte (two pixels) to halfwords
76 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
117 uxtb16 r5, r6 ; byte (two pixels) to halfwords
118 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
159 uxtb16 r5, r6 ; byte (two pixels) to halfwords
160 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
201 uxtb16 r5, r6 ; byte (two pixels) to halfwords
202 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/
H A Dbitmap.c1317 unsigned int i, halfwords; in bitmap_from_arr32() local
1319 halfwords = DIV_ROUND_UP(nbits, 32); in bitmap_from_arr32()
1320 for (i = 0; i < halfwords; i++) { in bitmap_from_arr32()
1322 if (++i < halfwords) in bitmap_from_arr32()
1328 bitmap[(halfwords - 1) / 2] &= BITMAP_LAST_WORD_MASK(nbits); in bitmap_from_arr32()
1340 unsigned int i, halfwords; in bitmap_to_arr32() local
1342 halfwords = DIV_ROUND_UP(nbits, 32); in bitmap_to_arr32()
1343 for (i = 0; i < halfwords; i++) { in bitmap_to_arr32()
1345 if (++i < halfwords) in bitmap_to_arr32()
1351 buf[halfwords - 1] &= (u32) (UINT_MAX >> ((-nbits) & 31)); in bitmap_to_arr32()
/dports/multimedia/libv4l/linux-5.13-rc2/lib/
H A Dbitmap.c1317 unsigned int i, halfwords; in bitmap_from_arr32() local
1319 halfwords = DIV_ROUND_UP(nbits, 32); in bitmap_from_arr32()
1320 for (i = 0; i < halfwords; i++) { in bitmap_from_arr32()
1322 if (++i < halfwords) in bitmap_from_arr32()
1328 bitmap[(halfwords - 1) / 2] &= BITMAP_LAST_WORD_MASK(nbits); in bitmap_from_arr32()
1340 unsigned int i, halfwords; in bitmap_to_arr32() local
1342 halfwords = DIV_ROUND_UP(nbits, 32); in bitmap_to_arr32()
1343 for (i = 0; i < halfwords; i++) { in bitmap_to_arr32()
1345 if (++i < halfwords) in bitmap_to_arr32()
1351 buf[halfwords - 1] &= (u32) (UINT_MAX >> ((-nbits) & 31)); in bitmap_to_arr32()
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/
H A Dbitmap.c1317 unsigned int i, halfwords; in bitmap_from_arr32() local
1319 halfwords = DIV_ROUND_UP(nbits, 32); in bitmap_from_arr32()
1320 for (i = 0; i < halfwords; i++) { in bitmap_from_arr32()
1322 if (++i < halfwords) in bitmap_from_arr32()
1328 bitmap[(halfwords - 1) / 2] &= BITMAP_LAST_WORD_MASK(nbits); in bitmap_from_arr32()
1340 unsigned int i, halfwords; in bitmap_to_arr32() local
1342 halfwords = DIV_ROUND_UP(nbits, 32); in bitmap_to_arr32()
1343 for (i = 0; i < halfwords; i++) { in bitmap_to_arr32()
1345 if (++i < halfwords) in bitmap_to_arr32()
1351 buf[halfwords - 1] &= (u32) (UINT_MAX >> ((-nbits) & 31)); in bitmap_to_arr32()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/Hexagon/
H A DHexagonIntrinsicsV4.td32 // Vector multiply halfwords, signed by unsigned
41 // Vector polynomial multiply halfwords
72 // Vector reduce add unsigned halfwords
130 // Complex add/sub halfwords/words
152 // Vector reduce maximum halfwords
160 // Vector reduce minimum halfwords
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/Hexagon/
H A DHexagonIntrinsicsV5.td13 // Vector reduce add unsigned halfwords
40 // Vector multiply halfwords, signed by unsigned
49 // Vector polynomial multiply halfwords
80 // Vector reduce add unsigned halfwords
138 // Complex add/sub halfwords/words
160 // Vector reduce maximum halfwords
168 // Vector reduce minimum halfwords
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonIntrinsicsV5.td13 // Vector reduce add unsigned halfwords
40 // Vector multiply halfwords, signed by unsigned
49 // Vector polynomial multiply halfwords
80 // Vector reduce add unsigned halfwords
138 // Complex add/sub halfwords/words
160 // Vector reduce maximum halfwords
168 // Vector reduce minimum halfwords
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/Hexagon/
H A DHexagonIntrinsicsV5.td13 // Vector reduce add unsigned halfwords
40 // Vector multiply halfwords, signed by unsigned
49 // Vector polynomial multiply halfwords
80 // Vector reduce add unsigned halfwords
138 // Complex add/sub halfwords/words
160 // Vector reduce maximum halfwords
168 // Vector reduce minimum halfwords
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/Hexagon/
H A DHexagonIntrinsicsV5.td13 // Vector reduce add unsigned halfwords
40 // Vector multiply halfwords, signed by unsigned
49 // Vector polynomial multiply halfwords
80 // Vector reduce add unsigned halfwords
138 // Complex add/sub halfwords/words
160 // Vector reduce maximum halfwords
168 // Vector reduce minimum halfwords
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonIntrinsicsV5.td13 // Vector reduce add unsigned halfwords
40 // Vector multiply halfwords, signed by unsigned
49 // Vector polynomial multiply halfwords
80 // Vector reduce add unsigned halfwords
138 // Complex add/sub halfwords/words
160 // Vector reduce maximum halfwords
168 // Vector reduce minimum halfwords
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/Hexagon/
H A DHexagonIntrinsicsV5.td13 // Vector reduce add unsigned halfwords
40 // Vector multiply halfwords, signed by unsigned
49 // Vector polynomial multiply halfwords
80 // Vector reduce add unsigned halfwords
138 // Complex add/sub halfwords/words
160 // Vector reduce maximum halfwords
168 // Vector reduce minimum halfwords
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonIntrinsicsV5.td13 // Vector reduce add unsigned halfwords
40 // Vector multiply halfwords, signed by unsigned
49 // Vector polynomial multiply halfwords
80 // Vector reduce add unsigned halfwords
138 // Complex add/sub halfwords/words
160 // Vector reduce maximum halfwords
168 // Vector reduce minimum halfwords
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/Hexagon/
H A DHexagonIntrinsicsV5.td13 // Vector reduce add unsigned halfwords
40 // Vector multiply halfwords, signed by unsigned
49 // Vector polynomial multiply halfwords
80 // Vector reduce add unsigned halfwords
138 // Complex add/sub halfwords/words
160 // Vector reduce maximum halfwords
168 // Vector reduce minimum halfwords
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonIntrinsicsV5.td13 // Vector reduce add unsigned halfwords
40 // Vector multiply halfwords, signed by unsigned
49 // Vector polynomial multiply halfwords
80 // Vector reduce add unsigned halfwords
138 // Complex add/sub halfwords/words
160 // Vector reduce maximum halfwords
168 // Vector reduce minimum halfwords
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonIntrinsicsV5.td13 // Vector reduce add unsigned halfwords
40 // Vector multiply halfwords, signed by unsigned
49 // Vector polynomial multiply halfwords
80 // Vector reduce add unsigned halfwords
138 // Complex add/sub halfwords/words
160 // Vector reduce maximum halfwords
168 // Vector reduce minimum halfwords
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/Hexagon/
H A DHexagonIntrinsicsV5.td13 // Vector reduce add unsigned halfwords
40 // Vector multiply halfwords, signed by unsigned
49 // Vector polynomial multiply halfwords
80 // Vector reduce add unsigned halfwords
138 // Complex add/sub halfwords/words
160 // Vector reduce maximum halfwords
168 // Vector reduce minimum halfwords
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonIntrinsicsV5.td13 // Vector reduce add unsigned halfwords
40 // Vector multiply halfwords, signed by unsigned
49 // Vector polynomial multiply halfwords
80 // Vector reduce add unsigned halfwords
138 // Complex add/sub halfwords/words
160 // Vector reduce maximum halfwords
168 // Vector reduce minimum halfwords
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonIntrinsicsV5.td13 // Vector reduce add unsigned halfwords
40 // Vector multiply halfwords, signed by unsigned
49 // Vector polynomial multiply halfwords
80 // Vector reduce add unsigned halfwords
138 // Complex add/sub halfwords/words
160 // Vector reduce maximum halfwords
168 // Vector reduce minimum halfwords
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonIntrinsicsV5.td13 // Vector reduce add unsigned halfwords
40 // Vector multiply halfwords, signed by unsigned
49 // Vector polynomial multiply halfwords
80 // Vector reduce add unsigned halfwords
138 // Complex add/sub halfwords/words
160 // Vector reduce maximum halfwords
168 // Vector reduce minimum halfwords
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/Hexagon/
H A DHexagonIntrinsicsV5.td13 // Vector reduce add unsigned halfwords
40 // Vector multiply halfwords, signed by unsigned
49 // Vector polynomial multiply halfwords
80 // Vector reduce add unsigned halfwords
138 // Complex add/sub halfwords/words
160 // Vector reduce maximum halfwords
168 // Vector reduce minimum halfwords

12345678910>>...37