Lines Matching defs:part

7    This file is part of Valgrind, a dynamic binary instrumentation
109 /* Architecture-specific part of VG_(save_context). */
111 CorePart part)
121 VG_TRACK(copy_reg_to_mem, part, tid, OFFSET_amd64_RIP,
124 VG_TRACK(copy_reg_to_mem, part, tid, OFFSET_amd64_RAX,
127 VG_TRACK(copy_reg_to_mem, part, tid, OFFSET_amd64_RBX,
130 VG_TRACK(copy_reg_to_mem, part, tid, OFFSET_amd64_RCX,
133 VG_TRACK(copy_reg_to_mem, part, tid, OFFSET_amd64_RDX,
136 VG_TRACK(copy_reg_to_mem, part, tid, OFFSET_amd64_RBP,
139 VG_TRACK(copy_reg_to_mem, part, tid, OFFSET_amd64_RSI,
142 VG_TRACK(copy_reg_to_mem, part, tid, OFFSET_amd64_RDI,
145 VG_TRACK(copy_reg_to_mem, part, tid, OFFSET_amd64_R8,
148 VG_TRACK(copy_reg_to_mem, part, tid, OFFSET_amd64_R9,
151 VG_TRACK(copy_reg_to_mem, part, tid, OFFSET_amd64_R10,
154 VG_TRACK(copy_reg_to_mem, part, tid, OFFSET_amd64_R11,
157 VG_TRACK(copy_reg_to_mem, part, tid, OFFSET_amd64_R12,
160 VG_TRACK(copy_reg_to_mem, part, tid, OFFSET_amd64_R13,
163 VG_TRACK(copy_reg_to_mem, part, tid, OFFSET_amd64_R14,
166 VG_TRACK(copy_reg_to_mem, part, tid, OFFSET_amd64_R15,
169 VG_TRACK(copy_reg_to_mem, part, tid, OFFSET_amd64_RSP,
174 VG_TRACK(post_mem_write, part, tid,
177 VG_TRACK(post_mem_write, part, tid,
185 VG_TRACK(post_mem_write, part, tid,
188 VG_TRACK(post_mem_write, part, tid,
191 VG_TRACK(post_mem_write, part, tid,
194 VG_TRACK(post_mem_write, part, tid,
197 VG_TRACK(post_mem_write, part, tid,
200 VG_TRACK(post_mem_write, part, tid,
205 VG_TRACK(post_mem_write, part, tid,
208 VG_TRACK(post_mem_write, part, tid,
215 VG_TRACK(post_mem_write, part, tid,
220 VG_TRACK(copy_reg_to_mem, part, tid,
224 VG_TRACK(copy_reg_to_mem, part, tid,
249 VG_TRACK(post_mem_write, part, tid, (Addr)&fs->cw, sizeof(fs->cw));
251 VG_TRACK(post_mem_write, part, tid, (Addr)&fs->sw, sizeof(fs->sw));
253 VG_TRACK(post_mem_write, part, tid, (Addr)&fs->fctw, sizeof(fs->fctw));
255 VG_TRACK(post_mem_write, part, tid, (Addr)&fs->__fx_rsvd,
259 VG_TRACK(post_mem_write, part, tid, (Addr)&fs->fop, sizeof(fs->fop));
262 VG_TRACK(post_mem_write, part, tid, (Addr)&fs->rip, sizeof(fs->rip));
265 VG_TRACK(post_mem_write, part, tid, (Addr)&fs->rdp, sizeof(fs->rdp));
268 VG_TRACK(post_mem_write, part, tid, (Addr)&fs->mxcsr, sizeof(fs->mxcsr));
270 VG_TRACK(post_mem_write, part, tid, (Addr)&fs->mxcsr_mask,
278 VG_TRACK(copy_reg_to_mem, part, tid, offsetof(VexGuestAMD64State,
280 VG_TRACK(copy_reg_to_mem, part, tid, offsetof(VexGuestAMD64State,
285 VG_TRACK(copy_reg_to_mem, part, tid, offsetof(VexGuestAMD64State,
287 VG_TRACK(copy_reg_to_mem, part, tid, offsetof(VexGuestAMD64State,
289 VG_TRACK(copy_reg_to_mem, part, tid, offsetof(VexGuestAMD64State,
291 VG_TRACK(copy_reg_to_mem, part, tid, offsetof(VexGuestAMD64State,
293 VG_TRACK(copy_reg_to_mem, part, tid, offsetof(VexGuestAMD64State,
295 VG_TRACK(copy_reg_to_mem, part, tid, offsetof(VexGuestAMD64State,
297 VG_TRACK(copy_reg_to_mem, part, tid, offsetof(VexGuestAMD64State,
299 VG_TRACK(copy_reg_to_mem, part, tid, offsetof(VexGuestAMD64State,
304 VG_TRACK(post_mem_write, part, tid, (Addr)&fs->status, sizeof(fs->status));
308 VG_TRACK(post_mem_write, part, tid, (Addr)&fs->xstatus,
312 /* Architecture-specific part of VG_(restore_context). */
314 CorePart part, Bool esp_is_thrptr)
324 VG_TRACK(copy_mem_to_reg, part, tid,
328 VG_TRACK(copy_mem_to_reg, part, tid,
332 VG_TRACK(copy_mem_to_reg, part, tid,
336 VG_TRACK(copy_mem_to_reg, part, tid,
340 VG_TRACK(copy_mem_to_reg, part, tid,
344 VG_TRACK(copy_mem_to_reg, part, tid,
348 VG_TRACK(copy_mem_to_reg, part, tid,
352 VG_TRACK(copy_mem_to_reg, part, tid,
356 VG_TRACK(copy_mem_to_reg, part, tid,
360 VG_TRACK(copy_mem_to_reg, part, tid,
364 VG_TRACK(copy_mem_to_reg, part, tid,
368 VG_TRACK(copy_mem_to_reg, part, tid,
372 VG_TRACK(copy_mem_to_reg, part, tid,
376 VG_TRACK(copy_mem_to_reg, part, tid,
380 VG_TRACK(copy_mem_to_reg, part, tid,
384 VG_TRACK(copy_mem_to_reg, part, tid,
388 VG_TRACK(copy_mem_to_reg, part, tid,
398 VG_TRACK(copy_mem_to_reg, part, tid,
410 VG_TRACK(pre_mem_read, part, tid,
423 VG_TRACK(post_reg_write, part, tid,
425 VG_TRACK(post_reg_write, part, tid,
455 VG_TRACK(copy_mem_to_reg, part, tid,
460 VG_TRACK(copy_mem_to_reg, part, tid,
482 VG_TRACK(pre_mem_read, part, tid,
486 VG_TRACK(pre_mem_read, part, tid,
490 VG_TRACK(pre_mem_read, part, tid,
494 VG_TRACK(pre_mem_read, part, tid,
498 VG_TRACK(pre_mem_read, part, tid,
502 VG_TRACK(pre_mem_read, part, tid,
506 VG_TRACK(pre_mem_read, part, tid,
510 VG_TRACK(pre_mem_read, part, tid,
517 VG_TRACK(copy_mem_to_reg, part, tid, addr,
522 VG_TRACK(copy_mem_to_reg, part, tid, (Addr)&fs->xmm[0],
524 VG_TRACK(copy_mem_to_reg, part, tid, (Addr)&fs->xmm[1],
526 VG_TRACK(copy_mem_to_reg, part, tid, (Addr)&fs->xmm[2],
528 VG_TRACK(copy_mem_to_reg, part, tid, (Addr)&fs->xmm[3],
530 VG_TRACK(copy_mem_to_reg, part, tid, (Addr)&fs->xmm[4],
532 VG_TRACK(copy_mem_to_reg, part, tid, (Addr)&fs->xmm[5],
534 VG_TRACK(copy_mem_to_reg, part, tid, (Addr)&fs->xmm[6],
536 VG_TRACK(copy_mem_to_reg, part, tid, (Addr)&fs->xmm[7],