Files
clang-p2996/llvm/lib/Target/Mips
Cinhi Young 8b859c6e4a [MIPS] Fix the opcode of max.fmt and mina.fmt (#85609)
- The opcode of the mina.fmt and max.fmt is documented wrong, the
  object code compiled from the same assembly with LLVM behaves
  differently than one compiled with GCC and Binutils.
- Modify the opcodes to match Binutils. The actual opcodes are as
follows:

  {5,3} | bits {2,0} of func
           |    ...   | 100  | 101    | 110   | 111
  -----+-----+-----+-----+-----+-----
   010  |   ...   |  min  | mina | max  | maxa
2024-04-03 10:14:02 +08:00
..
2023-09-05 08:19:06 +02:00
2022-03-10 10:00:29 +01:00
2016-11-14 19:10:56 +00:00
2017-12-11 11:21:40 +00:00