Fix encoding of RCPPS and RSQRTPS
authorCarol Eidt <carol.eidt@microsoft.com>
Wed, 31 Jan 2018 23:27:02 +0000 (15:27 -0800)
committerCarol Eidt <carol.eidt@microsoft.com>
Wed, 31 Jan 2018 23:27:02 +0000 (15:27 -0800)
commita6d84b2d0cd3514e9fecbaafd2aa750daea6ddd5
tree327d016d04b2e6c512c5cc253130eebbdbadad8d
parent96d7169a4f82211f869718e978302bbf7a6b99fc
Fix encoding of RCPPS and RSQRTPS

These instructions do not permit a 3rd register, and the vvvv field must be all ones (same as xmm0 encoding, which is why this can go undetected)

Fix #16135
src/jit/emitxarch.cpp