Sintendo e9d4869965 Jit64AsmCommon: Micro-optimize GenFrsqrte
Save 2 bytes by testing register against itself and branching on the 
sign flag.

Before:
0:  48 0f ba e0 3f          bt     rax,0x3f

After:
0:  48 85 c0                test   rax,rax
2019-06-05 23:58:44 +02:00
..
2019-06-02 12:31:40 +01:00
2019-05-15 19:28:04 +02:00
2019-02-13 22:52:39 -02:00
2019-05-15 19:28:04 +02:00
2019-04-10 10:46:49 +02:00