Searched refs:emit_bytes (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/lib/librte_bpf/ |
| H A D | bpf_jit_x86.c | 156 emit_bytes(st, v.u8, sz); in emit_imm() 194 emit_bytes(st, &rex, sizeof(rex)); in emit_rex() 207 emit_bytes(st, &v, sizeof(v)); in emit_modregrm() 219 emit_bytes(st, &v, sizeof(v)); in emit_sib() 231 emit_bytes(st, &v, sizeof(v)); in emit_opcode() 244 emit_bytes(st, &ops, sizeof(ops)); in emit_xchg_reg() 258 emit_bytes(st, &ops, sizeof(ops)); in emit_neg() 274 emit_bytes(st, &ops, sizeof(ops)); in emit_mov_reg() 288 emit_bytes(st, ops, sizeof(ops)); in emit_movzwl() 304 emit_bytes(st, &ops, sizeof(ops)); in emit_ror_imm() [all …]
|