Searched refs:right_operand (Results 1 – 1 of 1) sorted by relevance
463 struct cmdq_operand *right_operand) in cmdq_pkt_logic_command() argument467 if (!left_operand || !right_operand || s_op >= CMDQ_LOGIC_MAX) in cmdq_pkt_logic_command()474 inst.arg_c_t = cmdq_operand_get_type(right_operand); in cmdq_pkt_logic_command()478 inst.arg_c = cmdq_operand_get_idx_value(right_operand); in cmdq_pkt_logic_command()
Completed in 7 milliseconds