Home | History | Annotate | Download | only in MBlaze

Lines Matching full:x16

93   def FADD   :  ArithF<0x16, 0x000, "fadd   ", fadd, IIC_FPU>;
94 def FRSUB : ArithFR<0x16, 0x080, "frsub ", fsub, IIC_FPU>;
95 def FMUL : ArithF<0x16, 0x100, "fmul ", fmul, IIC_FPU>;
96 def FDIV : ArithF<0x16, 0x180, "fdiv ", fdiv, IIC_FPUd>;
108 def FLT : ArithIF<0x16, 0x280, "flt ", IIC_FPUf>;
109 def FINT : ArithFI<0x16, 0x300, "fint ", IIC_FPUi>;
110 def FSQRT : ArithF2<0x16, 0x380, "fsqrt ", IIC_FPUs>;
114 def FCMP_UN : CmpFN<0x16, 0x200, "fcmp.un", IIC_FPUc>;
115 def FCMP_LT : CmpFN<0x16, 0x210, "fcmp.lt", IIC_FPUc>;
116 def FCMP_EQ : CmpFN<0x16, 0x220, "fcmp.eq", IIC_FPUc>;
117 def FCMP_LE : CmpFN<0x16, 0x230, "fcmp.le", IIC_FPUc>;
118 def FCMP_GT : CmpFN<0x16, 0x240, "fcmp.gt", IIC_FPUc>;
119 def FCMP_NE : CmpFN<0x16, 0x250, "fcmp.ne", IIC_FPUc>;
120 def FCMP_GE : CmpFN<0x16, 0x260, "fcmp.ge", IIC_FPUc>;