Searched refs:left_operand (Results 1 – 2 of 2) sorted by relevance
476 struct cmdq_operand *left_operand, in cmdq_pkt_logic_command() argument482 if (!left_operand || !right_operand || s_op >= CMDQ_LOGIC_MAX) in cmdq_pkt_logic_command()487 inst.src_t = cmdq_operand_get_type(left_operand); in cmdq_pkt_logic_command()491 inst.src_reg = cmdq_operand_get_idx_value(left_operand); in cmdq_pkt_logic_command()
313 struct cmdq_operand *left_operand,