| Index: src/IceInstARM32.h
|
| diff --git a/src/IceInstARM32.h b/src/IceInstARM32.h
|
| index 6dba05f5089354c668cb801b63e6fa7e41e7a741..2d3dbdb97572b6053c2af09939e75eb7ba4e67d5 100644
|
| --- a/src/IceInstARM32.h
|
| +++ b/src/IceInstARM32.h
|
| @@ -420,6 +420,7 @@ public:
|
| Uxt,
|
| Vabs,
|
| Vadd,
|
| + Vand,
|
| Vcmp,
|
| Vcvt,
|
| Vdiv,
|
| @@ -916,6 +917,7 @@ using InstARM32Sdiv = InstARM32ThreeAddrGPR<InstARM32::Sdiv>;
|
| using InstARM32Sub = InstARM32ThreeAddrGPR<InstARM32::Sub>;
|
| using InstARM32Udiv = InstARM32ThreeAddrGPR<InstARM32::Udiv>;
|
| using InstARM32Vadd = InstARM32ThreeAddrFP<InstARM32::Vadd>;
|
| +using InstARM32Vand = InstARM32ThreeAddrFP<InstARM32::Vand>;
|
| using InstARM32Vdiv = InstARM32ThreeAddrFP<InstARM32::Vdiv>;
|
| using InstARM32Veor = InstARM32ThreeAddrFP<InstARM32::Veor>;
|
| using InstARM32Vmla = InstARM32FourAddrFP<InstARM32::Vmla>;
|
|
|