HomeSort by relevance Sort by last modified time
    Searched refs:guest_sizeB (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/VEX/priv/
host_generic_regs.h 266 Int guest_sizeB,
main_main.c 196 Int i, j, k, out_used, guest_sizeB;
349 guest_sizeB = sizeof(VexGuestX86State);
365 guest_sizeB = sizeof(VexGuestAMD64State);
381 guest_sizeB = sizeof(VexGuestPPC32State);
397 guest_sizeB = sizeof(VexGuestPPC64State);
414 guest_sizeB = sizeof(VexGuestARMState);
613 guest_sizeB,
    [all...]
host_generic_reg_alloc2.c 336 Int guest_sizeB,
401 vassert(0 == (guest_sizeB % 16));
870 vreg_lrs[j].spill_offset = toShort(guest_sizeB * 3 + k * 8);
    [all...]

Completed in 65 milliseconds