Searched refs:x86_jmp (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
D | x86arch.h | 265 typedef struct x86_jmp { struct 274 } x86_jmp; argument 289 void yasm_x86__bc_transform_jmp(yasm_bytecode *bc, x86_jmp *jmp);
|
D | x86bc.c | 148 yasm_x86__bc_transform_jmp(yasm_bytecode *bc, x86_jmp *jmp) in yasm_x86__bc_transform_jmp() 355 x86_jmp *jmp = (x86_jmp *)contents; in x86_bc_jmp_destroy() 448 const x86_jmp *jmp = (const x86_jmp *)contents; in x86_bc_jmp_print() 668 x86_jmp *jmp = (x86_jmp *)bc->contents; in x86_bc_jmp_calc_len() 737 x86_jmp *jmp = (x86_jmp *)bc->contents; in x86_bc_jmp_expand() 914 x86_jmp *jmp = (x86_jmp *)bc->contents; in x86_bc_jmp_tobytes()
|
D | x86id.c | 503 x86_jmp *jmp; in x86_finalize_jmp() 519 jmp = yasm_xmalloc(sizeof(x86_jmp)); in x86_finalize_jmp()
|
/external/chromium_org/third_party/mesa/src/src/mesa/x86/rtasm/ |
D | x86sse.h | 120 void x86_jmp( struct x86_function *p, unsigned char *label );
|
D | x86sse.c | 276 void x86_jmp( struct x86_function *p, unsigned char *label) in x86_jmp() function
|
/external/mesa3d/src/mesa/x86/rtasm/ |
D | x86sse.h | 120 void x86_jmp( struct x86_function *p, unsigned char *label );
|
D | x86sse.c | 276 void x86_jmp( struct x86_function *p, unsigned char *label) in x86_jmp() function
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.h | 197 void x86_jmp( struct x86_function *p, int label );
|
D | rtasm_x86sse.c | 439 void x86_jmp( struct x86_function *p, int label) in x86_jmp() function
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.h | 197 void x86_jmp( struct x86_function *p, int label );
|
D | rtasm_x86sse.c | 439 void x86_jmp( struct x86_function *p, int label) in x86_jmp() function
|