Home
last modified time | relevance | path

Searched refs:SMALL_OPERAND (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dconstraints.md86 (match_test "SMALL_OPERAND (ival)")))
108 (match_test "!SMALL_OPERAND (ival)")
H A Dpredicates.md31 (match_test "SMALL_OPERAND (INTVAL (op))")))
51 (match_test "SMALL_OPERAND (INTVAL (op) + 1)")))
H A Dmips.h1675 #define SMALL_OPERAND(VALUE) \ macro
1698 #define SMALL_INT(X) SMALL_OPERAND (INTVAL (X))
H A Dmips.c1388 return SMALL_OPERAND (offset); in mips_symbolic_constant_p()
1596 if (symbolic_operand (base, VOIDmode) && SMALL_OPERAND (offset)) in mips_cannot_force_const_mem()
1830 if (SMALL_OPERAND (offset)) in mips_const_insns()
1969 if (!SMALL_OPERAND (offset)) in mips_add_offset()
2204 if (SMALL_OPERAND (value) in mips_build_integer()
2315 && (!no_new_pseudos || SMALL_OPERAND (offset))) in mips_legitimize_const_move()
6847 if (SMALL_OPERAND (-size)) in mips_expand_prologue()
6888 if (SMALL_OPERAND (cfun->machine->frame.args_size)) in mips_expand_prologue()
7031 if (!SMALL_OPERAND (step1)) in mips_expand_epilogue()
7166 if (!SMALL_OPERAND (delta)) in mips_output_mi_thunk()