Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostSelectOptimize.cpp183 unsigned UMOV) { in foldCopyDup() argument
213 BuildMI(*MI.getParent(), MI, MI.getDebugLoc(), TII->get(UMOV), Dst) in foldCopyDup()
/src/bin/ed/
H A Dundo.c107 case UMOV: in pop_undo_stack()
H A Ded.h77 #define UMOV 2 macro
H A Dmain.c1108 } else if (push_undo_stack(UMOV, p, n) == NULL || in move_lines()
1109 push_undo_stack(UMOV, addr, INC_MOD(addr, addr_last)) == NULL) { in move_lines()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedCyclone.td363 // SMOV,UMOV R,V[x]
H A DAArch64InstrInfo.td6783 // SMOV and UMOV definitions, with some extra patterns for convenience
6785 defm UMOV : UMov;
6809 // for AArch64. Match these patterns here since UMOV already zeroes out the high
H A DAArch64InstrFormats.td7929 // UMOV with vector index of 0 are legal in Scalable Matrix Extension (SME)