Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp333 unsigned LdxpOp, StxpOp; in expandCMP_SWAP_128() local
338 StxpOp = AArch64::STXPX; in expandCMP_SWAP_128()
342 StxpOp = AArch64::STLXPX; in expandCMP_SWAP_128()
346 StxpOp = AArch64::STXPX; in expandCMP_SWAP_128()
350 StxpOp = AArch64::STLXPX; in expandCMP_SWAP_128()
401 BuildMI(StoreBB, MIMD, TII->get(StxpOp), StatusReg) in expandCMP_SWAP_128()
415 BuildMI(FailBB, MIMD, TII->get(StxpOp), StatusReg) in expandCMP_SWAP_128()