From: Xan Date: Wed, 25 Apr 2018 11:40:16 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~5520 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=82afca3c8990cf848d836b8bae877e6e983467e7;p=libreriscv.git --- diff --git a/Comparative_analysis_Harmonised_RVP_vs_Andes_Packed_SIMD_ISA_proposal.mdwn b/Comparative_analysis_Harmonised_RVP_vs_Andes_Packed_SIMD_ISA_proposal.mdwn index c01b4b042..38026f87e 100644 --- a/Comparative_analysis_Harmonised_RVP_vs_Andes_Packed_SIMD_ISA_proposal.mdwn +++ b/Comparative_analysis_Harmonised_RVP_vs_Andes_Packed_SIMD_ISA_proposal.mdwn @@ -22,10 +22,10 @@ Register x 3 -> register operations: Values for mm field (bits 12:13 above): -* mm = 00 -> use current global saturation or rounding, no mask -* mm = 00 -> force saturation or rounding for this instruction only -* mm = 10 -> use v1 as predicate mask -* mm = 11 -> use ~v1 as predicate mask +* mm = 00 -> no predicate mask, and use current global saturation / rounding settings +* mm = 00 -> no predicate mask, and force saturation or rounding for this instruction only +* mm = 10 -> use v1 as predicate mask, and use global saturation / rounding settings +* mm = 11 -> use ~v1 as predicate mask, and use global saturation / rounding settings ## Register file