OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STREXD
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMInstPrinter.cpp
253
// ldrexd/
strexd
require even/odd GPR pair. To enforce this constraint,
259
case ARM::
STREXD
:
263
bool isStore = Opcode == ARM::
STREXD
|| Opcode == ARM::STLEXD;
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp
1693
/// ARM's ldrexd/
strexd
take a consecutive register pair (represented as a
1708
/// Expand a 64-bit CMP_SWAP to an ldrexd/
strexd
loop.
1770
//
strexd
rTempReg, rNewLo, rNewHi, [rAddr]
1773
unsigned
STREXD
= IsThumb ? ARM::t2STREXD : ARM::
STREXD
;
1774
MIB = BuildMI(StoreBB, DL, TII->get(
STREXD
), TempReg);
ARMISelDAGToDAG.cpp
4585
: (IsRelease ? ARM::STLEXD : ARM::
STREXD
);
5457
// However, some instrstions (e.g. ldrexd/
strexd
in ARM mode) require
Completed in 59 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026