Lines Matching full:arith
163 class Arith<bits<6> op, bits<11> flags, string instr_asm, SDNode OpNode,
338 def ADDK : Arith<0x04, 0x000, "addk ", add, IIC_ALU>;
350 def ADD : Arith<0x00, 0x000, "add ", addc, IIC_ALU>;
353 def ADDC : Arith<0x02, 0x000, "addc ", adde, IIC_ALU>;
382 def MUL : Arith<0x10, 0x000, "mul ", mul, IIC_ALUm>;
386 def MULH : Arith<0x10, 0x001, "mulh ", mulhs, IIC_ALUm>;
387 def MULHU : Arith<0x10, 0x003, "mulhu ", mulhu, IIC_ALUm>;
395 def BSRL : Arith<0x11, 0x000, "bsrl ", srl, IIC_SHT>;
396 def BSRA : Arith<0x11, 0x200, "bsra ", sra, IIC_SHT>;
397 def BSLL : Arith<0x11, 0x400, "bsll ", shl, IIC_SHT>;