[PR #211] [CLOSED] tests/tcg/ppc64: Add mffsce test #250

Open
opened 2026-01-31 21:30:27 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/211
Author: @vcoracolombo
Created: 5/2/2022
Status: Closed

Base: masterHead: vccolombo-mffsce-test


📝 Commits (1)

  • 43fe273 tests/tcg/ppc64: Add mffsce test

📊 Changes

3 files changed (+56 additions, -0 deletions)

View changed files

📝 tests/tcg/ppc64/Makefile.target (+1 -0)
📝 tests/tcg/ppc64le/Makefile.target (+1 -0)
tests/tcg/ppc64le/mffsce.c (+54 -0)

📄 Description

Add mffsce test to check both the return value and the new fpscr
stored in the cpu.

Signed-off-by: Víctor Colombo victor.colombo@eldorado.org.br


I though I had found a bug in mffsce while I was reading the code, but it wasn't the case
so, let's contribute the test I had to write as it is already done? :)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qemu/qemu/pull/211 **Author:** [@vcoracolombo](https://github.com/vcoracolombo) **Created:** 5/2/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `vccolombo-mffsce-test` --- ### 📝 Commits (1) - [`43fe273`](https://github.com/qemu/qemu/commit/43fe27387ded474272995bc67b45dcba97ad2e30) tests/tcg/ppc64: Add mffsce test ### 📊 Changes **3 files changed** (+56 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `tests/tcg/ppc64/Makefile.target` (+1 -0) 📝 `tests/tcg/ppc64le/Makefile.target` (+1 -0) ➕ `tests/tcg/ppc64le/mffsce.c` (+54 -0) </details> ### 📄 Description Add mffsce test to check both the return value and the new fpscr stored in the cpu. Signed-off-by: Víctor Colombo <victor.colombo@eldorado.org.br> --- I though I had found a bug in mffsce while I was reading the code, but it wasn't the case so, let's contribute the test I had to write as it is already done? :) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 21:30:27 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#250