On 05.02.2024 11:49, Frediano Ziglio wrote: > Use 32 bit versions in all cases, not only for registers till 8th. > This reduces the encoding from (example with r14): > > 49 c7 c6 ff 7f 00 00 mov $0x7fff,%r14 > > to > > 41 be ff 7f 00 00 mov $0x7fff,%r14d > > Signed-off-by: Frediano Ziglio <[email protected]>
Reviewed-by: Jan Beulich <[email protected]>
