Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCCodeEmitter.cpp183 fixLoadStoreExclusive(const MCInst &MI, unsigned EncodedValue,
659 AArch64MCCodeEmitter::fixLoadStoreExclusive(const MCInst &MI, in fixLoadStoreExclusive() function in AArch64MCCodeEmitter
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td4276 // fixLoadStoreExclusive function. This function has template parameters:
4278 // fixLoadStoreExclusive<int hasRs, int hasRt2>
4311 let PostEncoderMethod = "fixLoadStoreExclusive<0,0>";
4342 let PostEncoderMethod = "fixLoadStoreExclusive<0,1>";
4369 let PostEncoderMethod = "fixLoadStoreExclusive<1,0>";