Searched refs:opmask (Results 1 – 4 of 4) sorted by relevance
155 u_int32_t opmask; member355 npop = ilog2(pop->opcode | pop->opmask); in misalignment()362 if ((opcode & pop->opmask) == pop->opcode) in misalignment()366 xm = pop->opmask >> (npop - noc); in misalignment()
679 u8 opval, opmask; in sc_alloc() local746 opmask = USER_OPCODE_CHECK_MASK; in sc_alloc()749 opmask = OPCODE_CHECK_MASK_DISABLED; in sc_alloc()754 ((u64)opmask << SC(CHECK_OPCODE_MASK_SHIFT)) | in sc_alloc()
1727 u8 opval, opmask; in init_sdma_regs() local1748 opmask = OPCODE_CHECK_MASK_DISABLED; in init_sdma_regs()1751 (opmask << SEND_CTXT_CHECK_OPCODE_MASK_SHIFT) | in init_sdma_regs()
1782 unsigned char opmask; in find_insn() local1854 opmask = formats[table->format][0]; in find_insn()1855 if (table->opfrag == (opfrag & opmask)) in find_insn()