0x67 is the address size override prefix, and doesn't come into it. That part was easy.
Looking at ndisasm's output (which you could do yourself), I think...
With D-bit clear, 0x98 is cbw - with the 0x66 prefix, it's cwde.
With D-bit set, it's cwde, with 0x66 it's cbw.
With a 0x48 prefix, it's cdqe.
I wouldn't bet my pacemaker on that!
Best,
Frank