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

  /src/external/gpl3/gcc/dist/gcc/
simplify-rtx.cc 719 rtx shift_op = XEXP (XEXP (op, 0), 1);
721 unsigned HOST_WIDE_INT shift = UINTVAL (shift_op);
730 && (op0 = simplify_gen_binary (LSHIFTRT, mode, op0, shift_op)))
712 rtx shift_op = XEXP (XEXP (op, 0), 1); local
combine.cc 12897 rtx shift_op = XEXP (XEXP (op0, 0), 0);
12900 if (GET_CODE (shift_op) == NOT
12901 || (GET_CODE (shift_op) == XOR
12902 && CONST_INT_P (XEXP (shift_op, 1))
12905 && (UINTVAL (XEXP (shift_op, 1))
12910 = gen_rtx_LSHIFTRT (mode, XEXP (shift_op, 0), shift_count);
12856 rtx shift_op = XEXP (XEXP (op0, 0), 0); local
  /src/external/gpl3/gcc.old/dist/gcc/
simplify-rtx.cc 719 rtx shift_op = XEXP (XEXP (op, 0), 1);
721 unsigned HOST_WIDE_INT shift = UINTVAL (shift_op);
730 && (op0 = simplify_gen_binary (LSHIFTRT, mode, op0, shift_op)))
712 rtx shift_op = XEXP (XEXP (op, 0), 1); local
combine.cc 12755 rtx shift_op = XEXP (XEXP (op0, 0), 0);
12758 if (GET_CODE (shift_op) == NOT
12759 || (GET_CODE (shift_op) == XOR
12760 && CONST_INT_P (XEXP (shift_op, 1))
12763 && (UINTVAL (XEXP (shift_op, 1))
12768 = gen_rtx_LSHIFTRT (mode, XEXP (shift_op, 0), shift_count);
12714 rtx shift_op = XEXP (XEXP (op0, 0), 0); local
  /src/external/gpl3/binutils/dist/gas/config/
tc-aarch64.c 3592 const struct aarch64_name_value_pair *shift_op;
3608 shift_op = str_hash_find_n (aarch64_shift_hsh, *str, p - *str);
3610 if (shift_op == NULL)
3616 kind = aarch64_get_operand_modifier (shift_op);
3589 const struct aarch64_name_value_pair *shift_op; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-aarch64.c 3575 const struct aarch64_name_value_pair *shift_op;
3591 shift_op = str_hash_find_n (aarch64_shift_hsh, *str, p - *str);
3593 if (shift_op == NULL)
3599 kind = aarch64_get_operand_modifier (shift_op);
3572 const struct aarch64_name_value_pair *shift_op; local
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 7718 rtx shift_op = gen_rtx_ASHIFT (Pmode, base_tmp, GEN_INT (shift));
7719 emit_insn (gen_rtx_SET (base_tmp, shift_op));
7706 rtx shift_op = gen_rtx_ASHIFT (Pmode, base_tmp, GEN_INT (shift)); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 7643 rtx shift_op = gen_rtx_ASHIFT (Pmode, base_tmp, GEN_INT (shift));
7644 emit_insn (gen_rtx_SET (base_tmp, shift_op));
7631 rtx shift_op = gen_rtx_ASHIFT (Pmode, base_tmp, GEN_INT (shift)); local

Completed in 108 milliseconds