Searched refs:emitm (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/i386/i386/
H A Dbpf_jit_machdep.h110 emitm(&stream, (11 << 4) | (1 << 3) | (r32 & 0x7), 1); \
111 emitm(&stream, i32, 4); \
116 emitm(&stream, 0x89, 1); \
117 emitm(&stream, \
123 emitm(&stream, 0x8b, 1); \
124 emitm(&stream, \
126 emitm(&stream, off, 1); \
131 emitm(&stream, 0x8b, 1); \
132 emitm(&stream, ((dr32 & 0x7) << 3) | 4, 1); \
133 emitm(
[all...]
H A Dbpf_jit_machdep.c167 emit_func emitm; local
198 emitm = emit_length;
660 emitm = emit_code;
/freebsd-11-stable/sys/amd64/amd64/
H A Dbpf_jit_machdep.h135 emitm(&stream, (11 << 4) | (1 << 3) | (r32 & 0x7), 1); \
136 emitm(&stream, i32, 4); \
141 emitm(&stream, 0x48, 1); \
142 emitm(&stream, (11 << 4) | (1 << 3) | (r64 & 0x7), 1); \
143 emitm(&stream, i64, 4); \
144 emitm(&stream, (i64 >> 32), 4); \
149 emitm(&stream, 0x89, 1); \
150 emitm(&stream, \
156 emitm(&stream, 0x8941, 2); \
157 emitm(
[all...]
H A Dbpf_jit_machdep.c167 emit_func emitm; local
197 emitm = emit_length;
631 emitm = emit_code;

Completed in 69 milliseconds