Home
last modified time | relevance | path

Searched refs:fMPY32UU (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.lex275 "fMPY32UU" { yylval->mpy.first_bit_width = 32;
/openbmc/qemu/target/hexagon/imported/
H A Dmpy.idef98 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 Dfloat.idef236 prod = fMPY32UU(fGETUWORD(0,RssV),fGETUWORD(0,RttV));
H A Dmacros.def773 fMPY32UU, /* multiply half integer */
/openbmc/qemu/target/hexagon/
H A Dmacros.h403 #define fMPY32UU(A, B) (fZE32_64(A) * fZE32_64(B)) macro