[gem5-dev] Change in gem5/gem5[develop]: arch-x86: Stop printing a source operand for the monitor instruction.

2021-08-13 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. (  
https://gem5-review.googlesource.com/c/public/gem5/+/49225 )


Change subject: arch-x86: Stop printing a source operand for the monitor  
instruction.

..

arch-x86: Stop printing a source operand for the monitor instruction.

Like CPUID, all operands for this instruction are implicit and are not
written out when putting it into assembly. Stop printing a source
operand when generating disassembly in gem5.

Change-Id: I95898afdd9101ad393b3aace99536db602752a64
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/49225
Maintainer: Gabe Black 
Maintainer: Matt Sinclair 
Tested-by: kokoro 
Reviewed-by: Matt Sinclair 
---
M src/arch/x86/isa/formats/monitor_mwait.isa
1 file changed, 0 insertions(+), 2 deletions(-)

Approvals:
  Matt Sinclair: Looks good to me, approved; Looks good to me, approved
  Gabe Black: Looks good to me, approved
  kokoro: Regressions pass



diff --git a/src/arch/x86/isa/formats/monitor_mwait.isa  
b/src/arch/x86/isa/formats/monitor_mwait.isa

index 49a0158..59baf3c 100644
--- a/src/arch/x86/isa/formats/monitor_mwait.isa
+++ b/src/arch/x86/isa/formats/monitor_mwait.isa
@@ -27,8 +27,6 @@
 std::stringstream response;

 printMnemonic(response, mnemonic);
-ccprintf(response, " ");
-printReg(response, srcRegIdx(0), machInst.opSize);
 return response.str();
 }
 }};



1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the  
submitted one.

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/49225
To unsubscribe, or for help writing mail filters, visit  
https://gem5-review.googlesource.com/settings


Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I95898afdd9101ad393b3aace99536db602752a64
Gerrit-Change-Number: 49225
Gerrit-PatchSet: 3
Gerrit-Owner: Gabe Black 
Gerrit-Reviewer: Gabe Black 
Gerrit-Reviewer: Matt Sinclair 
Gerrit-Reviewer: Matthew Poremba 
Gerrit-Reviewer: kokoro 
Gerrit-MessageType: merged
___
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

[gem5-dev] Change in gem5/gem5[develop]: arch-x86: Stop printing a source operand for the monitor instruction.

2021-08-13 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. (  
https://gem5-review.googlesource.com/c/public/gem5/+/49225 )



Change subject: arch-x86: Stop printing a source operand for the monitor  
instruction.

..

arch-x86: Stop printing a source operand for the monitor instruction.

Like CPUID, all operands for this instruction are implicit and are not
written out when putting it into assembly. Stop printing a source
operand when generating disassembly in gem5.

Change-Id: I95898afdd9101ad393b3aace99536db602752a64
---
M src/arch/x86/isa/formats/monitor_mwait.isa
1 file changed, 0 insertions(+), 2 deletions(-)



diff --git a/src/arch/x86/isa/formats/monitor_mwait.isa  
b/src/arch/x86/isa/formats/monitor_mwait.isa

index 49a0158..59baf3c 100644
--- a/src/arch/x86/isa/formats/monitor_mwait.isa
+++ b/src/arch/x86/isa/formats/monitor_mwait.isa
@@ -27,8 +27,6 @@
 std::stringstream response;

 printMnemonic(response, mnemonic);
-ccprintf(response, " ");
-printReg(response, srcRegIdx(0), machInst.opSize);
 return response.str();
 }
 }};

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/49225
To unsubscribe, or for help writing mail filters, visit  
https://gem5-review.googlesource.com/settings


Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I95898afdd9101ad393b3aace99536db602752a64
Gerrit-Change-Number: 49225
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black 
Gerrit-MessageType: newchange
___
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s