Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCCodeEmitter.cpp184 fixLoadStoreExclusive(const MCInst &MI, unsigned EncodedValue,
625 AArch64MCCodeEmitter::fixLoadStoreExclusive(const MCInst &MI, in fixLoadStoreExclusive() function in AArch64MCCodeEmitter
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td3886 // fixLoadStoreExclusive function. This function has template parameters:
3888 // fixLoadStoreExclusive<int hasRs, int hasRt2>
3921 let PostEncoderMethod = "fixLoadStoreExclusive<0,0>";
3952 let PostEncoderMethod = "fixLoadStoreExclusive<0,1>";
3979 let PostEncoderMethod = "fixLoadStoreExclusive<1,0>";