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

  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_x86sse.h 51 struct x86_function { struct
138 /* make this read a member of x86_function if target != host is desired */
139 static inline enum x86_target x86_target( struct x86_function* p )
150 static inline unsigned x86_target_caps( struct x86_function* p )
155 void x86_init_func( struct x86_function *p );
156 void x86_init_func_size( struct x86_function *p, unsigned code_size );
157 void x86_release_func( struct x86_function *p );
158 x86_func x86_get_func( struct x86_function *p );
180 int x86_get_label( struct x86_function *p );
182 void x64_rexw(struct x86_function *p)
    [all...]
rtasm_x86sse.c 140 static void do_realloc( struct x86_function *p )
175 static unsigned char *reserve( struct x86_function *p, int bytes )
189 static void emit_1b( struct x86_function *p, char b0 )
195 static void emit_1i( struct x86_function *p, int i0 )
201 static void emit_1ub( struct x86_function *p, unsigned char b0 )
207 static void emit_2ub( struct x86_function *p, unsigned char b0, unsigned char b1 )
214 static void emit_3ub( struct x86_function *p, unsigned char b0, unsigned char b1, unsigned char b2 )
228 static void emit_modrm( struct x86_function *p,
272 static void emit_modrm_noreg( struct x86_function *p,
285 static void emit_op_modrm( struct x86_function *p
    [all...]
  /external/mesa3d/src/mesa/x86/rtasm/
x86sse.h 18 struct x86_function { struct
82 void x86_init_func( struct x86_function *p );
83 int x86_init_func_size( struct x86_function *p, unsigned code_size );
84 void x86_release_func( struct x86_function *p );
85 void (*x86_get_func( struct x86_function *p ))( void );
104 unsigned char *x86_get_label( struct x86_function *p );
106 void x86_jcc( struct x86_function *p,
110 unsigned char *x86_jcc_forward( struct x86_function *p,
113 unsigned char *x86_jmp_forward( struct x86_function *p);
115 unsigned char *x86_call_forward( struct x86_function *p)
    [all...]
x86sse.c 20 static void do_realloc( struct x86_function *p )
40 static unsigned char *reserve( struct x86_function *p, int bytes )
54 static void emit_1b( struct x86_function *p, char b0 )
60 static void emit_1i( struct x86_function *p, int i0 )
66 static void emit_1ub( struct x86_function *p, unsigned char b0 )
72 static void emit_2ub( struct x86_function *p, unsigned char b0, unsigned char b1 )
79 static void emit_3ub( struct x86_function *p, unsigned char b0, unsigned char b1, unsigned char b2 )
91 static void emit_modrm( struct x86_function *p,
129 static void emit_modrm_noreg( struct x86_function *p,
142 static void emit_op_modrm( struct x86_function *p
    [all...]
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c 97 struct x86_function linear_func;
98 struct x86_function elt_func;
99 struct x86_function elt16_func;
100 struct x86_function elt8_func;
101 struct x86_function *func;
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vertex_sse.c 56 struct x86_function func;

Completed in 289 milliseconds