Searched refs:fROTL (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | macros.h.inc | 124 #define fROTL(SRC, SHAMT, REGSTYPE) fROTL(SRC, SHAMT)
|
H A D | idef-parser.lex | 447 "fROTL" { return ROTL; }
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | shift.idef | 111 { REGD##V = SAT(ACCSRC ACC fROTL(REGS##V,uiV,REGSTYPE)); }) 134 { REGD##V = SAT(ACCSRC ACC fROTL(REGS##V,uiV,REGSTYPE)); })
|
H A D | macros.def | 1048 fROTL,
|
/openbmc/qemu/target/hexagon/ |
H A D | macros.h | 506 #define fROTL(SRC, SHAMT, REGSTYPE) \ macro
|