Searched refs:cb_opc (Results 1 – 1 of 1) sorted by relevance
627 static void emit_cbcond(unsigned int cb_opc, unsigned int from_idx, unsigned int to_idx, in emit_cbcond() argument632 emit(cb_opc | WDISP10(off << 2) | RS1(dst) | RS2(src), ctx); in emit_cbcond()635 static void emit_cbcondi(unsigned int cb_opc, unsigned int from_idx, unsigned int to_idx, in emit_cbcondi() argument640 emit(cb_opc | IMMED | WDISP10(off << 2) | RS1(dst) | S5(imm), ctx); in emit_cbcondi()