Home
last modified time | relevance | path

Searched refs:SPARC_SIMM11_P (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/gcc/config/sparc/
HDsparc.h1217 #define SPARC_SIMM11_P(X) ((unsigned HOST_WIDE_INT) (X) + 0x400 < 0x800) macro
1245 : (C) == 'L' ? SPARC_SIMM11_P (VALUE) \
HDpredicates.md344 (match_test "SPARC_SIMM11_P (INTVAL (op))"))))
/NextBSD/contrib/gcc/
HDFSFChangeLog.10183 * sparc.c (arith11_operand): Use SPARC_SIMM11_P.