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