/netbsd/common/lib/libc/arch/or1k/string/ |
H A D | memcpy.c | 40 combine_words(unsigned long w1, unsigned long w2, int shift1, int shift2) in combine_words() argument 43 return (w1 << shift1) | (w2 >> shift2); in combine_words() 45 return (w1 >> shift1) | (w2 << shift2); in combine_words() 90 const int shift1 = offset * 8; in memcpy() local 91 const int shift2 = sizeof(*la) * 8 - shift1; in memcpy() 100 la[0] = combine_words(w1, w2, shift1, shift2); in memcpy() 104 la[1] = combine_words(w2, w1, shift1, shift2); in memcpy() 108 la[2] = combine_words(w1, w2, shift1, shift2); in memcpy() 112 la[3] = combine_words(w2, w1, shift1, shift2); in memcpy() 121 *la++ = combine_words(w1, w2, shift1, shift2); in memcpy()
|
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
H A D | amdgpu_dc_helper.c | 133 uint8_t shift1, uint32_t mask1, uint32_t field_value1, in set_reg_field_values() argument 141 field_value1, mask1, shift1); in set_reg_field_values() 250 uint8_t shift1, uint32_t mask1, uint32_t field_value1, in generic_reg_update_ex() argument 278 uint8_t shift1, uint32_t mask1, uint32_t field_value1, in generic_reg_set_ex() argument 340 uint8_t shift1, uint32_t mask1, uint32_t *field_value1, in generic_reg_get2() argument 350 uint8_t shift1, uint32_t mask1, uint32_t *field_value1, in generic_reg_get3() argument 362 uint8_t shift1, uint32_t mask1, uint32_t *field_value1, in generic_reg_get4() argument 376 uint8_t shift1, uint32_t mask1, uint32_t *field_value1, in generic_reg_get5() argument 392 uint8_t shift1, uint32_t mask1, uint32_t *field_value1, in generic_reg_get6() argument 410 uint8_t shift1, uint32_t mask1, uint32_t *field_value1, in generic_reg_get7() argument [all …]
|
H A D | dm_services.h | 141 uint8_t shift1, uint32_t mask1, uint32_t field_value1, ...); 145 uint8_t shift1, uint32_t mask1, uint32_t field_value1, ...);
|
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dmub/src/ |
H A D | amdgpu_dmub_reg.c | 49 uint32_t addr, int n, uint8_t shift1, in set_reg_field_values() argument 58 shift1); in set_reg_field_values() 77 void dmub_reg_update(struct dmub_srv *srv, uint32_t addr, int n, uint8_t shift1, in dmub_reg_update() argument 85 set_reg_field_values(&field_value_mask, addr, n, shift1, mask1, in dmub_reg_update() 95 uint8_t shift1, uint32_t mask1, uint32_t field_value1, ...) in dmub_reg_set() argument 101 set_reg_field_values(&field_value_mask, addr, n, shift1, mask1, in dmub_reg_set()
|
H A D | dmub_reg.h | 118 uint8_t shift1, uint32_t mask1, uint32_t field_value1, ...); 120 void dmub_reg_update(struct dmub_srv *srv, uint32_t addr, int n, uint8_t shift1,
|
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/arm/ |
H A D | ieee754-df.S | 98 shift1 lsl, r4, xh, #1 99 shift1 lsl, r5, yh, #1 112 shift1 lsr, r4, r4, #21 605 shift1 lsl, ip, xl, r3 606 shift1 lsr, xl, xl, r2 608 shift1 lsr, xh, xh, r2 754 shift1 lsl, r3, xl, r5 755 shift1 lsr, xl, xl, r4 770 shift1 lsl, r3, xl, r4 771 shift1 lsr, xl, xl, r5 [all …]
|
H A D | ieee754-sf.S | 126 shift1 lsl, r1, r1, r3 202 shift1 lsl, r0, r0, ip 406 shift1 lsl, ip, al, r2 415 shift1 lsl, ip, ah, r2 536 shift1 lsr, r1, r1, r2 538 shift1 lsl, ip, r0, r2 1038 shift1 lsr, r0, r3, r2 1082 shift1 lsr, r0, r3, r2
|
H A D | lib1funcs.S | 224 .macro shift1 op, arg0, arg1, arg2 macro 238 .macro shift1 op, arg0, arg1, arg2 macro
|
/netbsd/external/gpl3/gcc/dist/libgcc/config/arm/ |
H A D | ieee754-df.S | 98 shift1 lsl, r4, xh, #1 99 shift1 lsl, r5, yh, #1 112 shift1 lsr, r4, r4, #21 605 shift1 lsl, ip, xl, r3 606 shift1 lsr, xl, xl, r2 608 shift1 lsr, xh, xh, r2 754 shift1 lsl, r3, xl, r5 755 shift1 lsr, xl, xl, r4 770 shift1 lsl, r3, xl, r4 771 shift1 lsr, xl, xl, r5 [all …]
|
H A D | ieee754-sf.S | 126 shift1 lsl, r1, r1, r3 202 shift1 lsl, r0, r0, ip 406 shift1 lsl, ip, al, r2 415 shift1 lsl, ip, ah, r2 536 shift1 lsr, r1, r1, r2 538 shift1 lsl, ip, r0, r2 1038 shift1 lsr, r0, r3, r2 1082 shift1 lsr, r0, r3, r2
|
H A D | lib1funcs.S | 224 .macro shift1 op, arg0, arg1, arg2 macro 238 .macro shift1 op, arg0, arg1, arg2 macro
|
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
H A D | reg_helper.h | 397 uint8_t shift1, uint32_t mask1, uint32_t *field_value1, 401 uint8_t shift1, uint32_t mask1, uint32_t *field_value1, 406 uint8_t shift1, uint32_t mask1, uint32_t *field_value1, 412 uint8_t shift1, uint32_t mask1, uint32_t *field_value1, 419 uint8_t shift1, uint32_t mask1, uint32_t *field_value1, 427 uint8_t shift1, uint32_t mask1, uint32_t *field_value1, 436 uint8_t shift1, uint32_t mask1, uint32_t *field_value1, 494 uint8_t shift1, uint32_t mask1, uint32_t *field_value1, 500 uint8_t shift1, uint32_t mask1, uint32_t field_value1,
|
/netbsd/external/gpl3/gcc/dist/gcc/config/h8300/ |
H A D | h8300.c | 3910 const char *shift1; member 4052 info->shift1 = "shlr.b\t%s0"; in get_shift_alg() 4065 info->shift1 = "shar.b\t%s0"; in get_shift_alg() 4192 info->shift1 = "add.w\t%e0,%e0"; in get_shift_alg() 4228 info->shift1 = "shll.b\t%z0"; in get_shift_alg() 4233 info->shift1 = "shlr.b\t%w0"; in get_shift_alg() 4238 info->shift1 = "shar.b\t%w0"; in get_shift_alg() 4510 output_asm_insn (info.shift1, operands); in output_a_shift() 4523 gcc_assert (info.shift1); in output_a_shift() 4534 output_asm_insn (info.shift1, operands); in output_a_shift() [all …]
|
H A D | h8300.cc | 3623 const char *shift1; member 4135 output_asm_insn (info.shift1, operands); in output_a_shift() 4148 gcc_assert (info.shift1); in output_a_shift() 4159 output_asm_insn (info.shift1, operands); in output_a_shift() 4192 output_asm_insn (info.shift1, operands); in output_a_shift() 4199 output_asm_insn (info.shift1, operands); in output_a_shift() 4310 wlength += h8300_asm_insn_count (info.shift1) * n; in compute_a_shift_length() 4320 gcc_assert (info.shift1); in compute_a_shift_length() 4328 wlength += h8300_asm_insn_count (info.shift1) * m; in compute_a_shift_length() 4355 wlength += h8300_asm_insn_count (info.shift1); in compute_a_shift_length() [all …]
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/h8300/ |
H A D | h8300.c | 3910 const char *shift1; member 4052 info->shift1 = "shlr.b\t%s0"; in get_shift_alg() 4065 info->shift1 = "shar.b\t%s0"; in get_shift_alg() 4192 info->shift1 = "add.w\t%e0,%e0"; in get_shift_alg() 4228 info->shift1 = "shll.b\t%z0"; in get_shift_alg() 4233 info->shift1 = "shlr.b\t%w0"; in get_shift_alg() 4238 info->shift1 = "shar.b\t%w0"; in get_shift_alg() 4510 output_asm_insn (info.shift1, operands); in output_a_shift() 4523 gcc_assert (info.shift1); in output_a_shift() 4534 output_asm_insn (info.shift1, operands); in output_a_shift() [all …]
|
/netbsd/external/gpl3/gdb/dist/gold/ |
H A D | dynobj.cc | 1229 uint32_t shift1; in sized_create_gnu_hash_table() local 1231 shift1 = 5; in sized_create_gnu_hash_table() 1236 shift1 = 6; in sized_create_gnu_hash_table() 1238 uint32_t mask = (1U << shift1) - 1U; in sized_create_gnu_hash_table() 1241 uint32_t maskwords = 1U << (maskbitslog2 - shift1); in sized_create_gnu_hash_table() 1285 unsigned int val = ((hashval >> shift1) in sized_create_gnu_hash_table() 1286 & ((maskbits >> shift1) - 1)); in sized_create_gnu_hash_table()
|
/netbsd/external/gpl3/binutils/dist/gold/ |
H A D | dynobj.cc | 1229 uint32_t shift1; in sized_create_gnu_hash_table() local 1231 shift1 = 5; in sized_create_gnu_hash_table() 1236 shift1 = 6; in sized_create_gnu_hash_table() 1238 uint32_t mask = (1U << shift1) - 1U; in sized_create_gnu_hash_table() 1241 uint32_t maskwords = 1U << (maskbitslog2 - shift1); in sized_create_gnu_hash_table() 1285 unsigned int val = ((hashval >> shift1) in sized_create_gnu_hash_table() 1286 & ((maskbits >> shift1) - 1)); in sized_create_gnu_hash_table()
|
/netbsd/external/gpl3/binutils.old/dist/gold/ |
H A D | dynobj.cc | 1229 uint32_t shift1; in sized_create_gnu_hash_table() local 1231 shift1 = 5; in sized_create_gnu_hash_table() 1236 shift1 = 6; in sized_create_gnu_hash_table() 1238 uint32_t mask = (1U << shift1) - 1U; in sized_create_gnu_hash_table() 1241 uint32_t maskwords = 1U << (maskbitslog2 - shift1); in sized_create_gnu_hash_table() 1285 unsigned int val = ((hashval >> shift1) in sized_create_gnu_hash_table() 1286 & ((maskbits >> shift1) - 1)); in sized_create_gnu_hash_table()
|
/netbsd/external/gpl3/gdb.old/dist/gold/ |
H A D | dynobj.cc | 1229 uint32_t shift1; in sized_create_gnu_hash_table() local 1231 shift1 = 5; in sized_create_gnu_hash_table() 1236 shift1 = 6; in sized_create_gnu_hash_table() 1238 uint32_t mask = (1U << shift1) - 1U; in sized_create_gnu_hash_table() 1241 uint32_t maskwords = 1U << (maskbitslog2 - shift1); in sized_create_gnu_hash_table() 1285 unsigned int val = ((hashval >> shift1) in sized_create_gnu_hash_table() 1286 & ((maskbits >> shift1) - 1)); in sized_create_gnu_hash_table()
|
/netbsd/external/gpl3/gcc/dist/libgcc/config/ia64/ |
H A D | unwind-ia64.c | 1506 unw_word shift1, shift2; in ia64_copy_rbs() local 1515 shift1 = ((dst - src) >> 3) & 0x3f; in ia64_copy_rbs() 1517 shift1--; in ia64_copy_rbs() 1518 shift2 = 0x3f - shift1; in ia64_copy_rbs() 1540 dst_rnat |= (src_rnat << shift1) & ~(1ULL << 63); in ia64_copy_rbs() 1546 count = shift1 << 3; in ia64_copy_rbs()
|
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/ia64/ |
H A D | unwind-ia64.c | 1506 unw_word shift1, shift2; in ia64_copy_rbs() local 1515 shift1 = ((dst - src) >> 3) & 0x3f; in ia64_copy_rbs() 1517 shift1--; in ia64_copy_rbs() 1518 shift2 = 0x3f - shift1; in ia64_copy_rbs() 1540 dst_rnat |= (src_rnat << shift1) & ~(1ULL << 63); in ia64_copy_rbs() 1546 count = shift1 << 3; in ia64_copy_rbs()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/tilepro/ |
H A D | gen-mul-tables.cc | 309 Operator ("CODE_FOR_ashlsi3", "shli", shift1, 1, 1001), 351 Operator ("CODE_FOR_ashldi3", "shli", shift1, 1, 1001),
|
/netbsd/external/gpl3/gcc/dist/gcc/config/tilepro/ |
H A D | gen-mul-tables.cc | 309 Operator ("CODE_FOR_ashlsi3", "shli", shift1, 1, 1001), 351 Operator ("CODE_FOR_ashldi3", "shli", shift1, 1, 1001),
|
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
H A D | random.h | 1314 static const int shift1 = __s1; in _GLIBCXX_VISIBILITY() 1373 return ((result_type(_M_b1() - _M_b1.min()) << shift1) in _GLIBCXX_VISIBILITY()
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
H A D | random.h | 1314 static const int shift1 = __s1; in _GLIBCXX_VISIBILITY() 1373 return ((result_type(_M_b1() - _M_b1.min()) << shift1) in _GLIBCXX_VISIBILITY()
|