Searched defs:reg_link (Results 1 – 3 of 3) sorted by relevance
810 struct reg_link { struct813 reg_link(elk_fs_inst *inst, unsigned src, bool negate, enum interpreted_type type) in reg_link() function816 struct exec_node link;817 elk_fs_inst *inst;818 uint8_t src;819 bool negate;820 enum interpreted_type type;
773 struct reg_link { struct776 reg_link(fs_inst *inst, unsigned src, bool negate, enum interpreted_type type) in reg_link() function790 reg_link *l = new(mem_ctx) reg_link(inst, src, negate, type); in link() argument
224 struct list_head reg_link; member