Searched defs:CONST_OK_FOR_N (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dh8300.h427 #define CONST_OK_FOR_N macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mcore/
H A Dmcore.h452 #define CONST_OK_FOR_N(VALUE) (((HOST_WIDE_INT)(VALUE)) == -1 || (exact_log2 ((VALUE) + 1) >= 0 && exact_log2 ((VALUE) + 1) <= 30)) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/v850/
H A Dv850.h405 #define CONST_OK_FOR_N macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/h8300/
H A Dh8300.h409 #define CONST_OK_FOR_N macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mcore/
H A Dmcore.h460 #define CONST_OK_FOR_N(VALUE) (((int)(VALUE)) == -1 || exact_log2 ((VALUE) + 1) >= 0) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mn10300/
H A Dmn10300.h455 #define CONST_OK_FOR_N macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/v850/
H A Dv850.h401 #define CONST_OK_FOR_N macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dia64.h926 #define CONST_OK_FOR_N macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.h1302 #define CONST_OK_FOR_N macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/frv/
H A Dfrv.h1286 #define CONST_OK_FOR_N macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/sh/
H A Dsh.h1581 #define CONST_OK_FOR_N macro

Completed in 172 milliseconds