Home
last modified time | relevance | path

Searched refs:fchs (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.h82 const int fchs; /* cost of FCHS instruction. */ member
2825 TOPLEVEL_COSTS_N_INSNS (ix86_cost->fchs); \
/openbsd/gnu/gcc/gcc/config/i386/
H A Di386.h85 const int fchs; /* cost of FCHS instruction. */ member
H A Di386.c17474 *total = ix86_cost->fchs; in ix86_rtx_costs()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86Schedule.td302 defm WriteFSign : X86SchedWritePair<ReadAfterVecLd>; // Floating point fabs/fchs.
H A DX86InstrFPStack.td376 defm CHS : FPUnary<fneg, MRM_E0, "fchs">;
H A DX86SchedBroadwell.td329 defm : BWWriteResPair<WriteFSign, [BWPort5], 1>; // Floating point fabs/fchs.
H A DX86SchedSkylakeClient.td316 defm : SKLWriteResPair<WriteFSign, [SKLPort0], 1>; // Floating point fabs/fchs.
H A DX86ScheduleZnver3.td947 …, [Zn3FPFMul01], 1, [2], 1>; // FIXME: latency not from llvm-exegesis // Floating point fabs/fchs.
H A DX86SchedSkylakeServer.td316 defm : SKXWriteResPair<WriteFSign, [SKXPort0], 1>; // Floating point fabs/fchs.
H A DX86ScheduleZnver4.td960 …, [Zn4FPFMul01], 1, [2], 1>; // FIXME: latency not from llvm-exegesis // Floating point fabs/fchs.
H A DX86SchedIceLake.td324 defm : ICXWriteResPair<WriteFSign, [ICXPort0], 1>; // Floating point fabs/fchs.
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog11834 fmul, fdiv, fabs, fchs and fsqrt to costs structure.