Searched refs:IMM_MASK_HIGH (Results 1 – 1 of 1) sorted by relevance
64 static const uint32_t IMM_MASK_HIGH = 0x00fff << 14; in encodeConstantExtender() local70 const uint32_t high = (Imm & IMM_MASK_HIGH) << 16; in encodeConstantExtender()