Home | History | Annotate | Download | only in ppc32

Lines Matching refs:ii16

4269 static uint16_t *ii16 = NULL;
4490 ii16 = malloc(200 * sizeof(uint32_t));
4494 ii16[i++] = tmp;
4500 ii16 = malloc(10 * sizeof(uint32_t));
4504 ii16[i++] = tmp;
4510 AB_DPRINTF("Registered %d ii16 values\n", i);
4675 printf("iarg16 %d: %08x %08x %08x\n", i, ii16[i],
4676 (unsigned int)&ii16[i], (unsigned int)ii16);
4884 patch_op_imm16(&func_buf[0], ii16[j]);
4898 name, iargs[i], ii16[j], res, flags, xer);