Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCCodeEmitter.cpp168 fixLoadStoreExclusive(const MCInst &MI, unsigned EncodedValue,
567 AArch64MCCodeEmitter::fixLoadStoreExclusive(const MCInst &MI, in fixLoadStoreExclusive() function in AArch64MCCodeEmitter
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCCodeEmitter.cpp184 fixLoadStoreExclusive(const MCInst &MI, unsigned EncodedValue,
625 AArch64MCCodeEmitter::fixLoadStoreExclusive(const MCInst &MI, in fixLoadStoreExclusive() function in AArch64MCCodeEmitter
/external/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td3389 // fixLoadStoreExclusive function. This function has template parameters:
3391 // fixLoadStoreExclusive<int hasRs, int hasRt2>
3424 let PostEncoderMethod = "fixLoadStoreExclusive<0,0>";
3455 let PostEncoderMethod = "fixLoadStoreExclusive<0,1>";
3482 let PostEncoderMethod = "fixLoadStoreExclusive<1,0>";
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td3820 // fixLoadStoreExclusive function. This function has template parameters:
3822 // fixLoadStoreExclusive<int hasRs, int hasRt2>
3855 let PostEncoderMethod = "fixLoadStoreExclusive<0,0>";
3886 let PostEncoderMethod = "fixLoadStoreExclusive<0,1>";
3913 let PostEncoderMethod = "fixLoadStoreExclusive<1,0>";
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenMCCodeEmitter.inc9872 Value = fixLoadStoreExclusive<0,0>(MI, Value, STI);
9923 Value = fixLoadStoreExclusive<0,1>(MI, Value, STI);
10820 Value = fixLoadStoreExclusive<1,0>(MI, Value, STI);