Home
last modified time | relevance | path

Searched refs:vfmax (Results 1 – 7 of 7) sorted by relevance

/src/crypto/openssl/crypto/perlasm/
H A Ds390x.pm2252 sub vfmax { subroutine
2257 vfmax(@_[0..2],2,0,$_[3]);
2260 vfmax(@_[0..2],3,0,$_[3]);
2263 vfmax(@_[0..2],2,8,$_[3]);
2266 vfmax(@_[0..2],3,8,$_[3]);
2269 vfmax(@_[0..2],4,8,$_[3]);
/src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrVec.td1174 defm VFMAXD : RVm<"vfmax.d", 0xbd, V64, I64, VM, simm7fp>;
1180 defm VFMAXS : RVm<"vfmax.s", 0xbd, V64, F32, VM, simm7fp>;
1197 def : MnemonicAlias<"vfmax.s", "pvfmax.up">;
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsRISCV.td1558 defm vfmax : RISCVBinaryAAX;
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoV.td1405 defm VFMAX_V : VMINMAX_FV_V_F<"vfmax", 0b000110>;
/src/contrib/llvm-project/clang/include/clang/Basic/
H A Driscv_vector.td1852 defm vfmax : RVVFloatingBinBuiltinSet;
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td1230 def VFMAX : TernaryVRRcFloatGeneric<"vfmax", 0xE7EF>;
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepInstrInfo.td33639 "$Vd32.hf = vfmax($Vu32.hf,$Vv32.hf)",
33652 "$Vd32.sf = vfmax($Vu32.sf,$Vv32.sf)",