Home | History | Annotate | Download | only in X86

Lines Matching full:fsub

210 defm SUB : FPBinary_rr<fsub>;
214 defm SUB : FPBinary<fsub, MRM4m, "sub">;
215 defm SUBR: FPBinary<fsub ,MRM5m, "subr">;
229 // of some of the 'reverse' forms of the fsub and fdiv instructions. As such,
235 def SUB_FrST0 : FPrST0Inst <0xE8, "fsub{r}\t{%st(0), $op|$op, st(0)}">;
236 def SUB_FPrST0 : FPrST0PInst<0xE8, "fsub{r}p\t$op">;
237 def SUB_FST0r : FPST0rInst <0xE0, "fsub\t$op">;
238 def SUBR_FrST0 : FPrST0Inst <0xE0, "fsub{|r}\t{%st(0), $op|$op, st(0)}">;
239 def SUBR_FPrST0 : FPrST0PInst<0xE0, "fsub{|r}p\t$op">;