Home
last modified time | relevance | path

Searched refs:FSQRTD (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DLeonPasses.cpp138 if (Opcode == SP::FSQRTD || Opcode == SP::FDIVD) { in runOnMachineFunction()
H A DLeonFeatures.td58 "LEON erratum fix: Fix FDIVS/FDIVD/FSQRTS/FSQRTD instructions with NOPs and floating-point store"
H A DDelaySlotFiller.cpp283 Opcode >= SP::FDIVD && Opcode <= SP::FSQRTD) in delayHasHazard()
H A DSparcInstrInfo.td1279 // this will be promoted to use FSQRTD with doubles instead.
1286 def FSQRTD : F3_3u<2, 0b110100, 0b000101010,
/openbsd-src/sys/arch/sparc64/include/
H A Dinstr.h416 #define FSQRTD 0x02a macro
/openbsd-src/sys/arch/sparc64/fpu/
H A Dfpu.c365 case FSQRTS: case FSQRTD: case FSQRTQ: in fpu_execute()