Home
last modified time | relevance | path

Searched refs:fisttp (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/gcc/config/i386/
HDgeode.md121 (eq_attr "type" "fistp,fisttp"))
HDathlon.md431 (eq_attr "type" "fistp,fisttp"))
HDi386.c9017 output_fix_trunc (rtx insn, rtx *operands, int fisttp) in output_fix_trunc() argument
9026 if ((dimode_p || fisttp) && !stack_top_dies) in output_fix_trunc()
9032 if (fisttp) in output_fix_trunc()
HDi386.md214 fmov,fop,fsgn,fmul,fdiv,fpspc,fcmov,fcmp,fxch,fistp,fisttp,frndint,
227 (cond [(eq_attr "type" "fmov,fop,fsgn,fmul,fdiv,fpspc,fcmov,fcmp,fxch,fistp,fisttp,frndint")
470 ;; All integer modes handled by x87 fisttp operator.
4250 [(set_attr "type" "fisttp")
4263 [(set_attr "type" "fisttp")
4277 [(set_attr "type" "fisttp")
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86InstrFPStack.td499 def ISTT_FP16m : FPI<0xDF, MRM1m, (outs), (ins i16mem:$dst), "fisttp{s}\t$dst",
501 def ISTT_FP32m : FPI<0xDB, MRM1m, (outs), (ins i32mem:$dst), "fisttp{l}\t$dst",
504 "fisttp{ll}\t$dst", IIC_FST>;
/NextBSD/contrib/binutils/opcodes/
HDChangeLog-0203485 (float_mem): Use "fisttp{l||l|}" in entry 1 in opcode 0xdb.
487 Use "fisttp" in entry 1 in opcode 0xdf.
HDi386-opc.tbl1267 fisttp, 1, 0xdf, 0x1, CpuSSE3, Modrm|FloatMF|No_bSuf|No_wSuf|No_qSuf|No_xSuf, { BaseIndex|Disp8|Dis…
1268 fisttp, 1, 0xdd, 0x1, CpuSSE3, Modrm|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_xSuf|NoRex64, { BaseIndex|D…
/NextBSD/contrib/gcc/
HDChangeLog-200528663 (output_fix_trunc): Add fisttp parameter. Generate fisttp x87
28664 instruction when fisttp flag is set.
28667 * config/i386/i386.md (type attribute): Add fisttp.
28668 (unit attribute): Set to i387 for fisttp type.
28670 (fix_truncxfdi2, fix_truncxfsi2): Generate fisttp patterns for
28673 Generate fisttp patterns for TARGET_FISTTP. Implement using mode
28675 (fix_truncxfhi2, fix_truncdfhi2, fix_truncsfhi2): Generate fisttp
28680 implement fisttp x87 insn.
HDChangeLog-2006932 * config/i386/athlon.md (athlon_fist): Add fisttp.