HomeSort by relevance Sort by last modified time
    Searched refs:Ity_I64 (Results 1 - 25 of 30) sorted by null

1 2

  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c 524 case Ity_I64:
676 op = IRExpr_Get(S390X_GUEST_OFFSET(guest_CC_OP), Ity_I64);
677 dep1 = IRExpr_Get(S390X_GUEST_OFFSET(guest_CC_DEP1), Ity_I64);
678 dep2 = IRExpr_Get(S390X_GUEST_OFFSET(guest_CC_DEP2), Ity_I64);
679 ndep = IRExpr_Get(S390X_GUEST_OFFSET(guest_CC_NDEP), Ity_I64);
736 op = IRExpr_Get(S390X_GUEST_OFFSET(guest_CC_OP), Ity_I64);
737 dep1 = IRExpr_Get(S390X_GUEST_OFFSET(guest_CC_DEP1), Ity_I64);
738 dep2 = IRExpr_Get(S390X_GUEST_OFFSET(guest_CC_DEP2), Ity_I64);
739 ndep = IRExpr_Get(S390X_GUEST_OFFSET(guest_CC_NDEP), Ity_I64);
975 vassert(typeOfIRExpr(irsb->tyenv, expr) == Ity_I64);
    [all...]
ir_defs.c 55 case Ity_I64: vex_printf( "I64"); break;
    [all...]
guest_amd64_toIR.c 297 case Ity_I64: return mkU64(i);
325 case Ity_I64: return 3 +op8;
623 case 8: return Ity_I64;
    [all...]
guest_ppc_toIR.c 518 vassert(tyA == Ity_I32 || tyA == Ity_I64);
674 IRTemp hi64 = newTemp(Ity_I64);
675 IRTemp lo64 = newTemp(Ity_I64);
712 IRTemp hi64 = newTemp(Ity_I64);
713 IRTemp lo64 = newTemp(Ity_I64);
720 *t0 = newTemp(Ity_I64);
721 *t1 = newTemp(Ity_I64);
722 *t2 = newTemp(Ity_I64);
723 *t3 = newTemp(Ity_I64);
739 IRTemp hi64 = newTemp(Ity_I64);
    [all...]
guest_x86_toIR.c 582 return IRExpr_Get( xmmGuestRegLane64offset(xmmreg,laneno), Ity_I64 );
608 vassert(typeOfIRExpr(irsb->tyenv,e) == Ity_I64);
    [all...]
guest_arm_toIR.c 694 return IRExpr_Get( doubleGuestRegOffset(dregNo), Ity_I64 );
706 vassert(typeOfIRExpr(irsb->tyenv, e) == Ity_I64);
    [all...]
guest_mips_toIR.c 707 IRType ty = mode64 ? Ity_I64 : Ity_I32;
740 IRType ty = mode64 ? Ity_I64 : Ity_I32;
764 vassert(ty == Ity_I32 || ty == Ity_I64);
781 if (src_ty == Ity_I64 && dst_ty == Ity_I8) {
785 if (src_ty == Ity_I64 && dst_ty == Ity_I16) {
804 vassert(ty == Ity_I32 || ty == Ity_I64);
805 return ty == Ity_I64 ? unop(Iop_64to32, src) : src;
813 t0 = newTemp(Ity_I64);
890 IRTemp t5 = newTemp(Ity_I64);
918 IRTemp t6 = newTemp(Ity_I64);
    [all...]
host_amd64_isel.c 360 vassert(typeOfIRExpr(env->type_env, e) == Ity_I64);
381 vassert(e->Iex.Get.ty == Ity_I64);
518 vassert(typeOfIRExpr(env->type_env, args[i]) == Ity_I64);
557 vassert(typeOfIRExpr(env->type_env, args[i]) == Ity_I64);
824 case Ity_I64: case Ity_I32: case Ity_I16: case Ity_I8: break;
844 if (ty == Ity_I64) {
    [all...]
main_main.c 318 host_word_type = Ity_I64;
358 host_word_type = Ity_I64;
377 host_word_type = Ity_I64;
457 guest_word_type = Ity_I64;
497 guest_word_type = Ity_I64;
518 guest_word_type = Ity_I64;
    [all...]
host_mips_isel.c 447 || typeOfIRExpr(env->type_env, args[i]) == Ity_I64);
452 } else { // Ity_I64
476 || typeOfIRExpr(env->type_env, args[i]) == Ity_I64);
479 } else { // Ity_I64
638 || ty == Ity_F32 || (ty == Ity_I64 && mode64)
761 if (ty == Ity_I64) {
    [all...]
host_s390_isel.c 62 if any is needed. That's only for Ity_I64 temps
329 vassert(typeOfIRExpr(env->type_env, expr) == Ity_I64);
468 /* All arguments must have Ity_I64. For two reasons:
476 if (type != Ity_I64) {
480 vex_printf("; Ity_I64 is required\n");
521 size = sizeofIRType(Ity_I64);
790 vassert(ty == Ity_I8 || ty == Ity_I16 || ty == Ity_I32 || ty == Ity_I64);
    [all...]
host_ppc_isel.c 229 if any is needed. That's only for Ity_I64 temps
559 // store as Ity_I64
807 typeOfIRExpr(env->type_env, args[i]) == Ity_I64);
814 } else { // Ity_I64
854 typeOfIRExpr(env->type_env, args[i]) == Ity_I64);
858 } else { // Ity_I64
    [all...]
guest_generic_bb_to_IR.c 226 vassert(guest_word_type == Ity_I32 || guest_word_type == Ity_I64);
533 if (host_word_szB == 8) host_word_type = Ity_I64;
732 host_word_type==Ity_I64 ? Iop_CmpNE64 : Iop_CmpNE32,
734 host_word_type==Ity_I64
    [all...]
host_x86_isel.c 352 if (arg_ty == Ity_I64) {
    [all...]
host_arm_isel.c 502 else if (aTy == Ity_I64) {
551 else if (aTy == Ity_I64) {
607 Suppose the arg types are (Ity_I32, Ity_I64). Then we will have
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 205 Ity_I32 or Ity_I64 only. */
370 case Ity_I64:
374 case Ity_F64: return Ity_I64;
375 case Ity_D64: return Ity_I64;
393 case Ity_I64: return IRExpr_Const(IRConst_U64(0));
504 return assignNew('V', mce, Ity_I64, binop(Iop_And64, a1, a2));
542 return assignNew('V', mce, Ity_I64, binop(Iop_Or64, a1, a2));
549 tmp1 = assignNew('V', mce, Ity_I64, unop(Iop_128to64, a1));
550 tmp2 = assignNew('V', mce, Ity_I64, unop(Iop_128HIto64, a1));
551 tmp3 = assignNew('V', mce, Ity_I64, unop(Iop_128to64, a2))
    [all...]
mc_machine.c     [all...]
  /external/valgrind/main/VEX/
test_main.c 535 Ity_I32 or Ity_I64 only. */
655 case Ity_I64: return ty;
657 case Ity_F64: return Ity_I64;
672 case Ity_I64: return IRExpr_Const(IRConst_U64(0));
738 return assignNew(mce, Ity_I64, binop(Iop_And64, a1, a2));
770 return assignNew(mce, Ity_I64, binop(Iop_Or64, a1, a2));
784 case Ity_I64: return mkUifU64(mce, a1, a2);
858 return assignNew(mce, Ity_I64, binop(Iop_Or64, data, vbits));
914 mce, Ity_I64,
916 assignNew(mce, Ity_I64, unop(Iop_Not64, data)),
    [all...]
  /external/valgrind/main/drd/
drd_load_store.c 389 } else if (ty_data_expr == Ity_I64) {
405 IRTemp tmp = newIRTemp(bb->tyenv, Ity_I64);
409 ty_data_expr = Ity_I64;
413 && (ty_data_expr == Ity_I32 || ty_data_expr == Ity_I64))
433 tmp = newIRTemp(bb->tyenv, sizeof(HWord) == 4 ? Ity_I32 : Ity_I64);
438 && ty_data_expr == Ity_I64) {
  /external/valgrind/main/coregrind/
m_translate.c 289 typeof_SP = sizeof_SP==4 ? Ity_I32 : Ity_I64;
    [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 786 IRTemp t1 = newIRTemp(sbOut->tyenv, Ity_I64);
787 IRTemp t2 = newIRTemp(sbOut->tyenv, Ity_I64);
790 IRStmt* st1 = assign(t1, IRExpr_Load(END, Ity_I64, counter_addr));
813 tl_assert(tyAddr == Ity_I32 || tyAddr == Ity_I64);
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c     [all...]
  /external/valgrind/main/cachegrind/
cg_main.c 913 == (sizeof(HWord)==4 ? Ity_I32 : Ity_I64));
933 == (sizeof(HWord)==4 ? Ity_I32 : Ity_I64));
    [all...]
  /external/valgrind/main/massif/
ms_main.c     [all...]
  /external/valgrind/main/lackey/
lk_main.c 313 case Ity_I64: return 4;
    [all...]

Completed in 141 milliseconds

1 2