Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/cgen/
Dbasic-ops.h155 extern UDI SRLDI (UDI, int);
184 #define SRLDI(x, y) ((UDI) (x) >> (y)) macro