Implemented *_DESC and *_ENC classes for instructions: seleqz.s,seleqz.d, selnez.s, selnez.d.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM except for the encoding of seleqz.fmt
lib/Target/Mips/Mips32r6InstrInfo.td | ||
---|---|---|
80–81 | I think this number should be 0b010100. I think you've used the seleqz encoding instead of selqez.fmt. |
I think this number should be 0b010100. I think you've used the seleqz encoding instead of selqez.fmt.