Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp227 bool chkSl = true; in check() local
229 chkSl = checkSlots(); in check()
236 bool chk = chkP && chkNV && chkR && chkRRO && chkS && chkSh && chkSl && in check()