HomeSort by relevance Sort by last modified time
    Searched defs:ppc_function (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_ppc.h 54 struct ppc_function struct
68 extern void ppc_init_func(struct ppc_function *p);
69 extern void ppc_release_func(struct ppc_function *p);
70 extern uint ppc_num_instructions(const struct ppc_function *p);
71 extern void (*ppc_get_func( struct ppc_function *p ))( void );
72 extern void ppc_dump_func(const struct ppc_function *p);
74 extern void ppc_print_code(struct ppc_function *p, boolean enable);
75 extern void ppc_indent(struct ppc_function *p, int spaces);
76 extern void ppc_comment(struct ppc_function *p, int rel_indent, const char *s);
78 extern int ppc_reserve_register(struct ppc_function *p, int reg)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ppc.c 118 static void ppc_function (int);
251 { "function", ppc_function, 0 },
4384 ppc_function (int ignore ATTRIBUTE_UNUSED) function
    [all...]

Completed in 121 milliseconds