Home
last modified time | relevance | path

Searched refs:fixLoadStoreExclusive (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCCodeEmitter.cpp188 fixLoadStoreExclusive(const MCInst &MI, unsigned EncodedValue,
732 AArch64MCCodeEmitter::fixLoadStoreExclusive(const MCInst &MI, in fixLoadStoreExclusive() function in AArch64MCCodeEmitter
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td4690 // fixLoadStoreExclusive function. This function has template parameters:
4692 // fixLoadStoreExclusive<int hasRs, int hasRt2>
4725 let PostEncoderMethod = "fixLoadStoreExclusive<0,0>";
4756 let PostEncoderMethod = "fixLoadStoreExclusive<0,1>";
4783 let PostEncoderMethod = "fixLoadStoreExclusive<1,0>";