[X86] Add 'Requires<[In64BitMode]>' to a bunch of instructions that only have...
[X86] Add 'Requires<[In64BitMode]>' to a bunch of instructions that only have memory and immediate operands. The asm parser wasn't preventing these from being accepted in 32-bit mode. Instructions that use a GR64 register are protected by the parser rejecting the register in 32-bit mode. llvm-svn: 320846
Loading
Please sign in to comment