Searched refs:INSTR_ALU_AND (Results 1 – 2 of 2) sorted by relevance
3092 instr->type = INSTR_ALU_AND; in instr_alu_and_translate()6739 [INSTR_ALU_AND] = instr_alu_and_exec,10119 case INSTR_ALU_AND: return "INSTR_ALU_AND"; in instr_type_to_name()10988 [INSTR_ALU_AND] = instr_alu_export,11206 case INSTR_ALU_AND: return "__instr_alu_and_exec"; in instr_type_to_func()
325 INSTR_ALU_AND, /* dst = MEF, src = MEFT */ enumerator