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
The constraints are added automatically it doesn't understand anything intricate about shifts and the range of opc, it just knows what is required as a precondition for memory_pair_simdfp_postidx
That said I think maybe opc can be two allowing a 128 bit load.
I should add that we will likely need to ensure that the CPTR_EL2, CPACR, and HCR_EL2 registers are set appropriately to allow advanced simd instructions in EL2.
opcode ad{0,4}00400
and similarly for
memory_pair_simdfp_preidx_memory_pair_simdfp_postidx__decode
but foropcode ad{8,c}f7c1e
"stp/ldp q30, q31, [x0, #480]!"
Also, shouldn't 'datasize be in 32 and 64 only because UInt(opc) is either 0 or 1?
The text was updated successfully, but these errors were encountered: