Searched refs:ALU_SEL_MOV (Results 1 – 4 of 4) sorted by relevance
76 #define ALU_SEL_MOV 4 /*!< Copy value (immediate to destination register or source regist… macro636 .sel = ALU_SEL_MOV, \722 .sel = ALU_SEL_MOV, \
78 #define ALU_SEL_MOV 4 /*!< Copy value (immediate to destination register or source regist… macro670 .sel = ALU_SEL_MOV, \756 .sel = ALU_SEL_MOV, \
173 …= OPCODE_ALU && insn->alu_imm.sub_opcode == SUB_OPCODE_ALU_IMM && insn->alu_imm.sel == ALU_SEL_MOV) in do_single_reloc()