OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPC_INST_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_ppc.h
38
#define
PPC_INST_SIZE
4 /**< 4 bytes / instruction */
rtasm_ppc.c
55
p->store = rtasm_exec_malloc(p->max_inst *
PPC_INST_SIZE
);
271
newbuf = rtasm_exec_malloc(p->max_inst *
PPC_INST_SIZE
);
273
memcpy(newbuf, p->store, p->num_inst *
PPC_INST_SIZE
);
Completed in 314 milliseconds