Lines Matching defs:address
444 /* an instruction can reference at most one address register amongst
449 struct ir3_register *address;
515 * deadlock scenario where an address register gets scheduled,
517 * to dependency on a *different* address register value, the
519 * the instruction other than the address register are scheduled
520 * before the one that writes the address register. Having a
521 * convenient list of instructions that reference some address
993 * actually a source, the address to store to.
1972 struct ir3_instruction *address)
1982 ir3_instr_set_address(mov, address);