Home
last modified time | relevance | path

Searched refs:FMS (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/sys/dev/pci/drm/radeon/
H A Dr600_dpm.c347 WREG32(CG_RT, FLS(l_to_m) | FMS(m_to_h)); in r600_set_at()
348 WREG32(CG_LT, FHS(h_to_m) | FMS(m_to_l)); in r600_set_at()
H A Dr600d.h1443 # define FMS(x) ((x) << 16) macro
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.h94 FMS, enumerator
H A DMipsSEISelLowering.cpp1904 return DAG.getNode(MipsISD::FMS, SDLoc(Op), Op->getValueType(0), in lowerINTRINSIC_WO_CHAIN()
H A DMipsISelLowering.cpp184 case MipsISD::FMS: return "MipsISD::FMS"; in getTargetNodeName()
H A DMipsMSAInstrInfo.td48 def MipsFMS : SDNode<"MipsISD::FMS", SDTFPTernaryOp>;
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A Darm_neon.td786 // MUL, MLA, MLS, FMA, FMS definitions with scalar argument
1815 // FMS lane
1820 // FMS lane with scalar argument
H A Darm_mve.td166 // FMS instructions are defined in the ArmARM as if they negate the
180 // Only FMA has the vector/scalar variants, not FMS