1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00
Simon Atanasyan ad727b0901 [mips] Implement sge/sgeu pseudo instructions
The `sge/sgeu Dst, Src1, Src2/Imm` pseudo instructions set register
`Dst` to 1 if register `Src1` is greater than or equal `Src2/Imm` and
to 0 otherwise.

Differential Revision: https://reviews.llvm.org/D64314

llvm-svn: 365476
2019-07-09 12:55:55 +00:00
..
2018-08-29 11:35:03 +00:00
2018-08-29 11:35:03 +00:00
2018-08-29 11:35:03 +00:00
2016-04-08 18:15:37 +00:00
2016-04-08 18:15:37 +00:00
2016-04-08 18:15:37 +00:00
2017-10-10 13:34:45 +00:00
2017-05-30 09:33:43 +00:00
2017-01-22 20:28:56 +00:00
2017-05-30 09:33:43 +00:00
2016-11-21 20:30:41 +00:00
2017-12-11 11:21:40 +00:00