Use IF_DR_2G for "Bit Operations" (IF_EN2L) in src/jit/emitarm64.cpp
authorEgor Chesakov <Egor.Chesakov@microsoft.com>
Fri, 5 Oct 2018 22:38:49 +0000 (15:38 -0700)
committerEgor Chesakov <Egor.Chesakov@microsoft.com>
Fri, 5 Oct 2018 22:45:03 +0000 (15:45 -0700)
src/jit/emitarm64.cpp

index fa0f04f..bcd2542 100644 (file)
@@ -1506,7 +1506,7 @@ emitter::code_t emitter::emitInsCode(instruction ins, insFormat fmt)
     const static insFormat formatEncode2I[2] = {IF_DV_2K, IF_DV_1C};
     const static insFormat formatEncode2J[2] = {IF_DV_2A, IF_DV_2G};
     const static insFormat formatEncode2K[2] = {IF_DV_2M, IF_DV_2L};
-    const static insFormat formatEncode2L[2] = {IF_DV_2G, IF_DV_2M};
+    const static insFormat formatEncode2L[2] = {IF_DR_2G, IF_DV_2M};
     const static insFormat formatEncode2M[2] = {IF_DV_3A, IF_DV_3AI};
     const static insFormat formatEncode2N[2] = {IF_DV_2N, IF_DV_2O};
     const static insFormat formatEncode2O[2] = {IF_DV_3E, IF_DV_3A};