Searched refs:LDST_OFFSET_MASK (Results 1 – 2 of 2) sorted by relevance
733 program->buffer[line]) & (uint32_t)~LDST_OFFSET_MASK; in rta_patch_load()736 opcode |= (new_ref << LDST_OFFSET_SHIFT) & LDST_OFFSET_MASK; in rta_patch_load()739 LDST_OFFSET_MASK; in rta_patch_load()757 opcode &= (uint32_t)~LDST_OFFSET_MASK; in rta_patch_store()765 opcode |= ((new_ref) << LDST_OFFSET_SHIFT) & LDST_OFFSET_MASK; in rta_patch_store()769 LDST_OFFSET_MASK; in rta_patch_store()
318 #define LDST_OFFSET_MASK (0xff << LDST_OFFSET_SHIFT) macro