Home
last modified time | relevance | path

Searched refs:fCRNDN (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.lex178 "fCRNDN" { return CROUND; }
/openbmc/qemu/target/hexagon/
H A Dmacros.h416 #define fCRNDN(A, N) (conv_round(A, N)) macro
/openbmc/qemu/target/hexagon/imported/
H A Dalu.idef1125 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 Dmacros.def824 fCRNDN, /* Rounding to a boundary */