2 iterate <instr,postbyte>, xsave,4, xrstor,5
\r
5 x86.parse_operand @src,src
\r
7 x86.store_instruction <0Fh,0AEh>,@src,postbyte
\r
9 err 'invalid operand'
\r
13 macro instr#64? src*
\r
15 x86.parse_operand @src,src
\r
16 if @src.type = 'mem'
\r
17 x86.select_operand_prefix @src,8
\r
18 x86.store_instruction <0Fh,0AEh>,@src,postbyte
\r
20 err 'invalid operand'
\r
23 err 'instruction requires long mode'
\r