HomeSort by relevance Sort by last modified time
    Searched refs:emit_1ub (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/x86/rtasm/
x86sse.c 64 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(p, 0xe8)
    [all...]
  /external/mesa3d/src/mesa/x86/rtasm/
x86sse.c 64 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(p, 0xe8)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
rtasm_x86sse.c 200 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(p, 0xe9)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_x86sse.c 200 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(p, 0xe9)
    [all...]

Completed in 40 milliseconds