Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_jit_x86.c361 uint32_t bop, imsz; in emit_alu_imm() local
374 mod = mods[bop]; in emit_alu_imm()
397 uint32_t bop; in emit_alu_reg() local
410 emit_bytes(st, &ops[bop], sizeof(ops[bop])); in emit_alu_reg()
418 uint32_t bop, opx; in emit_shift() local
428 mod = mods[bop]; in emit_shift()
758 uint32_t bop; in emit_movcc_reg() local
777 emit_bytes(st, ops[bop], sizeof(ops[bop])); in emit_movcc_reg()
798 uint32_t bop, imsz; in emit_abs_jcc() local
841 emit_bytes(st, &op8[bop], sizeof(op8[bop])); in emit_abs_jcc()
[all …]
/f-stack/freebsd/kern/
H A Dvnode_if.src451 OUT struct bufobj **bop;