Defining constraint for registers tuple

Kirill Yukhin kirill.yukhin@gmail.com
Fri Jul 29 10:56:00 GMT 2011


Hi guys,
I'm working on implementation of `mulx` (which is part of BMI2). One
of improvements compared generic `mul` is that it allows to specify
destination registers.
For `mul` we have `A` constraint, which stands for AX:DX pair.
So, is there a possibility to relax such cinstraint and allow any pair
of registers as destination?

Thanks, K



More information about the Gcc mailing list