Searched refs:emit_1ub (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/x86/rtasm/
H A Dx86sse.c64 static void emit_1ub( struct x86_function *p, unsigned char b0 ) function
101 emit_1ub(p, val);
107 emit_1ub(p, 0x24); /* simplistic! */
148 emit_1ub(p, op_dst_is_reg);
155 emit_1ub(p, op_dst_is_mem);
234 emit_1ub(p, 0x70 + cc);
256 emit_1ub(p, 0xe9);
263 emit_1ub(p, 0xe8);
278 emit_1ub(p, 0xe9);
289 emit_1ub(
[all...]
/external/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.c200 static void emit_1ub( struct x86_function *p, unsigned char b0 ) function
243 emit_1ub(p, val);
250 emit_1ub(p, 0x24); /* simplistic! */
292 emit_1ub(p, op_dst_is_reg);
299 emit_1ub(p, op_dst_is_mem);
374 emit_1ub(p, 0x48);
393 emit_1ub(p, 0x70 + cc);
417 emit_1ub(p, 0xe9);
426 emit_1ub(p, 0xe8);
442 emit_1ub(
[all...]

Completed in 358 milliseconds