We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
What is the pseudo instruction that will make a VBIC.I8 d0, #0x83and perfom 8 8-bit bit clear operations on each 8-bit values of the register???Same question for VBIC.I64 and VBIC.F32?
VBIC.I64 d0, #0x000000ab000000ab VBIC.I64 d0, #0x0000ab000000ab00 VBIC.I64 d0, #0x00ab000000ab0000 VBIC.I64 d0, #0xab000000ab000000 VBIC.I64 d0, #0x00ab00ab00ab00ab VBIC.I64 d0, #0xab00ab00ab00ab00
VMOV.I8 d1, #0x83 ; does exist VBIC d0, d0, d1