Searched defs:OrrImm (Results 1 - 1 of 1) sorted by path

/external/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp87 static bool tryOrrMovk(uint64_t UImm, uint64_t OrrImm, MachineInstr &MI, argument
95 if (AArch64_AM::processLogicalImmediate(OrrImm, 64, Encoding)) {
310 uint64_t OrrImm = UImm;
322 OrrImm = updateImm(OrrImm, Idx, Outside == 0);
333 OrrImm = updateImm(OrrImm, Idx, Inside != Mask);
346 AArch64_AM::processLogicalImmediate(OrrImm, 64, Encoding);
453 uint64_t OrrImm = replicateChunk(UImm, 3, 1);
454 if (tryOrrMovk(UImm, OrrImm, M
[all...]

Completed in 309 milliseconds