Searched refs:IMM_BITS (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv.h926 #define IMM_BITS 12 macro
929 #define IMM_REACH (1LL << IMM_BITS)
H A Driscv.c423 if (shift > IMM_BITS && !SMALL_OPERAND (x) && LUI_OPERAND (x << IMM_BITS))
424 shift -= IMM_BITS, x <<= IMM_BITS; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch.h563 #define IMM_BITS 12 macro
564 #define IMM_REACH (HOST_WIDE_INT_1 << IMM_BITS)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.h979 #define IMM_BITS 12 macro
983 #define IMM_REACH (1LL << IMM_BITS)
H A Driscv.cc473 if (shift > IMM_BITS && !SMALL_OPERAND (x) && LUI_OPERAND (x << IMM_BITS))
474 shift -= IMM_BITS, x <<= IMM_BITS; local

Completed in 298 milliseconds