Home
last modified time | relevance | path

Searched refs:v4 (Results 1 – 21 of 21) sorted by relevance

/xnu-12377.1.9/osfmk/arm64/
H A DWKdmDecompress_16k.s142 st1.4s {v3,v4,v5},[rax],#48
217 dup.4s v4, v5[2] // duplicate to 4 elements
221 ushl.4s v4, v4, v0 // v1 = {0, -2, -4, -6}
225 and.16b v4, v4, v1 // v2 = {3,3,...,3}
228 st1.4s {v2,v3,v4,v5}, [rcx], #64 // write 64 tags into tempTagsArray
295 …zip1.4s v4, v4, v4 // bits 0-63 contain first triplet twice, bits 64-127 contain second triplet tw…
296 …ushl.4s v5, v4, v0 // v0 = {6, 0, 6, 0}, places second element of triplets into bits 16-25 and 80-…
297 …ushl.4s v4, v4, v1 // v1 = {0, -20, 0, -20}, places third element of triplets into bits 32-41 and …
299 …and.16b v4, v4, v3 // v3 = {1023, 0, 1023, 0, 1023, 0, 1023, 0}, isolate first and third elements …
300 orr.16b v4, v4, v5 // combine data
[all …]
H A DWKdmDecompress_4k.s142 st1.4s {v3,v4,v5},[rax],#48
217 dup.4s v4, v5[2] // duplicate to 4 elements
221 ushl.4s v4, v4, v0 // v1 = {0, -2, -4, -6}
225 and.16b v4, v4, v1 // v2 = {3,3,...,3}
228 st1.4s {v2,v3,v4,v5}, [rcx], #64 // write 64 tags into tempTagsArray
295 …zip1.4s v4, v4, v4 // bits 0-63 contain first triplet twice, bits 64-127 contain second triplet tw…
296 …ushl.4s v5, v4, v0 // v0 = {6, 0, 6, 0}, places second element of triplets into bits 16-25 and 80-…
297 …ushl.4s v4, v4, v1 // v1 = {0, -20, 0, -20}, places third element of triplets into bits 32-41 and …
299 …and.16b v4, v4, v3 // v3 = {1023, 0, 1023, 0, 1023, 0, 1023, 0}, isolate first and third elements …
300 orr.16b v4, v4, v5 // combine data
[all …]
H A Dmemcmp_zero.s98 orr.16b v4, v4, v0 // use orr to keep non-zero bytes
114 orr.16b v4, v4, v0 // use orr to keep non-zero bytes
119 orr.16b v4, v4, v5 // reduce four regs into two
121 orr.16b v4, v4, v6 // reduce two regs into one
122 umaxv.16b b0, v4 // reduce 16 bytes into one
/xnu-12377.1.9/bsd/dev/i386/
H A Dcpu_copy_in_cksum.s91 #define v4 %xmm4 macro
147 movdqa v4, 4*16(%rsp)
178 movups 0*16(src), v4
202 movups v4, 0*16(dst)
203 movdqa v4, v12
204 psrlq $32, v4
225 paddq v4, v0
267 movups 0*16(src), v4
305 movups v4, 0*16(dst)
306 movdqa v4, v12
[all …]
/xnu-12377.1.9/bsd/dev/arm64/
H A Dcpu_memcmp_mask.s103 ld1.16b {v4, v5}, [mask]
106 and.16b v0, v0, v4
134 ld1.16b {v3, v4, v5}, [src2]
137 eor.16b v1, v1, v4
169 ld1.16b {v4, v5, v6, v7}, [src2]
171 eor.16b v0, v0, v4
207 ld1.16b {v4}, [src1]
216 eor.16b v4, v4, v20
221 and.16b v4, v4, v25
225 orr.16b v0, v0, v4
H A Dcpu_in_cksum.s290 st1.4s {v4, v5, v6, v7}, [x11], #4*16
299 ld1.4s {v4,v5,v6,v7},[data],#64
312 uadalp.2d v0, v4
313 ld1.4s {v4},[data], #16
327 uadalp.2d v0, v4
341 ld1.4s {v4, v5, v6, v7}, [sp], #4*16
H A Dcpu_copy_in_cksum.s134 st1.4s {v4, v5, v6, v7}, [x11], #4*16
163 uadalp.2d v0, v4
195 uadalp.2d v0, v4
220 ld1.4s {v4, v5, v6, v7}, [x11], #4*16
/xnu-12377.1.9/osfmk/arm64/corecrypto/
H A Dsha256_compress_arm64.s235 st1.4s {v4, v5, v6, v7}, [x4], #64
254 add.4s v4, v0, v21 // 1st 4 input + K256
300 add.4s v4, v0, v21
324 add.4s v4, v0, v21
354 add.4s v4, v0, v21
368 add.4s v4, v0, v21
383 add.4s v4, v0, v21
406 ld1.4s {v4, v5, v6, v7}, [sp], #64
/xnu-12377.1.9/bsd/net/
H A Dntstat.h412 struct sockaddr_in v4; member
416 struct sockaddr_in v4; member
424 struct sockaddr_in v4; member
428 struct sockaddr_in v4; member
451 struct sockaddr_in v4; member
488 struct sockaddr_in v4; member
493 struct sockaddr_in v4; member
527 struct sockaddr_in v4; member
532 struct sockaddr_in v4; member
592 struct sockaddr_in v4; member
[all …]
H A Dntstat.c1296 if (param->dst.v4.sin_family == 0 || in nstat_route_lookup()
1297 param->dst.v4.sin_family > AF_MAX || in nstat_route_lookup()
1298 (param->mask.v4.sin_family != 0 && param->mask.v4.sin_family != param->dst.v4.sin_family)) { in nstat_route_lookup()
1302 if (param->dst.v4.sin_len > sizeof(param->dst) || in nstat_route_lookup()
1303 (param->mask.v4.sin_family && param->mask.v4.sin_len > sizeof(param->mask.v4.sin_len))) { in nstat_route_lookup()
1306 if ((param->dst.v4.sin_family == AF_INET && in nstat_route_lookup()
1307 param->dst.v4.sin_len < sizeof(struct sockaddr_in)) || in nstat_route_lookup()
1313 dst = __DECONST_SA(&param->dst.v4); in nstat_route_lookup()
1314 mask = param->mask.v4.sin_family ? __DECONST_SA(&param->mask.v4) : NULL; in nstat_route_lookup()
1833 struct sockaddr_in v4; member
[all …]
H A Dpfvar.h455 (a)->v4.s_addr = (b)->v4.s_addr
/xnu-12377.1.9/bsd/kern/
H A Dsocket_flows.c1024 desc->local.v4.sin_family = AF_INET; in soflow_nstat_provider_request_vals()
1025 desc->local.v4.sin_len = sizeof(struct sockaddr_in); in soflow_nstat_provider_request_vals()
1026 desc->local.v4.sin_port = hash_entry->soflow_lport; in soflow_nstat_provider_request_vals()
1027 desc->local.v4.sin_addr = hash_entry->soflow_laddr.addr46.ia46_addr4; in soflow_nstat_provider_request_vals()
1029 desc->remote.v4.sin_family = AF_INET; in soflow_nstat_provider_request_vals()
1030 desc->remote.v4.sin_len = sizeof(struct sockaddr_in); in soflow_nstat_provider_request_vals()
1031 desc->remote.v4.sin_port = hash_entry->soflow_fport; in soflow_nstat_provider_request_vals()
1032 desc->remote.v4.sin_addr = hash_entry->soflow_faddr.addr46.ia46_addr4; in soflow_nstat_provider_request_vals()
1055 addr = &desc->local.v4.sin_addr; in soflow_nstat_provider_request_vals()
1057 addr = &desc->remote.v4.sin_addr; in soflow_nstat_provider_request_vals()
[all …]
/xnu-12377.1.9/tests/
H A Dinet_transfer.h66 struct in_addr v4; member
H A Dnet_bond.c195 server.v4 = pair->one.ip; in test_traffic_for_pair()
H A Dnet_vlan.c218 server.v4 = one->ip; in test_traffic_for_network_interfaces()
H A Dinet_transfer.c115 sin_p->sin_addr = endpoint->addr.v4; in inet_sockaddr_init_with_endpoint()
H A Dnet_bridge.c3337 server.v4 = bridge_ip_addr; in test_traffic_for_af()
3352 server.v4 = server_port->ip; in test_traffic_for_af()
/xnu-12377.1.9/osfmk/vm/
H A Dvm_shared_region_xnu.h143 struct vm_shared_region_slide_info_entry_v4 v4; member
H A Dvm_shared_region.c3096 kr = vm_shared_region_slide_sanity_check_v4(&s_info->v4, s_info_size); in vm_shared_region_slide_sanity_check()
3518 vm_shared_region_slide_info_entry_v4_t s_info = &si->si_slide_info_entry->v4; in vm_shared_region_slide_page_v4()
/xnu-12377.1.9/makedefs/
H A DMakeInc.def417 …AGS) -mno-implicit-sme -momit-leaf-frame-pointer -fno-strict-aliasing -D__API__=v4 $(CFLAGS_KERNEL)
/xnu-12377.1.9/bsd/netinet/
H A Din_pcb.c287 struct in_addr v4; member