Home | History | Annotate | Download | only in ppc32

Lines Matching refs:ii16

4184 static uint16_t *ii16 = NULL;
4405 ii16 = malloc(200 * sizeof(uint32_t));
4409 ii16[i++] = tmp;
4415 ii16 = malloc(10 * sizeof(uint32_t));
4419 ii16[i++] = tmp;
4425 AB_DPRINTF("Registered %d ii16 values\n", i);
4590 printf("iarg16 %d: %08x %08x %08x\n", i, ii16[i],
4591 (unsigned int)&ii16[i], (unsigned int)ii16);
4799 patch_op_imm16(&func_buf[0], ii16[j]);
4813 name, iargs[i], ii16[j], res, flags, xer);