Searched refs:expandMOVImmSimple (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp246 static inline void expandMOVImmSimple(uint64_t Imm, unsigned BitSize, function in namespace:llvm::AArch64_IMM
323 expandMOVImmSimple(Imm, BitSize, OneChunks, ZeroChunks, Insn);
341 expandMOVImmSimple(Imm, BitSize, OneChunks, ZeroChunks, Insn);
386 expandMOVImmSimple(Imm, BitSize, OneChunks, ZeroChunks, Insn);
406 expandMOVImmSimple(Imm, BitSize, OneChunks, ZeroChunks, Insn);

Completed in 78 milliseconds