Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiAluCode.h48 unsigned const OP_ENCODING_MASK = 0x07; in encodeLanaiAluCode() local
49 return AluOp & OP_ENCODING_MASK; in encodeLanaiAluCode()