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

  /external/valgrind/main/VEX/pub/
libvex_guest_mips32.h 78 /* 136 */ UInt guest_LO; /* Multiply and divide register lower result */
libvex_guest_mips64.h 84 /* 272 */ ULong guest_LO; /* Multiply and divide reg lower result */
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-mips32-linux.c 160 sc->sc_mdlo = tst->arch.vex.guest_LO;
375 tst->arch.vex.guest_LO = mc->sc_mdlo;
sigframe-mips64-linux.c 153 sc->sc_mdlo = tst->arch.vex.guest_LO;
300 tst->arch.vex.guest_LO = mc->sc_mdlo;
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-mips32.c 296 case 33: VG_(transfer) (&mips1->guest_LO, buf, dir, size, mod); break;
valgrind-low-mips64.c 297 case 33: VG_(transfer) (&mips1->guest_LO, buf, dir, size, mod); break;
  /external/valgrind/main/VEX/priv/
guest_mips_helpers.c 105 vex_state->guest_LO = 0; /* Multiply and divide register lower result */
212 vex_state->guest_LO = 0; /* Multiply and divide register lower result */
    [all...]
guest_mips_toIR.c 1071 return IRExpr_Get(offsetof(VexGuestMIPS64State, guest_LO), Ity_I64);
1073 return IRExpr_Get(offsetof(VexGuestMIPS32State, guest_LO), Ity_I32);
    [all...]
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 376 regs->MIPS_lo = arch->vex.guest_LO;
386 regs->MIPS_lo = arch->vex.guest_LO;

Completed in 1320 milliseconds