| 313 | } |
| 314 | |
| 315 | void OpDispatchBuilder::FTSTF64(OpcodeArgs) { |
| 316 | // We are going to clobber NZCV, make sure it's in a GPR first. |
| 317 | SaveNZCV(); |
| 318 | |
| 319 | // Now we do our comparison. |
| 320 | _F80StackTest(0); |
| 321 | ConvertNZCVToX87(); |
| 322 | } |
| 323 | |
| 324 | void OpDispatchBuilder::FCOMIF64(OpcodeArgs, IR::OpSize Width, bool Integer, OpDispatchBuilder::FCOMIFlags WhichFlags, bool PopTwice) { |
| 325 | Ref arg {}; |
nothing calls this directly
no outgoing calls
no test coverage detected