You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the code that I am testing, but when I apply the multiplication vmul.i16 d5,d6,d2 the application thinks that I am using the q5,q6,q2 registers instead of d5,d6,d2 registers.
This is the code that I am testing, but when I apply the multiplication vmul.i16 d5,d6,d2 the application thinks that I am using the q5,q6,q2 registers instead of d5,d6,d2 registers.
Here is the code:
szeged.github.io/nevada/?machine=%7B%22arm%22%3A%7B%7D%2C%20%22memory%22%3A%7B%7D%2C%20%22neon%22%3A%7B%7D%7D&code=%7B%22code%22%3A%5B%5B%22vadd.u8%20q0%2C%20q1%2C%20q2%22%5D%2C%5B%22vsub.8%20q15%2C%20q2%2C%20q3%22%5D%2C%5B%22vsub.s16%20q13%2C%20q2%2C%20q3%22%5D%2C%5B%22vsub.i16%20d15%2C%20d2%2C%20d3%22%5D%2C%5B%22vadd.i32%20q0%2C%20q4%2C%20q5%22%5D%2C%5B%22vand%20q0%2C%20q1%2C%20q2%22%5D%2C%5B%22vand.u32%20q0%2C%20q1%2C%20q2%22%5D%2C%5B%22vand%20%20q15%2C%20q14%22%5D%2C%5B%22vorr%20q0%2C%20q14%2C%20q15%22%5D%2C%5B%22vbic%20d5%2C%20d6%2C%20d14%22%5D%2C%5B%22vand%20%20d29%2C%20d28%2C%20d30%22%5D%2C%5B%22vmov%20r1%2C%20r10%2C%20d22%22%5D%2C%5B%22vmov%20d24%2C%20r1%2C%20r10%22%5D%2C%5B%22vmov%20d25%2C%20d24%22%5D%2C%5B%22vmov%20q13%2C%20q12%22%5D%5D%7D
The text was updated successfully, but these errors were encountered: