Home | History | Annotate | Download | only in X86

Lines Matching full:fisttp

462 // FISTTP requires SSE3 even though it's a FPStack op.
485 def ISTT_FP16m : FPI<0xDF, MRM1m, (outs), (ins i16mem:$dst), "fisttp{s}\t$dst",
487 def ISTT_FP32m : FPI<0xDB, MRM1m, (outs), (ins i32mem:$dst), "fisttp{l}\t$dst",
490 "fisttp{ll}\t$dst", IIC_FST>;