Searched defs:SHAMT (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | macros.h | 482 #define fBIDIR_SHIFTL(SRC, SHAMT, REGSTYPE) \ argument 485 #define fBIDIR_ASHIFTL(SRC, SHAMT, REGSTYPE) \ argument 487 #define fBIDIR_LSHIFTL(SRC, SHAMT, REGSTYPE) \ argument 489 #define fBIDIR_ASHIFTL_SAT(SRC, SHAMT, REGSTYPE) \ argument 492 #define fBIDIR_SHIFTR(SRC, SHAMT, REGSTYPE) \ argument 495 #define fBIDIR_ASHIFTR(SRC, SHAMT, REGSTYPE) \ argument 497 #define fBIDIR_LSHIFTR(SRC, SHAMT, REGSTYPE) \ argument 504 #define fLSHIFTR(SRC, SHAMT, REGSTYPE) \ argument 506 #define fROTL(SRC, SHAMT, REGSTYPE) \ argument 510 #define fROTR(SRC, SHAMT, REGSTYPE) \ argument [all …]
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | v69_hvx.c | 28 #define fVROUND(VAL, SHAMT) \ argument
|
/openbmc/qemu/target/hexagon/mmvec/ |
H A D | macros.h | 339 #define fVNOROUND(VAL, SHAMT) VAL argument 341 #define fVROUND(VAL, SHAMT) \ argument
|