Home
last modified time | relevance | path

Searched defs:CONST_HIGH_PART (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.h930 #define CONST_HIGH_PART(VALUE) (((VALUE) + (IMM_REACH/2)) & ~(IMM_REACH-1)) macro
/netbsd/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv.h930 #define CONST_HIGH_PART(VALUE) (((VALUE) + (IMM_REACH/2)) & ~(IMM_REACH-1)) macro
/netbsd/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch.h611 #define CONST_HIGH_PART(VALUE) (((VALUE) + (IMM_REACH / 2)) & ~(IMM_REACH - 1)) macro
/netbsd/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.h2294 #define CONST_HIGH_PART(VALUE) \ macro
/netbsd/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.h2313 #define CONST_HIGH_PART(VALUE) \ macro