Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DAArch64ErrataFix.cpp81 static bool isST1MultipleOpcode(uint32_t instr) { in isST1MultipleOpcode() function
89 return (instr & 0xbfff0000) == 0x0c000000 && isST1MultipleOpcode(instr); in isST1Multiple()
94 return (instr & 0xbfe00000) == 0x0c800000 && isST1MultipleOpcode(instr); in isST1MultiplePost()