Searched refs:OPCODE_ALU (Results 1 – 4 of 4) sorted by relevance
70 #define OPCODE_ALU 7 /*!< Arithmetic instructions */ macro624 .opcode = OPCODE_ALU } }636 .opcode = OPCODE_ALU } }648 .opcode = OPCODE_ALU } }660 .opcode = OPCODE_ALU } }672 .opcode = OPCODE_ALU } }684 .opcode = OPCODE_ALU } }697 .opcode = OPCODE_ALU } }709 .opcode = OPCODE_ALU } }722 .opcode = OPCODE_ALU } }[all …]
68 #define OPCODE_ALU 7 /*!< Arithmetic instructions */ macro590 .opcode = OPCODE_ALU } }602 .opcode = OPCODE_ALU } }614 .opcode = OPCODE_ALU } }626 .opcode = OPCODE_ALU } }638 .opcode = OPCODE_ALU } }650 .opcode = OPCODE_ALU } }663 .opcode = OPCODE_ALU } }675 .opcode = OPCODE_ALU } }688 .opcode = OPCODE_ALU } }[all …]
173 …assert((insn->alu_imm.opcode == OPCODE_ALU && insn->alu_imm.sub_opcode == SUB_OPCODE_ALU_IMM && in… in do_single_reloc()