Home
last modified time | relevance | path

Searched refs:guest_sizeB (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
Dmain_main.c731 Int guest_sizeB; in libvex_BackEnd() local
752 guest_sizeB = 0; in libvex_BackEnd()
777 guest_sizeB = sizeof(VexGuestX86State); in libvex_BackEnd()
785 guest_sizeB = sizeof(VexGuestAMD64State); in libvex_BackEnd()
793 guest_sizeB = sizeof(VexGuestPPC32State); in libvex_BackEnd()
801 guest_sizeB = sizeof(VexGuestPPC64State); in libvex_BackEnd()
809 guest_sizeB = sizeof(VexGuestS390XState); in libvex_BackEnd()
817 guest_sizeB = sizeof(VexGuestARMState); in libvex_BackEnd()
825 guest_sizeB = sizeof(VexGuestARM64State); in libvex_BackEnd()
833 guest_sizeB = sizeof(VexGuestMIPS32State); in libvex_BackEnd()
[all …]
Dhost_generic_regs.h471 Int guest_sizeB,
Dhost_generic_reg_alloc2.c385 Int guest_sizeB, in doRegisterAllocation()
450 vassert(0 == (guest_sizeB % LibVEX_GUEST_STATE_ALIGN)); in doRegisterAllocation()
944 vreg_lrs[j].spill_offset = toShort(guest_sizeB * 3 + ss_no * 8); in doRegisterAllocation()