HomeSort by: relevance | last modified time | path
    Searched defs:shift2 (Results 1 - 16 of 16) sorted by relevancy

  /src/common/lib/libc/arch/or1k/string/
memcpy.c 40 combine_words(unsigned long w1, unsigned long w2, int shift1, int shift2)
43 return (w1 << shift1) | (w2 >> shift2);
45 return (w1 >> shift1) | (w2 << shift2);
91 const int shift2 = sizeof(*la) * 8 - shift1; local
100 la[0] = combine_words(w1, w2, shift1, shift2);
104 la[1] = combine_words(w2, w1, shift1, shift2);
108 la[2] = combine_words(w1, w2, shift1, shift2);
112 la[3] = combine_words(w2, w1, shift1, shift2);
121 *la++ = combine_words(w1, w2, shift1, shift2);
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeMIPS_64.c 34 sljit_s32 shift2; local
96 shift2 = shift - 16;
99 shift2 -= 4;
104 shift2 -= 2;
109 shift2--;
113 SLJIT_ASSERT((uimm & 0x8000000000000000l) && (shift2 > 0) && (shift2 <= 16));
115 FAIL_IF(push_inst(compiler, DSLL | TA(dst_ar) | DA(dst_ar) | SH_IMM(shift - shift2), dst_ar));
117 FAIL_IF(push_inst(compiler, DSLL | TA(dst_ar) | DA(dst_ar) | SH_IMM(shift2), dst_ar));
119 imm &= (1l << shift2) - 1
    [all...]
sljitNativePPC_64.c 51 sljit_uw shift2; local
101 ASM_SLJIT_CLZ(tmp2, shift2);
102 tmp2 <<= shift2; local
106 shift2 += 15;
107 shift += (63 - shift2);
110 return PUSH_RLDICR(reg, shift2);
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
libf7.c 989 uint8_t shift2 = (uint8_t) (shift << 1); local
999 f7_addsub_mant_scaled_asm (cc, aa, bb, shift2 | do_add);
  /src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
libf7.c 989 uint8_t shift2 = (uint8_t) (shift << 1); local
999 f7_addsub_mant_scaled_asm (cc, aa, bb, shift2 | do_add);
  /src/external/gpl3/gcc.old/dist/gcc/config/h8300/
h8300.cc 3627 /* The number of bits to be shifted by shift1 and shift2. Valid member in struct:shift_info
3640 const char *shift2;
3708 info->shift2 = shift_two[shift_type][shift_mode].assembler;
3714 info->shift2 = rotate_two[shift_type][shift_mode];
3722 info->shift2 = shift_two[shift_type][shift_mode].assembler;
4007 info->shift2 = NULL;
4140 if (info.shift2 != NULL)
4143 output_asm_insn (info.shift2, operands);
4164 if (info.shift2 != NULL)
4167 output_asm_insn (info.shift2, operands)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
unwind-ia64.c 1512 unw_word shift1, shift2;
1524 shift2 = 0x3f - shift1;
1538 count = shift2 << 3;
1560 dst_rnat |= (src_rnat >> shift2);
1506 unw_word shift1, shift2; local
  /src/external/gpl3/gcc/dist/libgcc/config/ia64/
unwind-ia64.c 1512 unw_word shift1, shift2;
1524 shift2 = 0x3f - shift1;
1538 count = shift2 << 3;
1560 dst_rnat |= (src_rnat >> shift2);
1506 unw_word shift1, shift2; local
  /src/external/gpl3/gcc/dist/gcc/config/h8300/
h8300.cc 3627 /* The number of bits to be shifted by shift1 and shift2. Valid member in struct:shift_info
3640 const char *shift2;
3708 info->shift2 = shift_two[shift_type][shift_mode].assembler;
3714 info->shift2 = rotate_two[shift_type][shift_mode];
3722 info->shift2 = shift_two[shift_type][shift_mode].assembler;
4007 info->shift2 = NULL;
4140 if (info.shift2 != NULL)
4143 output_asm_insn (info.shift2, operands);
4164 if (info.shift2 != NULL)
4167 output_asm_insn (info.shift2, operands)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-v.cc 4963 rtx shift2 = expand_binop (mode, lshr_optab, x1, GEN_INT (2), NULL, true, local
4967 rtx ops22[] = {and22, shift2, gen_int_mode (m3, imode)};
  /src/external/gpl3/binutils/dist/bfd/
elflink.c 6545 long int shift1, shift2;
6644 |= ((bfd_vma) 1) << ((s->hashval[h->dynindx] >> s->shift2) & s->mask);
8112 cinfo.shift2 = maskbitslog2;
8161 bfd_put_32 (output_bfd, cinfo.shift2, contents + 12);
6535 long int shift1, shift2; member in struct:collect_gnu_hash_codes
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 6507 long int shift1, shift2;
6601 |= ((bfd_vma) 1) << ((s->hashval[h->dynindx] >> s->shift2) & s->mask);
8069 cinfo.shift2 = maskbitslog2;
8118 bfd_put_32 (output_bfd, cinfo.shift2, contents + 12);
6497 long int shift1, shift2; member in struct:collect_gnu_hash_codes
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 4329 int shift2 = size - ext;
4353 if (shift2)
4355 operands[2] = GEN_INT (shift2);
4361 if (shift2 > 0)
4363 if (EXT_SHIFT_SIGNED (shift2))
4365 operands[2] = GEN_INT (shift2 + 1);
4371 operands[2] = GEN_INT (shift2);
4374 else if (shift2)
4376 operands[2] = GEN_INT (-shift2);
4319 int shift2 = size - ext; local
  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 4329 int shift2 = size - ext;
4353 if (shift2)
4355 operands[2] = GEN_INT (shift2);
4361 if (shift2 > 0)
4363 if (EXT_SHIFT_SIGNED (shift2))
4365 operands[2] = GEN_INT (shift2 + 1);
4371 operands[2] = GEN_INT (shift2);
4374 else if (shift2)
4376 operands[2] = GEN_INT (-shift2);
4319 int shift2 = size - ext; local
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 6452 long int shift1, shift2;
6546 |= ((bfd_vma) 1) << ((s->hashval[h->dynindx] >> s->shift2) & s->mask);
8008 cinfo.shift2 = maskbitslog2;
8056 bfd_put_32 (output_bfd, cinfo.shift2, contents + 12);
6442 long int shift1, shift2; member in struct:collect_gnu_hash_codes
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 6438 long int shift1, shift2;
6532 |= ((bfd_vma) 1) << ((s->hashval[h->dynindx] >> s->shift2) & s->mask);
7994 cinfo.shift2 = maskbitslog2;
8042 bfd_put_32 (output_bfd, cinfo.shift2, contents + 12);
6428 long int shift1, shift2; member in struct:collect_gnu_hash_codes

Completed in 106 milliseconds