commit | bfa257b407270d1c808b31fbd97da779e0fd20d2 | [log] [tgz] |
---|---|---|
author | YunQiang Su <syq@gcc.gnu.org> | Thu Jun 20 00:52:25 2024 +0800 |
committer | YunQiang Su <syq@debian.org> | Fri Jul 12 18:19:35 2024 +0800 |
tree | dbcac110dbe70c90460f43654aa556c9077a3856 | |
parent | d49f2dd78b08efa4e1ee51f5df5058846c2eb4fa [diff] |
MIPS/GAS: Omit LI 0 for condition trap MIPSr6 removes condition trap instructions with imm, so we expand the instruction like "tne $2,IMM" to li $at,IMM tne $2,$at While if IMM is 0, we can use tne $2,$zero only.