Hello! > The attached patch revises the tests for the filds and fists > mnemonics to use the assembly... > > filds mem(%rip); fists mem(%rip) > > and the test for the fildq and fistq mnemonics to use the assembly... > > fildq mem(%rip); fistpq mem(%rip) > > which will assemble for both 64-bit and 32-bit mode.
It won't. $ as -32 rip.s rip.s: Assembler messages: rip.s:1: Error: `mem(%rip)' is not a valid base/index expression rip.s:1: Error: `mem(%rip)' is not a valid base/index expression Uros.