Searched refs:vfmax (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/openssl/crypto/perlasm/ |
| H A D | s390x.pm | 2252 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]);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrVec.td | 1174 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">;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsRISCV.td | 1551 defm vfmax : RISCVBinaryAAX;
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | riscv_vector.td | 1192 defm vfmax : RVVFloatingBinBuiltinSet;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoV.td | 1448 defm VFMAX_V : VMINMAX_FV_V_F<"vfmax", 0b000110>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrVector.td | 1598 def VFMAX : TernaryVRRcFloatGeneric<"vfmax", 0xE7EF>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonDepInstrInfo.td | 33784 "$Vd32.f8 = vfmax($Vu32.f8,$Vv32.f8)", 33797 "$Vd32.hf = vfmax($Vu32.hf,$Vv32.hf)", 33810 "$Vd32.sf = vfmax($Vu32.sf,$Vv32.sf)",
|