Home
last modified time | relevance | path

Searched refs:v1 (Results 1 – 15 of 15) sorted by relevance

/tools/testing/selftests/powerpc/math/
Dvmx_asm.S9 # Should be safe from C, only touches r4, r5 and v0,v1,v2
16 vcmpequd. v1,v0,v20
17 vmr v2,v1
21 vcmpequd. v1,v0,v21
22 vand v2,v2,v1
26 vcmpequd. v1,v0,v22
27 vand v2,v2,v1
31 vcmpequd. v1,v0,v23
32 vand v2,v2,v1
36 vcmpequd. v1,v0,v24
[all …]
/tools/perf/pmu-events/arch/arm64/
Dmapfile.csv15 0x00000000410fd030,v1,arm/cortex-a53,core
16 0x00000000420f1000,v1,arm/cortex-a53,core
17 0x00000000410fd070,v1,arm/cortex-a57-a72,core
18 0x00000000410fd080,v1,arm/cortex-a57-a72,core
19 0x00000000410fd0b0,v1,arm/cortex-a76-n1,core
20 0x00000000410fd0c0,v1,arm/cortex-a76-n1,core
21 0x00000000420f5160,v1,cavium/thunderx2,core
22 0x00000000430f0af0,v1,cavium/thunderx2,core
23 0x00000000480fd010,v1,hisilicon/hip08,core
24 0x00000000500f0000,v1,ampere/emag,core
/tools/arch/x86/lib/
Dx86-opcode-map.txt28 # (v1): this opcode only supports 128bit VEX.
349 # Many AVX instructions lack v1 superscript, according to Intel AVX-Prgramming
351 10: vmovups Vps,Wps | vmovupd Vpd,Wpd (66) | vmovss Vx,Hx,Wss (F3),(v1) | vmovsd Vx,Hx,Wsd (F2),(v1)
352 … vmovups Wps,Vps | vmovupd Wpd,Vpd (66) | vmovss Wss,Hx,Vss (F3),(v1) | vmovsd Wsd,Hx,Vsd (F2),(v1)
353 12: vmovlps Vq,Hq,Mq (v1) | vmovhlps Vq,Hq,Uq (v1) | vmovlpd Vq,Hq,Mq (66),(v1) | vmovsldup Vx,Wx (…
354 13: vmovlps Mq,Vq (v1) | vmovlpd Mq,Vq (66),(v1)
357 16: vmovhps Vdq,Hq,Mq (v1) | vmovlhps Vdq,Hq,Uq (v1) | vmovhpd Vdq,Hq,Mq (66),(v1) | vmovshdup Vx,W…
358 17: vmovhps Mq,Vq (v1) | vmovhpd Mq,Vq (66),(v1)
382 …s Vps,Qpi | cvtpi2pd Vpd,Qpi (66) | vcvtsi2ss Vss,Hss,Ey (F3),(v1) | vcvtsi2sd Vsd,Hsd,Ey (F2),(v1)
384 …tps2pi Ppi,Wps | cvttpd2pi Ppi,Wpd (66) | vcvttss2si Gy,Wss (F3),(v1) | vcvttsd2si Gy,Wsd (F2),(v1)
[all …]
/tools/edid/
Dedid.S47 #define mfgname2id(v1,v2,v3) \ argument
48 ((((v1-'@')&0x1f)<<10)+(((v2-'@')&0x1f)<<5)+((v3-'@')&0x1f))
49 #define swap16(v1) ((v1>>8)+((v1&0xff)<<8)) argument
50 #define lsbs2(v1,v2) (((v1&0x0f)<<4)+(v2&0x0f)) argument
51 #define msbs2(v1,v2) ((((v1>>8)&0x0f)<<4)+((v2>>8)&0x0f)) argument
52 #define msbs4(v1,v2,v3,v4) \ argument
53 ((((v1>>8)&0x03)<<6)+(((v2>>8)&0x03)<<4)+\
/tools/power/cpupower/debug/kernel/
Dcpufreq-test_tsc.c37 u32 v1=0,v2=0,v3=0; in read_pmtmr() local
44 v1 = inl(pm_tmr_ioport); in read_pmtmr()
47 } while ((v1 > v2 && v1 < v3) || (v2 > v3 && v2 < v1) in read_pmtmr()
48 || (v3 > v1 && v3 < v2)); in read_pmtmr()
/tools/perf/pmu-events/arch/x86/
Dmapfile.csv12 GenuineIntel-6-7A,v1,goldmontplus,core
34 GenuineIntel-6-55-[01234],v1,skylakex,core
35 GenuineIntel-6-55-[56789ABCDEF],v1,cascadelakex,core
36 GenuineIntel-6-7D,v1,icelake,core
37 GenuineIntel-6-7E,v1,icelake,core
38 GenuineIntel-6-86,v1,tremontx,core
40 AuthenticAMD-23-[[:xdigit:]]+,v1,amdzen2,core
41 AuthenticAMD-25-[[:xdigit:]]+,v1,amdzen2,core
/tools/testing/selftests/net/forwarding/
Dvxlan_bridge_1d.sh177 __simple_if_init v1 v$rp2 192.0.2.33/28
179 tc qdisc add dev v1 clsact
184 tc qdisc del dev v1 clsact
186 __simple_if_fini v1 192.0.2.33/28
271 ip link add name v1 type veth peer name v2
290 ip link del dev v1
506 tc filter add dev v1 egress pref 77 prot ip \
508 vxlan_ping_test $h1 192.0.2.3 "" v1 egress 77 10
509 tc filter del dev v1 egress pref 77 prot ip
518 tc filter add dev v1 egress pref 77 prot ip \
[all …]
Dvxlan_asymmetric.sh274 ip link set dev v1 master vrf-spine
277 ip link set dev v1 up
280 ip address add 192.0.3.2/24 dev v1
291 ip address del 192.0.3.2/24 dev v1
294 ip link set dev v1 down
450 ip link add name v1 type veth peer name v2
463 ip link del dev v1
Dvxlan_symmetric.sh305 ip link set dev v1 master vrf-spine
308 ip link set dev v1 up
311 ip address add 192.0.3.2/24 dev v1
322 ip address del 192.0.3.2/24 dev v1
325 ip link set dev v1 down
521 ip link add name v1 type veth peer name v2
535 ip link del dev v1
Dvxlan_bridge_1q.sh237 __simple_if_init v1 v$rp2 192.0.2.33/28
239 tc qdisc add dev v1 clsact
244 tc qdisc del dev v1 clsact
246 __simple_if_fini v1 192.0.2.33/28
353 ip link add name v1 type veth peer name v2
372 ip link del dev v1
/tools/testing/selftests/drivers/net/mlxsw/
Dmirror_gre.sh54 ip link add name v1 type veth peer name v2
55 ip link set dev v1 up
56 ip address add dev v1 2001:db8:4::1/64
65 ip link del dev v1
/tools/testing/selftests/net/
Dpsock_tpacket.c89 } *v1; member
245 test_payload((uint8_t *) ppd.raw + ppd.v1->tp_h.tp_mac, in walk_v1_v2_rx()
246 ppd.v1->tp_h.tp_snaplen); in walk_v1_v2_rx()
247 total_bytes += ppd.v1->tp_h.tp_snaplen; in walk_v1_v2_rx()
427 ppd.v1->tp_h.tp_snaplen = packet_len; in walk_tx()
428 ppd.v1->tp_h.tp_len = packet_len; in walk_tx()
433 total_bytes += ppd.v1->tp_h.tp_snaplen; in walk_tx()
/tools/testing/selftests/bpf/progs/
Dtest_xdp_noinline.c164 __u64 v1; member
585 conn_rate_stats->v1 = 1; in get_packet_dst()
588 conn_rate_stats->v1 += 1; in get_packet_dst()
589 if (conn_rate_stats->v1 >= 1) in get_packet_dst()
751 data_stats->v1 += 1; in process_packet()
766 lru_stats->v1 += 1; in process_packet()
789 data_stats->v1 += 1; in process_packet()
/tools/include/uapi/linux/
Dfscrypt.h80 struct fscrypt_policy_v1 v1; member
/tools/lib/bpf/
Dlibbpf.c10595 __u32 v1, v2; in bpf_program__get_prog_info_linear() local
10601 v1 = bpf_prog_info_read_offset_u32(&info, desc->count_offset); in bpf_program__get_prog_info_linear()
10604 if (v1 != v2) in bpf_program__get_prog_info_linear()
10607 v1 = bpf_prog_info_read_offset_u32(&info, desc->size_offset); in bpf_program__get_prog_info_linear()
10610 if (v1 != v2) in bpf_program__get_prog_info_linear()