Lines Matching defs:mem
5 unsigned int mem[] = {
15 printf("MEM:\n");
284 : "r" (mem), "r" (index) \
287 printf("lwx :: out: 0x%08x mem[%d]\n", out, index); \
299 : "r" (mem), "r" (index) \
302 printf("lhx :: out: 0x%08x mem[%d]\n", out, index); \
314 : "r" (mem), "r" (index) \
317 printf("lbux :: out: 0x%08x mem[%d]\n", out, index); \
3660 ppMem(mem, 16);
3669 ppMem(mem, 16);
3678 ppMem(mem, 16);