Searched refs:RCX (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/amd64/amd64/ |
| H A D | bpf_jit_machdep.c | 257 MOVrq3(R8, RCX); in bpf_jit_compile() 276 MOVrq3(R8, RCX); in bpf_jit_compile() 277 MOVobw(RCX, RSI, AX); in bpf_jit_compile() 291 MOVrq3(R8, RCX); in bpf_jit_compile() 292 MOVobb(RCX, RSI, AL); in bpf_jit_compile() 324 MOVrq3(R8, RCX); in bpf_jit_compile() 348 MOVrq3(R8, RCX); in bpf_jit_compile() 349 MOVobw(RCX, RSI, AX); in bpf_jit_compile() 367 MOVrq3(R8, RCX); in bpf_jit_compile() 369 MOVobb(RCX, RSI, AL); in bpf_jit_compile() [all …]
|
| H A D | bpf_jit_machdep.h | 43 #define RCX 1 macro
|
| /f-stack/dpdk/lib/librte_bpf/ |
| H A D | bpf_jit_x86.c | 23 RCX = 1, /* scratch, 4th arg */ enumerator 72 [EBPF_REG_4] = RCX, 462 if (sreg != RCX) in emit_shift_reg() 463 emit_xchg_reg(st, RCX, sreg); in emit_shift_reg() 465 emit_shift(st, op, (dreg == RCX) ? sreg : dreg); in emit_shift_reg() 467 if (sreg != RCX) in emit_shift_reg() 468 emit_xchg_reg(st, RCX, sreg); in emit_shift_reg()
|