Searched refs:UMOV (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64PostSelectOptimize.cpp | 183 unsigned UMOV) { in foldCopyDup() argument 213 BuildMI(*MI.getParent(), MI, MI.getDebugLoc(), TII->get(UMOV), Dst) in foldCopyDup()
|
| /src/bin/ed/ |
| H A D | undo.c | 107 case UMOV: in pop_undo_stack()
|
| H A D | ed.h | 77 #define UMOV 2 macro
|
| H A D | main.c | 1108 } 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 D | AArch64SchedCyclone.td | 363 // SMOV,UMOV R,V[x]
|
| H A D | AArch64InstrInfo.td | 6783 // 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 D | AArch64InstrFormats.td | 7929 // UMOV with vector index of 0 are legal in Scalable Matrix Extension (SME)
|