Searched refs:fCRNDN (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.lex | 178 "fCRNDN" { return CROUND; }
|
/openbmc/qemu/target/hexagon/ |
H A D | macros.h | 416 #define fCRNDN(A, N) (conv_round(A, N)) macro
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | alu.idef | 1125 Q6INSN(A4_cround_ri,"Rd32=cround(Rs32,#u5)",ATTRIBS(),"Convergent Round", {RdV = fCRNDN(RsV,uiV); }) 1126 Q6INSN(A4_cround_rr,"Rd32=cround(Rs32,Rt32)",ATTRIBS(),"Convergent Round", {RdV = fCRNDN(RsV,fZXTN(…
|
H A D | macros.def | 824 fCRNDN, /* Rounding to a boundary */
|