Alexey Brodkin
Alexey Brodkin
@vineetgarc does it make any sense to use `bnz_s` in the Linux kernel instead of today's `bnz` in the example above?
> well cmp + bnz is equivalent to a BRNE, what is the issue. It seems the overall code size of 2 snippets is the same Indeed but doesn't decoding...
Still happens in 2020.09. @claziss if that's a low-hanging fruit, can we mark it for 2021.03?
For the record PowerPC uses something similar and that what they have in the docs (https://gcc.gnu.org/onlinedocs/gcc/Machine-Constraints.html): m - A memory operand. Normally, m does not allow addresses that update the...
@claziss what is our plan with this one?
I guess that's the PR @cupertinomiranda has meant: https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/pull/52.
@claziss do we need to do something here?
@claziss is there anything we might want to do here? @petrokarashchenko I guess this one is not blocking you, or does it?
@claziss do you mean `arc-2021.03`?
Hi @weijunawj please refer to this section of the documentation - https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain#usage-examples. > Please note that built toolchain by default gets installed in the current users's `~/x-tools/TOOLCHAIN_TUPLE` folder, where `TOOLCHAIN_TUPLE`...