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

  /src/external/gpl3/gcc/dist/libgcc/
fixed-bit.c 732 int shift_amount; local
735 shift_amount = TO_FBITS - FROM_FBITS;
737 z = z << shift_amount;
739 shift_amount = FROM_FBITS - TO_FBITS;
740 x = x >> shift_amount;
778 int shift_amount; local
796 shift_amount = TO_FBITS - FROM_FBITS;
798 utemp = utemp >> (BIG_WIDTH - shift_amount);
799 high = ((BIG_UINT_C_TYPE)(high << shift_amount)) | utemp;
800 low = low << shift_amount;
975 int shift_amount; local
1076 int shift_amount; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
fixed-bit.c 732 int shift_amount; local
735 shift_amount = TO_FBITS - FROM_FBITS;
737 z = z << shift_amount;
739 shift_amount = FROM_FBITS - TO_FBITS;
740 x = x >> shift_amount;
778 int shift_amount; local
796 shift_amount = TO_FBITS - FROM_FBITS;
798 utemp = utemp >> (BIG_WIDTH - shift_amount);
799 high = ((BIG_UINT_C_TYPE)(high << shift_amount)) | utemp;
800 low = low << shift_amount;
975 int shift_amount; local
1076 int shift_amount; local
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
aarch64-asm.c 2501 uint32_t shift_amount; local
2517 if (! aarch64_wide_constant_p (value, is32, &shift_amount))
2520 value >>= shift_amount;
2524 inst->operands[1].shifter.amount = shift_amount;
  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-asm.c 2491 uint32_t shift_amount; local
2507 if (! aarch64_wide_constant_p (value, is32, &shift_amount))
2510 value >>= shift_amount;
2514 inst->operands[1].shifter.amount = shift_amount;
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-string.cc 517 rtx shift_amount = gen_reg_rtx (word_mode); local
523 do_sub3 (shift_amount, GEN_INT (load_mode_size), cmp_rem);
527 emit_insn (gen_ashldi3 (shift_amount, shift_amount,
530 gen_lowpart (SImode, shift_amount)));
532 gen_lowpart (SImode, shift_amount)));
536 emit_insn (gen_ashlsi3 (shift_amount, shift_amount,
538 emit_insn (gen_lshrsi3 (d1, d1, shift_amount));
539 emit_insn (gen_lshrsi3 (d2, d2, shift_amount));
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-string.cc 517 rtx shift_amount = gen_reg_rtx (word_mode); local
523 do_sub3 (shift_amount, GEN_INT (load_mode_size), cmp_rem);
527 emit_insn (gen_ashldi3 (shift_amount, shift_amount,
530 gen_lowpart (SImode, shift_amount)));
532 gen_lowpart (SImode, shift_amount)));
536 emit_insn (gen_ashlsi3 (shift_amount, shift_amount,
538 emit_insn (gen_lshrsi3 (d1, d1, shift_amount));
539 emit_insn (gen_lshrsi3 (d2, d2, shift_amount));
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
aarch64-asm.c 2470 uint32_t shift_amount; local
2486 if (! aarch64_wide_constant_p (value, is32, &shift_amount))
2489 value >>= shift_amount;
2493 inst->operands[1].shifter.amount = shift_amount;
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-asm.c 2416 uint32_t shift_amount; local
2432 if (! aarch64_wide_constant_p (value, is32, &shift_amount))
2435 value >>= shift_amount;
2439 inst->operands[1].shifter.amount = shift_amount;
  /src/external/gpl3/gcc.old/dist/gcc/
range-op.cc 2089 tree shift_amount; local
2096 if (op2.singleton_p (&shift_amount))
2098 wide_int shift = wi::to_wide (shift_amount);
2136 - TREE_INT_CST_LOW (shift_amount);
expr.cc 611 int shift_amount;
634 shift_amount = (GET_MODE_PRECISION (to_mode)
637 tmp = expand_shift (LSHIFT_EXPR, to_mode, from, shift_amount,
639 tmp = expand_shift (RSHIFT_EXPR, to_mode, tmp, shift_amount,
609 int shift_amount; local
  /src/external/gpl3/gcc/dist/gcc/config/c6x/
c6x.cc 1790 int shift_amount = shift & (BITS_PER_WORD - 1);
1794 if (shift_amount > 0)
1798 GEN_INT (shift_amount)));
1780 int shift_amount = shift & (BITS_PER_WORD - 1); local
  /src/external/gpl3/gcc.old/dist/gcc/config/c6x/
c6x.cc 1790 int shift_amount = shift & (BITS_PER_WORD - 1);
1794 if (shift_amount > 0)
1798 GEN_INT (shift_amount)));
1780 int shift_amount = shift & (BITS_PER_WORD - 1); local
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-v.cc 1110 rtx shift_amount = gen_int_mode (shift, Pmode); local
1112 rtx ops[] = {step_adj, vid, shift_amount};
1340 rtx shift_amount = gen_int_mode (shift, Pmode); local
1342 rtx ops[] = {tmp3, tmp2, shift_amount};
  /src/external/gpl3/gcc/dist/gcc/
expr.cc 777 int shift_amount;
800 shift_amount = (GET_MODE_PRECISION (to_mode)
803 tmp = expand_shift (LSHIFT_EXPR, to_mode, from, shift_amount,
805 tmp = expand_shift (RSHIFT_EXPR, to_mode, tmp, shift_amount,
775 int shift_amount; local
  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 13954 offsetT shift_amount = inst.relocs[0].exp.X_add_number;
13961 if (shift_amount != 0)
13963 constraint (shift_amount > 31,
13969 inst.instruction |= (shift_amount & 0x1c) << 10;
13970 inst.instruction |= (shift_amount & 0x03) << 6;
13949 offsetT shift_amount = inst.relocs[0].exp.X_add_number; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 13957 offsetT shift_amount = inst.relocs[0].exp.X_add_number;
13964 if (shift_amount != 0)
13966 constraint (shift_amount > 31,
13972 inst.instruction |= (shift_amount & 0x1c) << 10;
13973 inst.instruction |= (shift_amount & 0x03) << 6;
13952 offsetT shift_amount = inst.relocs[0].exp.X_add_number; local

Completed in 122 milliseconds