Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3496 int64_t ExtraBaseRegUpdate = in emitLoop() local
3507 .addImm(1 + ExtraBaseRegUpdate / 16) in emitLoop()
3510 } else if (ExtraBaseRegUpdate) { in emitLoop()
3514 TII->get(ExtraBaseRegUpdate > 0 ? AArch64::ADDXri : AArch64::SUBXri)) in emitLoop()
3517 .addImm(std::abs(ExtraBaseRegUpdate)) in emitLoop()