Searched refs:emit_bytes (Results 1 – 1 of 1) sorted by relevance
| /dpdk/lib/bpf/ |
| H A D | bpf_jit_x86.c | 151 emit_bytes(st, v.u8, sz); in emit_imm() 189 emit_bytes(st, &rex, sizeof(rex)); in emit_rex() 202 emit_bytes(st, &v, sizeof(v)); in emit_modregrm() 214 emit_bytes(st, &v, sizeof(v)); in emit_sib() 226 emit_bytes(st, &v, sizeof(v)); in emit_opcode() 239 emit_bytes(st, &ops, sizeof(ops)); in emit_xchg_reg() 253 emit_bytes(st, &ops, sizeof(ops)); in emit_neg() 269 emit_bytes(st, &ops, sizeof(ops)); in emit_mov_reg() 283 emit_bytes(st, ops, sizeof(ops)); in emit_movzwl() 299 emit_bytes(st, &ops, sizeof(ops)); in emit_ror_imm() [all …]
|