HomeSort by: relevance | last modified time | path
    Searched refs:op1_val (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-selftests.cc 78 poly_int64 op1_val = 0; local
82 op1_val = eval_value (XEXP (expr, 0), regno_to_rtx);
86 op1_val = eval_value (XEXP (expr, 0), regno_to_rtx);
98 if (op1_val.is_constant ())
99 return op1_val.to_constant () * op2_val;
101 return op1_val * op2_val.to_constant ();
105 return op1_val + op2_val;
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 20457 If CONSTANT_OP1 is true, the op1 value is known and set in OP1_VAL.
20467 HOST_WIDE_INT op1_val,
20511 if (constant_op1 && op1_val == 63 && TARGET_SSE4_2)
20524 if (op1_val > 32)
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 21430 If CONSTANT_OP1 is true, the op1 value is known and set in OP1_VAL.
21440 HOST_WIDE_INT op1_val,
21543 if (op1_val == 63)
21571 if (op1_val > 32)

Completed in 72 milliseconds