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

  /external/valgrind/main/VEX/priv/
host_generic_regs.h 150 static inline Bool hregIsInvalid ( HReg r )
host_generic_reg_alloc2.c     [all...]
host_s390_defs.c 712 if (! hregIsInvalid(insn->variant.bfp_convert.dst_lo))
715 if (! hregIsInvalid(insn->variant.bfp_convert.op_lo))
764 if (! hregIsInvalid(insn->variant.dfp_convert.dst_lo))
767 if (! hregIsInvalid(insn->variant.dfp_convert.op_lo))
785 if (! hregIsInvalid(fp_convert->dst_lo))
788 if (! hregIsInvalid(fp_convert->op_lo))
1030 if (! hregIsInvalid(insn->variant.bfp_convert.dst_lo))
1035 if (! hregIsInvalid(insn->variant.bfp_convert.op_lo))
    [all...]
host_mips_isel.c 144 vassert(! hregIsInvalid(env->vregmapHI[tmp]));
155 vassert(! hregIsInvalid(env->vregmapHI[tmp]));
601 if (hregIsInvalid(tmpregs[i])) /* Skip invalid regs */
    [all...]
host_x86_isel.c 204 vassert(! hregIsInvalid(env->vregmapHI[tmp]));
351 vassert(!hregIsInvalid(r_vecRetAddr));
613 vassert(!hregIsInvalid(r_vecRetAddr));
    [all...]
host_ppc_isel.c 314 vassert(! hregIsInvalid(env->vregmapMedLo[tmp]));
326 vassert(! hregIsInvalid(env->vregmapMedLo[tmp]));
    [all...]
host_arm64_isel.c 729 vassert(!hregIsInvalid(r_vecRetAddr));
754 vassert(!(hregIsInvalid(tmpregs[i])));
    [all...]
host_s390_isel.c 199 vassert(! hregIsInvalid(env->vregmap[tmp]));
210 vassert(! hregIsInvalid(env->vregmapHI[tmp]));
    [all...]
host_amd64_isel.c 180 vassert(! hregIsInvalid(env->vregmapHI[tmp]));
622 vassert(!hregIsInvalid(r_vecRetAddr));
    [all...]
host_arm_isel.c 140 vassert(! hregIsInvalid(env->vregmapHI[tmp]));
643 if (hregIsInvalid(tmpregs[i])) { // Skip invalid regs
    [all...]
host_x86_defs.c     [all...]

Completed in 419 milliseconds