Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DAArch64ErrataFix.cpp80 static bool isST1MultipleOpcode(uint32_t instr) { in isST1MultipleOpcode() function
88 return (instr & 0xbfff0000) == 0x0c000000 && isST1MultipleOpcode(instr); in isST1Multiple()
93 return (instr & 0xbfe00000) == 0x0c800000 && isST1MultipleOpcode(instr); in isST1MultiplePost()