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

  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_x86sse.h 36 struct x86_reg { struct
161 void x86_print_reg( struct x86_reg reg );
166 struct x86_reg x86_make_reg( enum x86_reg_file file,
169 struct x86_reg x86_make_disp( struct x86_reg reg,
172 struct x86_reg x86_deref( struct x86_reg reg );
174 struct x86_reg x86_get_base_reg( struct x86_reg reg );
200 void x86_call( struct x86_function *p, struct x86_reg reg)
    [all...]
rtasm_x86sse.c 43 void x86_print_reg( struct x86_reg reg )
228 struct x86_reg reg,
229 struct x86_reg regmem )
273 struct x86_reg regmem )
275 struct x86_reg dummy = x86_make_reg(file_REG32, op);
287 struct x86_reg dst,
288 struct x86_reg src )
316 struct x86_reg x86_make_reg( enum x86_reg_file file,
319 struct x86_reg reg;
329 struct x86_reg x86_make_disp( struct x86_reg reg
    [all...]
  /external/mesa3d/src/mesa/x86/rtasm/
x86sse.h 11 struct x86_reg { struct
91 struct x86_reg x86_make_reg( enum x86_reg_file file,
94 struct x86_reg x86_make_disp( struct x86_reg reg,
97 struct x86_reg x86_deref( struct x86_reg reg );
99 struct x86_reg x86_get_base_reg( struct x86_reg reg );
123 void x86_call( struct x86_function *p, struct x86_reg reg);
129 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm )
    [all...]
x86sse.c 90 struct x86_reg reg,
91 struct x86_reg regmem )
129 struct x86_reg regmem )
131 struct x86_reg dummy = x86_make_reg(file_REG32, op);
143 struct x86_reg dst,
144 struct x86_reg src )
172 struct x86_reg x86_make_reg( enum x86_reg_file file,
175 struct x86_reg reg;
185 struct x86_reg x86_make_disp( struct x86_reg reg
    [all...]
  /external/clang/test/CodeGen/
2010-06-17-asmcrash.c 7 typedef int64_t x86_reg; typedef
13 :"r" ((x86_reg)line_size)
  /external/mesa3d/src/mesa/tnl/
t_vertex_sse.c 63 struct x86_reg identity;
64 struct x86_reg chan0;
68 static struct x86_reg get_identity( struct x86_program *p )
74 struct x86_reg dest,
75 struct x86_reg arg0 )
81 struct x86_reg dest,
82 struct x86_reg arg0 )
98 struct x86_reg dest,
99 struct x86_reg arg0 )
108 struct x86_reg dest
    [all...]
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c 119 struct x86_reg tmp_EAX;
120 struct x86_reg tmp2_EDX;
121 struct x86_reg src_ECX;
122 struct x86_reg idx_ESI; /* either start+i or &elt[i] */
123 struct x86_reg machine_EDI;
124 struct x86_reg outbuf_EBX;
125 struct x86_reg count_EBP; /* decrements to zero */
133 static struct x86_reg get_const( struct translate_sse *p, unsigned id)
135 struct x86_reg reg;
169 struct x86_reg data
    [all...]

Completed in 1264 milliseconds