Lines Matching defs:address
465 * sequences for each use of a given NIR level src as address
564 /* relative (indirect) if address!=NULL */
567 struct ir3_instruction *address)
588 IR3_REG_ARRAY | COND(address, IR3_REG_RELATIV) | flags);
597 if (address)
598 ir3_instr_set_address(mov, address);
603 /* relative (indirect) if address!=NULL */
607 struct ir3_instruction *address)
620 if (!address && !is_meta(src)) {
655 IR3_REG_SSA | IR3_REG_ARRAY | flags | COND(address, IR3_REG_RELATIV));
666 if (address)
667 ir3_instr_set_address(mov, address);