-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
opcode ad{0,4}00400
function memory_pair_simdfp_offset_memory_pair_simdfp_postidx__decode (Rt, Rn, Rt2, imm7, L, V, opc) = {
...
let 'scale = 2 + UInt(opc);
let 'datasize = shl_int(8, scale);
assert(constraint('datasize in {8, 16, 32, 64}));
...
}
and similarly for memory_pair_simdfp_preidx_memory_pair_simdfp_postidx__decode
but for
opcode 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?
Metadata
Metadata
Assignees
Labels
No labels