Home
last modified time | relevance | path

Searched refs:x86_jmp (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
Dx86arch.h265 typedef struct x86_jmp { struct
274 } x86_jmp; argument
289 void yasm_x86__bc_transform_jmp(yasm_bytecode *bc, x86_jmp *jmp);
Dx86bc.c148 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()
Dx86id.c503 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/
Dx86sse.h120 void x86_jmp( struct x86_function *p, unsigned char *label );
Dx86sse.c276 void x86_jmp( struct x86_function *p, unsigned char *label) in x86_jmp() function
/external/mesa3d/src/mesa/x86/rtasm/
Dx86sse.h120 void x86_jmp( struct x86_function *p, unsigned char *label );
Dx86sse.c276 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/
Drtasm_x86sse.h197 void x86_jmp( struct x86_function *p, int label );
Drtasm_x86sse.c439 void x86_jmp( struct x86_function *p, int label) in x86_jmp() function
/external/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.h197 void x86_jmp( struct x86_function *p, int label );
Drtasm_x86sse.c439 void x86_jmp( struct x86_function *p, int label) in x86_jmp() function