/freebsd/lib/libc/arm/aeabi/ |
H A D | aeabi_vfp_float.S | 37 vcmp.f32 s0, s1 61 vcmp.f32 s0, s1 72 vcmp.f32 s0, s1 83 vcmp.f32 s0, s1 94 vcmp.f32 s0, s1 105 vcmp.f32 s0, s1 116 vcmp.f32 s0, s1
|
H A D | aeabi_vfp_double.S | 38 vcmp.f64 d0, d1 65 vcmp.f64 d0, d1 77 vcmp.f64 d0, d1 89 vcmp.f64 d0, d1 101 vcmp.f64 d0, d1 113 vcmp.f64 d0, d1 125 vcmp.f64 d0, d1
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/ |
H A D | eqsf2vfp.S | 22 vcmp.f32 s0, s1 26 vcmp.f32 s14, s15
|
H A D | gesf2vfp.S | 22 vcmp.f32 s0, s1 26 vcmp.f32 s14, s15
|
H A D | gtsf2vfp.S | 22 vcmp.f32 s0, s1 26 vcmp.f32 s14, s15
|
H A D | lesf2vfp.S | 22 vcmp.f32 s0, s1 26 vcmp.f32 s14, s15
|
H A D | ltsf2vfp.S | 22 vcmp.f32 s0, s1 26 vcmp.f32 s14, s15
|
H A D | nesf2vfp.S | 22 vcmp.f32 s0, s1 26 vcmp.f32 s14, s15
|
H A D | unordsf2vfp.S | 22 vcmp.f32 s0, s1 26 vcmp.f32 s14, s15
|
H A D | eqdf2vfp.S | 21 vcmp.f64 d0, d1 25 vcmp.f64 d6, d7
|
H A D | gedf2vfp.S | 22 vcmp.f64 d0, d1 26 vcmp.f64 d6, d7
|
H A D | gtdf2vfp.S | 22 vcmp.f64 d0, d1 26 vcmp.f64 d6, d7
|
H A D | ledf2vfp.S | 22 vcmp.f64 d0, d1 26 vcmp.f64 d6, d7
|
H A D | ltdf2vfp.S | 22 vcmp.f64 d0, d1 26 vcmp.f64 d6, d7
|
H A D | nedf2vfp.S | 21 vcmp.f64 d0, d1 25 vcmp.f64 d6, d7
|
H A D | unorddf2vfp.S | 22 vcmp.f64 d0, d1 26 vcmp.f64 d6, d7
|
/freebsd/lib/libc/gen/ |
H A D | getttyent.c | 150 #define vcmp(e) !strncmp(p, e, sizeof(e) - 1) && p[sizeof(e) - 1] == '=' in getttyent() macro 192 else if (vcmp(_TTYS_WINDOW)) in getttyent() 194 else if (vcmp(_TTYS_GROUP)) in getttyent()
|
/freebsd/usr.bin/sort/ |
H A D | vsort.h | 36 int vcmp(struct bwstring *s1, struct bwstring *s2);
|
H A D | vsort.c | 200 vcmp(struct bwstring *s1, struct bwstring *s2) in vcmp() function
|
H A D | coll.c | 1056 return (vcmp(s1, s2)); in versioncoll()
|
/freebsd/bin/ps/ |
H A D | keyword.c | 48 static int vcmp(const void *, const void *); 327 v = bsearch(&key, var, sizeof(var)/sizeof(VAR) - 1, sizeof(VAR), vcmp); in findvar() 365 vcmp(const void *a, const void *b) in vcmp() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonDepMappings.td | 156 def V6_MAP_equbAlias : InstAlias<"$Qd4 = vcmp.eq($Vu32.ub,$Vv32.ub)", (V6_veqb HvxQR:$Qd4, HvxVR:$V… 157 def V6_MAP_equb_andAlias : InstAlias<"$Qx4 &= vcmp.eq($Vu32.ub,$Vv32.ub)", (V6_veqb_and HvxQR:$Qx4,… 158 def V6_MAP_equb_iorAlias : InstAlias<"$Qx4 |= vcmp.eq($Vu32.ub,$Vv32.ub)", (V6_veqb_or HvxQR:$Qx4, … 159 def V6_MAP_equb_xorAlias : InstAlias<"$Qx4 ^= vcmp.eq($Vu32.ub,$Vv32.ub)", (V6_veqb_xor HvxQR:$Qx4,… 160 def V6_MAP_equhAlias : InstAlias<"$Qd4 = vcmp.eq($Vu32.uh,$Vv32.uh)", (V6_veqh HvxQR:$Qd4, HvxVR:$V… 161 def V6_MAP_equh_andAlias : InstAlias<"$Qx4 &= vcmp.eq($Vu32.uh,$Vv32.uh)", (V6_veqh_and HvxQR:$Qx4,… 162 def V6_MAP_equh_iorAlias : InstAlias<"$Qx4 |= vcmp.eq($Vu32.uh,$Vv32.uh)", (V6_veqh_or HvxQR:$Qx4, … 163 def V6_MAP_equh_xorAlias : InstAlias<"$Qx4 ^= vcmp.eq($Vu32.uh,$Vv32.uh)", (V6_veqh_xor HvxQR:$Qx4,… 164 def V6_MAP_equwAlias : InstAlias<"$Qd4 = vcmp.eq($Vu32.uw,$Vv32.uw)", (V6_veqw HvxQR:$Qd4, HvxVR:$V… 165 def V6_MAP_equw_andAlias : InstAlias<"$Qx4 &= vcmp.eq($Vu32.uw,$Vv32.uw)", (V6_veqw_and HvxQR:$Qx4,… [all …]
|
H A D | HexagonDepInstrInfo.td | 26667 "$Qd4 = vcmp.eq($Vu32.ub,$Vv32.ub)", 26679 "$Qx4 &= vcmp.eq($Vu32.ub,$Vv32.ub)", 26690 "$Qx4 |= vcmp.eq($Vu32.ub,$Vv32.ub)", 26702 "$Qx4 ^= vcmp.eq($Vu32.ub,$Vv32.ub)", 26713 "$Qd4 = vcmp.eq($Vu32.uh,$Vv32.uh)", 26725 "$Qx4 &= vcmp.eq($Vu32.uh,$Vv32.uh)", 26736 "$Qx4 |= vcmp.eq($Vu32.uh,$Vv32.uh)", 26748 "$Qx4 ^= vcmp.eq($Vu32.uh,$Vv32.uh)", 26759 "$Qd4 = vcmp.eq($Vu32.uw,$Vv32.uw)", 26771 "$Qx4 &= vcmp [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrVFP.td | 631 IIC_fpCMP64, "vcmp", ".f64\t$Dd, $Dm", "", 636 IIC_fpCMP32, "vcmp", ".f32\t$Sd, $Sm", "", 645 IIC_fpCMP16, "vcmp", ".f16\t$Sd, $Sm", 703 IIC_fpCMP64, "vcmp", ".f64\t$Dd, #0", "", 711 IIC_fpCMP32, "vcmp", ".f32\t$Sd, #0", "", 723 IIC_fpCMP16, "vcmp", ".f16\t$Sd, #0", 2742 def : VFP2MnemonicAlias<"fcmps", "vcmp.f32">; 2743 def : VFP2MnemonicAlias<"fcmpd", "vcmp.f64">;
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_mve.td | 720 NameOverride<"vcmp" # condname # "q" # suffix>; 723 NameOverride<"vcmp" # condname # "q_m" # suffix>;
|