Home | History | Annotate | Download | only in ppc32

Lines Matching refs:ii16

4280 static uint16_t *ii16 = NULL;
4501 ii16 = malloc(200 * sizeof(uint32_t));
4505 ii16[i++] = tmp;
4511 ii16 = malloc(10 * sizeof(uint32_t));
4515 ii16[i++] = tmp;
4521 AB_DPRINTF("Registered %d ii16 values\n", i);
4686 printf("iarg16 %d: %08x %08x %08x\n", i, ii16[i],
4687 (unsigned int)&ii16[i], (unsigned int)ii16);
4895 patch_op_imm16(&func_buf[0], ii16[j]);
4909 name, iargs[i], ii16[j], res, flags, xer);