Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_hexagon.cpp63 static const uint32_t IMM_MASK_LOW = 0x03fff; in encodeConstantExtender() local
71 const uint32_t low = Imm & IMM_MASK_LOW; in encodeConstantExtender()