From: Luke Kenneth Casson Leighton Date: Tue, 27 Oct 2020 20:34:20 +0000 (+0000) Subject: further investigation note X-Git-Tag: convert-csv-opcode-to-binary~1911 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fac7ca0a1267bdba7e3b5824f8d17145346c7485;p=libreriscv.git further investigation note --- diff --git a/3d_gpu/architecture/compared_to_register_renaming.mdwn b/3d_gpu/architecture/compared_to_register_renaming.mdwn index 15430a7f9..1e2866e34 100644 --- a/3d_gpu/architecture/compared_to_register_renaming.mdwn +++ b/3d_gpu/architecture/compared_to_register_renaming.mdwn @@ -37,7 +37,6 @@ void f(uint64_t *r3, uint64_t r4) { } while(--ctr != 0); } ``` - [See on Compiler Explorer](https://gcc.godbolt.org/z/hzf7d7) It produces the following Power instructions (edited for style):