Searched refs:PPC_INST_SIZE (Results 1 – 4 of 4) sorted by relevance
55 p->store = rtasm_exec_malloc(p->max_inst * PPC_INST_SIZE); in ppc_init_func()271 newbuf = rtasm_exec_malloc(p->max_inst * PPC_INST_SIZE); in emit_instruction()273 memcpy(newbuf, p->store, p->num_inst * PPC_INST_SIZE); in emit_instruction()
38 #define PPC_INST_SIZE 4 /**< 4 bytes / instruction */ macro