Displaying 1 result from an estimated 1 matches for "fadd_round_mode2".
Did you mean:
fadd_round_mode1
2018 Dec 07
3
Implement VLIW Backend on LLVM (Assembler Related Questions)
...o_dest Rj, Rk
Q4.
Can I define the instruction which has the same name but with different
count of operands, e.g.
fadd Fi, Fj, Fk
fadd Fl, Fm, Fn, rounding_mode
So fadd has two versions
(a) normal rounding
(b) special rounding mode
Or I should define it in this way:
fadd
fadd_round_mode1
fadd_round_mode2
..
fadd_round_mode15
(16 rounding mode)
Thank You,
CY
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181207/6e3138b5/attachment.html>