Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/idef-parser/
H A Dmacros.h.inc124 #define fROTL(SRC, SHAMT, REGSTYPE) fROTL(SRC, SHAMT)
H A Didef-parser.lex447 "fROTL" { return ROTL; }
/openbmc/qemu/target/hexagon/imported/
H A Dshift.idef111 { REGD##V = SAT(ACCSRC ACC fROTL(REGS##V,uiV,REGSTYPE)); })
134 { REGD##V = SAT(ACCSRC ACC fROTL(REGS##V,uiV,REGSTYPE)); })
H A Dmacros.def1048 fROTL,
/openbmc/qemu/target/hexagon/
H A Dmacros.h506 #define fROTL(SRC, SHAMT, REGSTYPE) \ macro