Searched refs:ZeroChunks (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ExpandImm.cpp | 245 unsigned OneChunks, unsigned ZeroChunks, in expandMOVImmSimple() argument 256 if (OneChunks > ZeroChunks) { in expandMOVImmSimple() 310 unsigned ZeroChunks = 0; in expandMOVImm() local 316 ZeroChunks++; in expandMOVImm() 320 if ((BitSize / 16) - OneChunks <= 1 || (BitSize / 16) - ZeroChunks <= 1) { in expandMOVImm() 321 expandMOVImmSimple(Imm, BitSize, OneChunks, ZeroChunks, Insn); in expandMOVImm() 338 if (OneChunks >= (BitSize / 16) - 2 || ZeroChunks >= (BitSize / 16) - 2) { in expandMOVImm() 339 expandMOVImmSimple(Imm, BitSize, OneChunks, ZeroChunks, Insn); in expandMOVImm() 383 if (OneChunks || ZeroChunks) { in expandMOVImm() 384 expandMOVImmSimple(Imm, BitSize, OneChunks, ZeroChunks, Insn); in expandMOVImm() [all …]
|