Searched refs:vlr (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/crypto/chacha/asm/ |
H A D | chacha-s390x.pl | 500 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]); 775 vlr ($a2,@K[0]); 776 vlr ($b2,@K[1]); [all …]
|
/freebsd/sys/net/ |
H A D | if_vlan.c | 1081 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() 1106 p = ifunit_ref(vlr.vlr_parent); 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() 2338 if (vlr.vlr_parent[0] == '\0') { in vlan_ioctl() 2342 p = ifunit_ref(vlr.vlr_parent); in vlan_ioctl() 2347 if (vlr.vlr_proto == 0) in vlan_ioctl() [all …]
|
/freebsd/crypto/openssl/crypto/poly1305/asm/ |
H A D | poly1305-s390x.pl | 402 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 D | s390x.pm | 325 sub vlr { subroutine
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrVector.td | 15 def VLR : UnaryVRRa<"vlr", 0xE756, null_frag, v128any, v128any>;
|