Home
last modified time | relevance | path

Searched refs:cb_opc (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/sparc/net/
H A Dbpf_jit_comp_64.c627 static void emit_cbcond(unsigned int cb_opc, unsigned int from_idx, unsigned int to_idx, in emit_cbcond() argument
632 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() argument
640 emit(cb_opc | IMMED | WDISP10(off << 2) | RS1(dst) | S5(imm), ctx); in emit_cbcondi()