Searched refs:fCLIP (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | macros.h.inc | 40 #define fCLIP(DST, SRC, U) (DST = fMIN((1 << U) - 1, fMAX(SRC, -(1 << U))))
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | alu.idef | 1170 Q6INSN(A7_clip,"Rd32=clip(Rs32,#u5)",ATTRIBS(),"Clip to #s5", { fCLIP(RdV,RsV,uiV);}) 1174 fCLIP(tmp, fGETWORD(0, RssV), uiV); 1176 fCLIP(tmp,fGETWORD(1, RssV), uiV);
|
H A D | macros.def | 803 fCLIP, /* optional rounding */
|
/openbmc/qemu/target/hexagon/ |
H A D | macros.h | 408 #define fCLIP(DST, SRC, U) \ macro
|