Searched refs:CNTLZW (Results 1 – 3 of 3) sorted by relevance
90 return push_inst(compiler, CNTLZW | S(src2) | A(dst)); in emit_single_op()96 FAIL_IF(push_inst(compiler, CNTLZW | S(dst) | A(dst))); in emit_single_op()
208 return push_inst(compiler, ((flags & ALT_FORM1) ? CNTLZW : CNTLZD) | S(src2) | A(dst)); in emit_single_op()214 FAIL_IF(push_inst(compiler, ((flags & ALT_FORM1) ? CNTLZW : CNTLZD) | S(dst) | A(dst))); in emit_single_op()
157 #define CNTLZW (HI(31) | LO(26)) macro
Completed in 24 milliseconds