Searched defs:x86_reg (Results 1 - 5 of 5) sorted by last modified time

/external/mesa3d/src/mesa/x86/rtasm/
H A Dx86sse.h11 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 ds
[all...]
/external/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.h36 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 re
[all...]
/external/clang/test/CodeGen/
H A D2010-06-17-asmcrash.c7 typedef int64_t x86_reg; typedef
13 :"r" ((x86_reg)line_size)
/external/chromium_org/third_party/mesa/src/src/mesa/x86/rtasm/
H A Dx86sse.h11 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 ds
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.h36 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 re
[all...]

Completed in 150 milliseconds