Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.c214 static void emit_3ub( struct x86_function *p, unsigned char b0, unsigned char b1, unsigned char b2 ) in emit_3ub() function
640 emit_3ub(p, 0xc2, imm & 0xff, (imm >> 8) & 0xff); in x86_retw()
995 emit_3ub(p, 0xF3, X86_TWOB, 0x5F); in sse_maxss()
1004 emit_3ub(p, 0xF3, X86_TWOB, 0x5E); in sse_divss()
1040 emit_3ub(p, 0xF3, X86_TWOB, 0x59); in sse_mulss()
1058 emit_3ub(p, 0xF3, X86_TWOB, 0x58); in sse_addss()
1094 emit_3ub(p, 0xF3, X86_TWOB, 0x52); in sse_rsqrtss()
1205 emit_3ub(p, 0x66, X86_TWOB, 0xD7); in sse_pmovmskb()
1242 emit_3ub(p, 0xf3, 0x0f, 0x7e); in sse2_movq()
1249 emit_3ub(p, 0x66, 0x0f, 0xd6); in sse2_movq()
[all …]