While attempting to assemble some split files, I noticed that splat had not properly recognized the variants of the EE Core-exclusive pmfhl instructions (that is, pmfhl.lh, pmfhl.lw, pmfhl.sh, pmfhl.slw, smfhl.uw). An example of this can be located at https://github.com/ieee802dot11ac/amp, where upon attempted build, ninja should fail with several asm/32EF00.s: Error: unrecognized opcode 'pmfhl $t0' errors.
While attempting to assemble some split files, I noticed that splat had not properly recognized the variants of the EE Core-exclusive
pmfhl
instructions (that is,pmfhl.lh, pmfhl.lw, pmfhl.sh, pmfhl.slw, smfhl.uw
). An example of this can be located at https://github.com/ieee802dot11ac/amp, where upon attempted build, ninja should fail with severalasm/32EF00.s: Error: unrecognized opcode 'pmfhl $t0'
errors.