Home | History | Annotate | Download | only in docs

Lines Matching full:fadd

961   %t1 = fadd float %W, %X
963 %t3 = fadd float %t2, %Z
969 (fadd:f32 (fmul:f32 (fadd:f32 W, X), Y), Z)
991 [(set F4RC:$FRT, (fadd (fmul F4RC:$FRA, F4RC:$FRC),
996 [(set F4RC:$FRT, (fadd F4RC:$FRA, F4RC:$FRB))]>;
999 used to match the instructions. The DAG operators (like ``fmul``/``fadd``)
1017 above to match "``(fadd X, (fmul Y, Z))``" as well as "``(fadd (fmul X, Y),