Searched defs:arith_fmt (Results 1 – 1 of 1) sorted by relevance
78 struct arith_fmt { struct79 unsigned operand2 :12; /* #nn or rn or rn shift #m or rn shift rm */80 unsigned dest :4; /* place where the answer goes */81 unsigned operand1 :4; /* first operand to instruction */82 unsigned set :1; /* == 1 means set processor flags */83 unsigned opcode :4; /* one of OPCODE_* defined above */84 unsigned immed :1; /* operand2 is an immediate value */85 unsigned type :2; /* == TYPE_ARITHMETIC */86 unsigned cond :4; /* one of COND_* defined above */