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

/external/chromium_org/third_party/mesa/src/src/mesa/x86/rtasm/
H A Dx86sse.c70 static void emit_2ub( struct x86_function *p, unsigned char b0, unsigned char b1 ) function
239 emit_2ub(p, 0x0f, 0x80 + cc);
249 emit_2ub(p, 0x0f, 0x80 + cc);
435 emit_2ub(p, 0xF3, X86_TWOB);
477 emit_2ub(p, X86_TWOB, 0x5F);
501 emit_2ub(p, X86_TWOB, 0x5D);
509 emit_2ub(p, X86_TWOB, 0x5C);
517 emit_2ub(p, X86_TWOB, 0x59);
533 emit_2ub(p, X86_TWOB, 0x58);
549 emit_2ub(
[all...]
/external/mesa3d/src/mesa/x86/rtasm/
H A Dx86sse.c70 static void emit_2ub( struct x86_function *p, unsigned char b0, unsigned char b1 ) function
239 emit_2ub(p, 0x0f, 0x80 + cc);
249 emit_2ub(p, 0x0f, 0x80 + cc);
435 emit_2ub(p, 0xF3, X86_TWOB);
477 emit_2ub(p, X86_TWOB, 0x5F);
501 emit_2ub(p, X86_TWOB, 0x5D);
509 emit_2ub(p, X86_TWOB, 0x5C);
517 emit_2ub(p, X86_TWOB, 0x59);
533 emit_2ub(p, X86_TWOB, 0x58);
549 emit_2ub(
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.c206 static void emit_2ub( struct x86_function *p, unsigned char b0, unsigned char b1 ) function
398 emit_2ub(p, 0x0f, 0x80 + cc);
409 emit_2ub(p, 0x0f, 0x80 + cc);
483 emit_2ub(p, imm & 0xff, imm >> 8);
489 emit_2ub(p, imm & 0xff, imm >> 8);
718 emit_2ub(p, 0x0f, 0xb6);
725 emit_2ub(p, 0x0f, 0xb7);
735 emit_2ub( p, 0x0f, 0x40 + cc );
797 emit_2ub(p, X86_TWOB, 0xAF);
838 emit_2ub(
[all...]
/external/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.c206 static void emit_2ub( struct x86_function *p, unsigned char b0, unsigned char b1 ) function
398 emit_2ub(p, 0x0f, 0x80 + cc);
409 emit_2ub(p, 0x0f, 0x80 + cc);
483 emit_2ub(p, imm & 0xff, imm >> 8);
489 emit_2ub(p, imm & 0xff, imm >> 8);
718 emit_2ub(p, 0x0f, 0xb6);
725 emit_2ub(p, 0x0f, 0xb7);
735 emit_2ub( p, 0x0f, 0x40 + cc );
797 emit_2ub(p, X86_TWOB, 0xAF);
838 emit_2ub(
[all...]

Completed in 134 milliseconds