Searched refs:ush (Results 1 – 21 of 21) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/ |
D | ush.s | 1 # Source file used to test the ush macro. 13 ush $4,0 14 ush $4,1 15 ush $4,0x8000 16 ush $4,-0x8000 17 ush $4,0x10000 18 ush $4,0x1a5a5 19 ush $4,0($5) 20 ush $4,1($5) 21 ush $4,data_label [all …]
|
D | 24k-triple-stores-6.s | 10 ush $ra,80($sp) 11 ush $s3,88($sp) 12 ush $s8,96($sp)
|
D | mips-abi32.s | 51 ush $4, unshared # 0090 lui at,hi(unshared)
|
D | mips-gp32-fp32.s | 51 ush $4, unshared # 0090 lui at,hi(unshared)
|
D | micromips.s | 2487 ush $3, 4 2488 ush $3, 4($0) 2489 ush $3, ($4) 2490 ush $3, 0($4) 2491 ush $3, 32763($4) 2492 ush $3, -32768($4) 2493 ush $3, 65535($4) 2494 ush $3, 0xffff0000($4) 2495 ush $3, 0xffff8000($4) 2496 ush $3, 0xffff0001($4) [all …]
|
D | mips-gp64-fp32.s | 46 ush $4, unshared # 007c lui at,hi(unshared)
|
D | mips-gp64-fp64.s | 46 ush $4, unshared # 007c lui at,hi(unshared)
|
D | mips-gp32-fp64-pic.s | 89 ush $4, unshared # 011c lw at,got(.data)(gp)
|
D | mips-gp32-fp32-pic.s | 89 ush $4, unshared # 011c lw at,got(.data)(gp)
|
D | mips-abi32-pic.s | 89 ush $4, unshared # 011c lw at,got(.data)(gp)
|
D | mips-gp64-fp32-pic.s | 89 ush $4, unshared # 011c lw at,got(.data)(gp)
|
D | mips-gp64-fp64-pic.s | 89 ush $4, unshared # 011c lw at,got(.data)(gp)
|
D | ush.d | 2 #name: MIPS ush 5 # Test the ush macro.
|
/toolchain/binutils/binutils-2.27/zlib/ |
D | deflate.h | 67 ush freq; /* frequency count */ 68 ush code; /* bit string */ 71 ush dad; /* father node in Huffman tree */ 72 ush len; /* length of bit string */ 89 typedef ush Pos; 203 ush bl_count[MAX_BITS+1]; 257 ush bi_buf; 332 ush dist = (distance); \
|
D | trees.c | 178 put_byte(s, (uch)((ush)(w) >> 8)); \ 202 s->bi_buf |= (ush)value << s->bi_valid; 204 s->bi_buf = (ush)value >> (Buf_size - s->bi_valid); 207 s->bi_buf |= (ush)value << s->bi_valid; 217 s->bi_buf |= (ush)val << s->bi_valid;\ 219 s->bi_buf = (ush)val >> (Buf_size - s->bi_valid);\ 222 s->bi_buf |= (ush)(value) << s->bi_valid;\ 243 ush bl_count[MAX_BITS+1]; in tr_static_init() 502 ush f; /* frequency */ 516 tree[n].Len = (ush)bits; [all …]
|
D | zutil.c | 230 if (*(ush*)&buf != 0) return buf; in zcalloc() 238 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4; in zcalloc() 239 *(ush*)&buf = 0; in zcalloc() 247 if (*(ush*)&ptr != 0) { /* object < 64K */ in zcfree()
|
D | deflate.c | 118 ush good_length; /* reduce lazy search above this match length */ 119 ush max_lazy; /* do not perform lazy search above this match length */ 120 ush nice_length; /* quit search above this match length */ 121 ush max_chain; 301 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2); 303 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L); 312 s->d_buf = overlay + s->lit_bufsize/sizeof(ush); 313 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize; 480 s->bi_buf |= (ush)((value & ((1 << put) - 1)) << s->bi_valid); 1043 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2); [all …]
|
D | zutil.h | 43 typedef unsigned short ush; typedef 44 typedef ush FAR ushf;
|
D | ChangeLog | 513 - Add ush casts in trees.c to avoid pedantic runtime errors
|
/toolchain/binutils/binutils-2.27/gas/testsuite/ |
D | ChangeLog-9303 | 1003 gas/mips/ulw2-el-ilocks.d, gas/mips/usd.d, gas/mips/ush.d, 3546 * gas/mips/ush.d: Ditto. 5864 * gas/mips/usd.d, gas/mips/ush.d, gas/mips/usw.d: Likewise. 6383 * gas/mips/ulh.d, gas/mips/ulw.d, gas/mips/ush.d: Likewise. 6404 * gas/mips/ulh.d, gas/mips/ulw.d, gas/mips/ush.d, gas/mips/usw.d:
|
/toolchain/benchmark/panorama_input/ |
D | test_011.ppm | 6383 …�������������Ư�̵�Ų������������������������������ebXgeZb`VdaXfdZgg^gg^ee[ii`ush{xn~|q��w��x��~�����… 6785 …�xE�zF�zO�~S��|��~��������������{��s��R��W��M�|H�~I�~I�|H�}I��_��n���������ush,,!``Vdf[_aWTTHXXK��…
|