Searched refs:fchs (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/ |
H A D | i386.h | 82 const int fchs; /* cost of FCHS instruction. */ member 2825 TOPLEVEL_COSTS_N_INSNS (ix86_cost->fchs); \
|
/openbsd/gnu/gcc/gcc/config/i386/ |
H A D | i386.h | 85 const int fchs; /* cost of FCHS instruction. */ member
|
H A D | i386.c | 17474 *total = ix86_cost->fchs; in ix86_rtx_costs()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86Schedule.td | 302 defm WriteFSign : X86SchedWritePair<ReadAfterVecLd>; // Floating point fabs/fchs.
|
H A D | X86InstrFPStack.td | 376 defm CHS : FPUnary<fneg, MRM_E0, "fchs">;
|
H A D | X86SchedBroadwell.td | 329 defm : BWWriteResPair<WriteFSign, [BWPort5], 1>; // Floating point fabs/fchs.
|
H A D | X86SchedSkylakeClient.td | 316 defm : SKLWriteResPair<WriteFSign, [SKLPort0], 1>; // Floating point fabs/fchs.
|
H A D | X86ScheduleZnver3.td | 947 …, [Zn3FPFMul01], 1, [2], 1>; // FIXME: latency not from llvm-exegesis // Floating point fabs/fchs.
|
H A D | X86SchedSkylakeServer.td | 316 defm : SKXWriteResPair<WriteFSign, [SKXPort0], 1>; // Floating point fabs/fchs.
|
H A D | X86ScheduleZnver4.td | 960 …, [Zn4FPFMul01], 1, [2], 1>; // FIXME: latency not from llvm-exegesis // Floating point fabs/fchs.
|
H A D | X86SchedIceLake.td | 324 defm : ICXWriteResPair<WriteFSign, [ICXPort0], 1>; // Floating point fabs/fchs.
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog | 11834 fmul, fdiv, fabs, fchs and fsqrt to costs structure.
|