Re: [PATCH v4 10/10] AArch64: Use HS/LO instead of CS/CC

2025-06-17 Thread Richard Earnshaw (lists)
On 28/05/2025 18:17, Karl Meakin wrote: > The CB family of instructions does not support using the CS or CC > condition codes; instead the synonyms HS and LO must be used. GCC has > traditionally used the CS and CC names. To work around this while > avoiding test churn, add new `j` and `J` format s

[PATCH v4 10/10] AArch64: Use HS/LO instead of CS/CC

2025-05-28 Thread Karl Meakin
The CB family of instructions does not support using the CS or CC condition codes; instead the synonyms HS and LO must be used. GCC has traditionally used the CS and CC names. To work around this while avoiding test churn, add new `j` and `J` format specifiers and use them when generating CB instru