Home
last modified time | relevance | path

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

/freebsd/sys/amd64/amd64/
H A Dbpf_jit_machdep.c386 SHLib(2, EDX); in bpf_jit_compile()
576 SHLib((ins->k) & 0xff, EAX); in bpf_jit_compile()
H A Dbpf_jit_machdep.h379 #define SHLib(i8, r32) do { \ macro
/freebsd/sys/i386/i386/
H A Dbpf_jit_machdep.c400 SHLib(2, EDX); in bpf_jit_compile()
606 SHLib((ins->k) & 0xff, EAX); in bpf_jit_compile()
H A Dbpf_jit_machdep.h324 #define SHLib(i8, r32) do { \ macro