/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEInstrIntrinsicVL.gen.td | 193 def : Pat<(int_ve_vl_vaddul_vvvl v256f64:$vy, v256f64:$vz, i32:$vl), (VADDULvvl v256f64:$vy, v256f6… 194 def : Pat<(int_ve_vl_vaddul_vvvvl v256f64:$vy, v256f64:$vz, v256f64:$pt, i32:$vl), (VADDULvvl_v v25… 199 …Pat<(int_ve_vl_vaddul_vvvmvl v256f64:$vy, v256f64:$vz, v256i1:$vm, v256f64:$pt, i32:$vl), (VADDULv… 202 def : Pat<(int_ve_vl_vadduw_vvvl v256f64:$vy, v256f64:$vz, i32:$vl), (VADDUWvvl v256f64:$vy, v256f6… 203 def : Pat<(int_ve_vl_vadduw_vvvvl v256f64:$vy, v256f64:$vz, v256f64:$pt, i32:$vl), (VADDUWvvl_v v25… 208 …Pat<(int_ve_vl_vadduw_vvvmvl v256f64:$vy, v256f64:$vz, v256i1:$vm, v256f64:$pt, i32:$vl), (VADDUWv… 211 def : Pat<(int_ve_vl_pvaddu_vvvl v256f64:$vy, v256f64:$vz, i32:$vl), (PVADDUvvl v256f64:$vy, v256f6… 212 def : Pat<(int_ve_vl_pvaddu_vvvvl v256f64:$vy, v256f64:$vz, v256f64:$pt, i32:$vl), (PVADDUvvl_v v25… 215 …Pat<(int_ve_vl_pvaddu_vvvMvl v256f64:$vy, v256f64:$vz, v512i1:$vm, v256f64:$pt, i32:$vl), (PVADDUv… 217 def : Pat<(int_ve_vl_vaddswsx_vvvl v256f64:$vy, v256f64:$vz, i32:$vl), (VADDSWSXvvl v256f64:$vy, v2… [all …]
|
H A D | VVPInstrPatternsVec.td | 188 DataVT:$vy, 196 $vy, 203 (any_broadcast ScalarVT:$sx), DataVT:$vy, 207 ScalarVT:$sx, $vy, $avl)>; 210 (any_broadcast ScalarVT:$sx), DataVT:$vy, 214 ScalarVT:$sx, $vy, $mask, $avl)>; 260 DataVT:$vy, 268 $vy, 278 DataVT:$vx, DataVT:$vy, 282 $vx, $vy, $avl)>; [all …]
|
H A D | VEInstrVec.td | 276 let vy = ? in defm v : VGTlhm<opcStr, "$vy", opc, RC, (ins V64:$vy)>; 328 let vy = ? in defm v : VSClhm<opcStr, "$vy", opc, RC, (ins V64:$vy)>; 558 let cy = 0, sy = 0, vy = ?, vz = ? in 559 defm vv : RVmm<opcStr, ", $vy, $vz", opc, VRC, RCM, (ins VRC:$vy, VRC:$vz)>; 570 let cy = 0, sy = 0, vy = ?, vz = ? in 571 defm vv : RVmm<opcStr, ", $vy, $vz", opc, VRC, RCM, (ins VRC:$vy, VRC:$vz)>; 572 let cs2 = 1, vy = ? in 573 defm vr : RVmm<opcStr, ", $vy, $sy", opc, VRC, RCM, (ins VRC:$vy, RC:$sy)>; 574 let cs2 = 1, cy = 0, vy = ? in 575 defm vi : RVmm<opcStr, ", $vy, $sy", opc, VRC, RCM, (ins VRC:$vy, SIMM:$sy)>; [all …]
|
H A D | VEInstrFormats.td | 217 bits<8> vy = 0; 230 let Inst{23-16} = vy; 256 bits<8> vy = 0; 270 let Inst{23-16} = vy;
|
/freebsd/sys/dev/syscons/plasma/ |
H A D | plasma_saver.c | 67 int vx, vy; /* velocity */ member 136 plasma_foci[i].y += plasma_foci[i].vy; in plasma_update() 139 plasma_foci[i].vy = -plasma_foci[i].vy; in plasma_update() 143 plasma_foci[i].vy = -plasma_foci[i].vy; in plasma_update() 208 plasma_foci[i].vy = random() % 5 - 2; in plasma_init()
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | T.clv | 98 $awk -vx=123 -vy=abc -vz1=10.99 'BEGIN { print x, y, z1 }' >foo2 112 $awk -vx=123 -vy=abc -f foo0 -vz1=10.99 >foo2 122 $awk -f foo0 -vx=123 -vy=abc -vz1=10.99 >foo2 136 $awk -f foo0 -vx=123 -vy=abc -vz1=10.99 /dev/null x=4567 /dev/null >foo2 150 $awk -vx=123 -vy=abc -vz1=10.99 -f foo0 x=4567 /etc/passwd >foo2
|
/freebsd/contrib/netbsd-tests/kernel/ |
H A D | t_ptrace_wait.h | 130 uintmax_t vy = (y); \ 131 int ret = vx == vy; \ 133 ATF_REQUIRE_EQ_MSG(vx, vy, "%s(%ju) == %s(%ju)", \ 134 #x, vx, #y, vy); \ 148 uintmax_t vy = (y); \ 149 int ret = vx == vy; \ 153 #x, vx, #y, vy); \
|
/freebsd/contrib/ntp/util/ |
H A D | hist.c | 103 const void *vy in col() argument 107 const long *y = vy; in col()
|
/freebsd/crypto/openssl/crypto/perlasm/ |
H A D | ppc-xlate.pl | 253 my ($f,$vx,$vy) = @_; 254 " vor $vx,$vy,$vy";
|
/freebsd/crypto/openssl/test/recipes/15-test_dsaparam_data/valid/ |
H A D | p2048_q224_t1864.pem | 9 WtYBlmeyzvArfyZxG/o3mrFL/B1/d3boNkgu850M5Ijz5qY1O4NO2Dof4uLXi+vy
|
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | ulp.h | 151 volatile RT(float) vy = p->y; // TODO: barrier in T() 152 (void) vy; in T()
|
/freebsd/tools/tools/git/ |
H A D | git-arc.sh | 57 Usage: git arc [-vy] <command> <arguments> 765 while getopts vy o; do
|
/freebsd/contrib/netbsd-tests/usr.bin/netpgpverify/ |
H A D | t_netpgpverify.sh | 5288 aZZclk0lkvZJodkEaQ0kcp4FLM1erBwEzvfem+88dBMNGVbPkC6USRqswJkK+9vy
|