Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/perlasm/
H A Ds390x.pm2272 sub vfmin { subroutine
2277 vfmin(@_[0..2],2,0,$_[5]);
2280 vfmin(@_[0..2],3,0,$_[5]);
2283 vfmin(@_[0..2],2,8,$_[5]);
2286 vfmin(@_[0..2],3,8,$_[5]);
2289 vfmin(@_[0..2],4,8,$_[5]);
/src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrVec.td1186 defm VFMIND : RVm<"vfmin.d", 0xbd, V64, I64, VM, simm7fp>;
1192 defm VFMINS : RVm<"vfmin.s", 0xbd, V64, F32, VM, simm7fp>;
1198 def : MnemonicAlias<"vfmin.s", "pvfmin.up">;
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsRISCV.td1557 defm vfmin : RISCVBinaryAAX;
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoV.td1404 defm VFMIN_V : VMINMAX_FV_V_F<"vfmin", 0b000100>;
/src/contrib/llvm-project/clang/include/clang/Basic/
H A Driscv_vector.td1851 defm vfmin : RVVFloatingBinBuiltinSet;
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td1256 def VFMIN : TernaryVRRcFloatGeneric<"vfmin", 0xE7EE>;
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepInstrInfo.td33665 "$Vd32.hf = vfmin($Vu32.hf,$Vv32.hf)",
33678 "$Vd32.sf = vfmin($Vu32.sf,$Vv32.sf)",