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

  /bionic/libc/tools/
gensyscalls.py 166 x86_call = """\
327 result += x86_call % syscall
361 result += x86_call % syscall
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/rtasm/
x86sse.h 122 /* void x86_call( struct x86_function *p, void (*label)() ); */
123 void x86_call( struct x86_function *p, struct x86_reg reg);
x86sse.c 287 void x86_call( struct x86_function *p, void (*label)())
293 void x86_call( struct x86_function *p, struct x86_reg reg) function
  /external/mesa3d/src/mesa/x86/rtasm/
x86sse.h 122 /* void x86_call( struct x86_function *p, void (*label)() ); */
123 void x86_call( struct x86_function *p, struct x86_reg reg);
x86sse.c 287 void x86_call( struct x86_function *p, void (*label)())
293 void x86_call( struct x86_function *p, struct x86_reg reg) function
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
rtasm_x86sse.h 199 /* void x86_call( struct x86_function *p, void (*label)() ); */
200 void x86_call( struct x86_function *p, struct x86_reg reg);
rtasm_x86sse.c 446 void x86_call( struct x86_function *p, struct x86_reg reg) function
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_x86sse.h 199 /* void x86_call( struct x86_function *p, void (*label)() ); */
200 void x86_call( struct x86_function *p, struct x86_reg reg);
rtasm_x86sse.c 446 void x86_call( struct x86_function *p, struct x86_reg reg) function
    [all...]

Completed in 120 milliseconds