Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dbpf_jit_machdep.c388 SHLib(2, EDX); in bpf_jit_compile()
578 SHLib((ins->k) & 0xff, EAX); in bpf_jit_compile()
H A Dbpf_jit_machdep.h381 #define SHLib(i8, r32) do { \ macro
/f-stack/freebsd/i386/i386/
H A Dbpf_jit_machdep.c402 SHLib(2, EDX); in bpf_jit_compile()
608 SHLib((ins->k) & 0xff, EAX); in bpf_jit_compile()
H A Dbpf_jit_machdep.h326 #define SHLib(i8, r32) do { \ macro