Searched refs:x86_function (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.h | 51 struct x86_function { struct 139 static inline enum x86_target x86_target( struct x86_function* p ) in x86_target() 150 static inline unsigned x86_target_caps( struct x86_function* p ) in x86_target_caps() 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); 184 void x86_jcc( struct x86_function *p, [all …]
|
D | rtasm_x86sse.c | 140 static void do_realloc( struct x86_function *p ) in do_realloc() 175 static unsigned char *reserve( struct x86_function *p, int bytes ) in reserve() 189 static void emit_1b( struct x86_function *p, char b0 ) in emit_1b() 195 static void emit_1i( struct x86_function *p, int i0 ) in emit_1i() 201 static void emit_1ub( struct x86_function *p, unsigned char b0 ) in emit_1ub() 207 static void emit_2ub( struct x86_function *p, unsigned char b0, unsigned char b1 ) in emit_2ub() 214 static void emit_3ub( struct x86_function *p, unsigned char b0, unsigned char b1, unsigned char b2 ) in emit_3ub() 228 static void emit_modrm( struct x86_function *p, in emit_modrm() 272 static void emit_modrm_noreg( struct x86_function *p, in emit_modrm_noreg() 285 static void emit_op_modrm( struct x86_function *p, in emit_op_modrm() [all …]
|
/external/mesa3d/src/mesa/x86/rtasm/ |
D | 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 …]
|
D | x86sse.c | 22 static void do_realloc( struct x86_function *p ) in do_realloc() 42 static unsigned char *reserve( struct x86_function *p, int bytes ) in reserve() 56 static void emit_1b( struct x86_function *p, char b0 ) in emit_1b() 62 static void emit_1i( struct x86_function *p, int i0 ) in emit_1i() 68 static void emit_1ub( struct x86_function *p, unsigned char b0 ) in emit_1ub() 74 static void emit_2ub( struct x86_function *p, unsigned char b0, unsigned char b1 ) in emit_2ub() 81 static void emit_3ub( struct x86_function *p, unsigned char b0, unsigned char b1, unsigned char b2 ) in emit_3ub() 93 static void emit_modrm( struct x86_function *p, in emit_modrm() 131 static void emit_modrm_noreg( struct x86_function *p, in emit_modrm_noreg() 144 static void emit_op_modrm( struct x86_function *p, in emit_op_modrm() [all …]
|
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | 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; 1293 struct x86_function *func, unsigned index_size) in build_vertex_emit()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vertex_sse.c | 56 struct x86_function func;
|