OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:x86_reg
(Results
1 - 3
of
3
) sorted by null
/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/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
...]
/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
...]
Completed in 46 milliseconds