Home
last modified time | relevance | path

Searched refs:vlr (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/crypto/chacha/asm/
H A Dchacha-s390x.pl500 vlr ($xd0,$CTR);
681 vlr ($xt0,$xb0);
690 vlr ($xt0,$xc0);
695 vlr ($xt1,$xd0);
771 vlr ($a0,@K[0]);
772 vlr ($b0,@K[1]);
773 vlr ($a1,@K[0]);
774 vlr ($b1,@K[1]);
798 vlr ($t1,$d1);
799 vlr ($t2,$d2);
[all …]
/freebsd/sys/net/
H A Dif_vlan.c1081 struct vlanreq vlr; in vlan_clone_create() local
1099 error = ifc_copyin(ifd, &vlr, sizeof(vlr)); in vlan_clone_create()
1102 vid = vlr.vlr_tag; in vlan_clone_create()
1103 proto = vlr.vlr_proto; in vlan_clone_create()
2250 struct vlanreq vlr; in vlan_ioctl() local
2335 error = copyin(ifr_data_get_ptr(ifr), &vlr, sizeof(vlr)); in vlan_ioctl()
2347 if (vlr.vlr_proto == 0) in vlan_ioctl()
2350 error = vlan_config(ifv, p, vlr.vlr_tag, vlr.vlr_proto); in vlan_ioctl()
2368 bzero(&vlr, sizeof(vlr)); in vlan_ioctl()
2373 vlr.vlr_tag = ifv->ifv_vid; in vlan_ioctl()
[all …]
/freebsd/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl402 vlr ($H0,$R0);
403 vlr ($H1,$R1);
404 vlr ($H2,$R2);
405 vlr ($H3,$R3);
406 vlr ($H4,$R4);
/freebsd/crypto/openssl/crypto/perlasm/
H A Ds390x.pm325 sub vlr { subroutine
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td15 def VLR : UnaryVRRa<"vlr", 0xE756, null_frag, v128any, v128any>;