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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mips/
H A Dmips.h1716 #define SMALL_OPERAND(VALUE) \
1739 #define SMALL_INT(X) SMALL_OPERAND (INTVAL (X))
1772 ((C) == 'I' ? SMALL_OPERAND (VALUE) \
1776 : (C) == 'M' ? (!SMALL_OPERAND (VALUE) \
1708 #define SMALL_OPERAND macro
H A Dmips.c81 The value in the !mips16 case must be a SMALL_OPERAND and must
1359 return SMALL_OPERAND (offset);
1790 if (SMALL_OPERAND (offset))
1925 SMALL_OPERAND. */
1930 if (!SMALL_OPERAND (offset))
2161 if (SMALL_OPERAND (value)
2275 && (!no_new_pseudos || SMALL_OPERAND (offset)))
6781 if (SMALL_OPERAND (-size))
6822 if (SMALL_OPERAND (cfun->machine->frame.args_size))
6967 if (!SMALL_OPERAND (step
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.h2089 #define SMALL_OPERAND(VALUE) \
2112 #define SMALL_INT(X) SMALL_OPERAND (INTVAL (X))
2081 #define SMALL_OPERAND macro
H A Dmips.c80 The value for normal-mode code must be a SMALL_OPERAND and must
1473 if (SMALL_OPERAND (value)
2098 && !SMALL_OPERAND (INTVAL (x) + GET_MODE_SIZE (mode) - UNITS_PER_WORD))
2817 SMALL_OPERAND. */
2822 if (!SMALL_OPERAND (offset))
3336 if (SMALL_OPERAND (x))
3398 return SMALL_OPERAND (x);
3415 return SMALL_OPERAND (x + 1);
3419 return SMALL_OPERAND (x + 1) && x + 1 != 0;
9429 if (!SMALL_OPERAND (cfu
[all...]

Completed in 204 milliseconds