diff options
author | Victor Campos <victor.campos@arm.com> | 2025-02-17 11:43:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-17 11:43:36 +0000 |
commit | 43d308dd0d9ef18d35ea6dcc9283fcbc93066820 (patch) | |
tree | 379f96a981240b2848002cbcd9583ff753359f7b /llvm/docs/tutorial/MyFirstLanguageFrontend | |
parent | 80b08d1bb803a2ee0af7ae5661dc8f2444d97a41 (diff) | |
download | llvm-43d308dd0d9ef18d35ea6dcc9283fcbc93066820.zip llvm-43d308dd0d9ef18d35ea6dcc9283fcbc93066820.tar.gz llvm-43d308dd0d9ef18d35ea6dcc9283fcbc93066820.tar.bz2 |
[compiler-rt] Add support for big endian for Arm's __negdf2vfp (#127096)
In soft floating-point ABI, this function takes the double argument as a
pair of registers r0 and r1.
The ordering of these two registers follow the endianness rules,
therefore the register on which the bit flipping must happen depends on
the endianness.
Diffstat (limited to 'llvm/docs/tutorial/MyFirstLanguageFrontend')
0 files changed, 0 insertions, 0 deletions