Searched refs:fMPY32UU (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.lex | 275 "fMPY32UU" { yylval->mpy.first_bit_width = 32;
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | mpy.idef | 98 Q6INSN(M2_dpmpyuu_s0, "Rdd32=mpyu(Rs32,Rt32)", ATTRIBS(),"Multiply 32x32",{RddV=fMPY32UU(fCAST4u… 99 Q6INSN(M2_dpmpyuu_acc_s0,"Rxx32+=mpyu(Rs32,Rt32)",ATTRIBS(),"Multiply 32x32",{RxxV= RxxV + fMPY32UU… 100 Q6INSN(M2_dpmpyuu_nac_s0,"Rxx32-=mpyu(Rs32,Rt32)",ATTRIBS(),"Multiply 32x32",{RxxV= RxxV - fMPY32UU… 109 Q6INSN(M2_mpyu_up, "Rd32=mpyu(Rs32,Rt32)", ATTRIBS(),"Multiply 32x32",{RdV=fMPY32UU(fCAST4u(R…
|
H A D | float.idef | 236 prod = fMPY32UU(fGETUWORD(0,RssV),fGETUWORD(0,RttV));
|
H A D | macros.def | 773 fMPY32UU, /* multiply half integer */
|
/openbmc/qemu/target/hexagon/ |
H A D | macros.h | 403 #define fMPY32UU(A, B) (fZE32_64(A) * fZE32_64(B)) macro
|