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

  /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...]
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_x86sse.h 50 struct x86_function { struct
137 /* make this read a member of x86_function if target != host is desired */
138 static INLINE enum x86_target x86_target( struct x86_function* p )
149 static INLINE unsigned x86_target_caps( struct x86_function* p )
154 void x86_init_func( struct x86_function *p );
155 void x86_init_func_size( struct x86_function *p, unsigned code_size );
156 void x86_release_func( struct x86_function *p );
157 x86_func x86_get_func( struct x86_function *p );
179 int x86_get_label( struct x86_function *p );
181 void x64_rexw(struct x86_function *p)
    [all...]

Completed in 53 milliseconds