Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_hexagon.cpp64 static const uint32_t IMM_MASK_HIGH = 0x00fff << 14; in encodeConstantExtender() local
70 const uint32_t high = (Imm & IMM_MASK_HIGH) << 16; in encodeConstantExtender()