Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCCodeEmitter.cpp186 fixLoadStoreExclusive(const MCInst &MI, unsigned EncodedValue,
620 AArch64MCCodeEmitter::fixLoadStoreExclusive(const MCInst &MI, in fixLoadStoreExclusive() function in AArch64MCCodeEmitter
/external/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td3392 // fixLoadStoreExclusive function. This function has template parameters:
3394 // fixLoadStoreExclusive<int hasRs, int hasRt2>
3427 let PostEncoderMethod = "fixLoadStoreExclusive<0,0>";
3458 let PostEncoderMethod = "fixLoadStoreExclusive<0,1>";
3485 let PostEncoderMethod = "fixLoadStoreExclusive<1,0>";