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

1 2

  /external/valgrind/memcheck/tests/vbit-test/
util.c 182 case Ity_I64: return 8;
314 BINARY(Ity_I64,Ity_I64, Ity_I64);
325 BINARY(Ity_I64,Ity_I8, Ity_I64);
334 BINARY(Ity_I64,Ity_I8, Ity_I64);
363 UNARY(Ity_I64, Ity_I64);
    [all...]
  /external/valgrind/VEX/priv/
guest_tilegx_toIR.c 180 IRType ty = Ity_I64;
191 IRType ty = Ity_I64;
214 if (src_ty == Ity_I64 && dst_ty == Ity_I8) {
217 if (src_ty == Ity_I64 && dst_ty == Ity_I16) {
220 if (src_ty == Ity_I64 && dst_ty == Ity_I32) {
346 Ity_I64));
470 t2 = newTemp(Ity_I64);
475 t2 = newTemp(Ity_I64);
480 t2 = newTemp(Ity_I64);
519 t2 = newTemp(Ity_I64);
    [all...]
guest_s390_toIR.c 564 case Ity_I64:
766 op = IRExpr_Get(S390X_GUEST_OFFSET(guest_CC_OP), Ity_I64);
767 dep1 = IRExpr_Get(S390X_GUEST_OFFSET(guest_CC_DEP1), Ity_I64);
768 dep2 = IRExpr_Get(S390X_GUEST_OFFSET(guest_CC_DEP2), Ity_I64);
769 ndep = IRExpr_Get(S390X_GUEST_OFFSET(guest_CC_NDEP), Ity_I64);
826 op = IRExpr_Get(S390X_GUEST_OFFSET(guest_CC_OP), Ity_I64);
827 dep1 = IRExpr_Get(S390X_GUEST_OFFSET(guest_CC_DEP1), Ity_I64);
828 dep2 = IRExpr_Get(S390X_GUEST_OFFSET(guest_CC_DEP2), Ity_I64);
829 ndep = IRExpr_Get(S390X_GUEST_OFFSET(guest_CC_NDEP), Ity_I64);
1096 vassert(typeOfIRExpr(irsb->tyenv, expr) == Ity_I64);
    [all...]
ir_defs.c 55 case Ity_I64: vex_printf( "I64"); break;
    [all...]
guest_mips_toIR.c 464 t1 = newTemp(mode64 ? Ity_I64 : Ity_I32); \
473 t1 = newTemp(mode64 ? Ity_I64 : Ity_I32); \
480 t2 = newTemp(Ity_I64); \
487 t2 = newTemp(Ity_I64); \
489 t4 = newTemp(Ity_I64); \
1028 return IRExpr_Get(accumulatorGuestRegOffset(acNo), Ity_I64);
1060 IRType ty = mode64 ? Ity_I64 : Ity_I32;
1069 return IRExpr_Get(offsetof(VexGuestMIPS64State, guest_HI), Ity_I64);
1077 return IRExpr_Get(offsetof(VexGuestMIPS64State, guest_LO), Ity_I64);
    [all...]
guest_amd64_toIR.c 292 case Ity_I64: return mkU64(i);
320 case Ity_I64: return 3 +op8;
618 case 8: return Ity_I64;
    [all...]
guest_ppc_toIR.c 587 vassert(tyA == Ity_I32 || tyA == Ity_I64);
759 IRTemp hi64 = newTemp(Ity_I64);
760 IRTemp lo64 = newTemp(Ity_I64);
797 IRTemp hi64 = newTemp(Ity_I64);
798 IRTemp lo64 = newTemp(Ity_I64);
805 *t0 = newTemp(Ity_I64);
806 *t1 = newTemp(Ity_I64);
807 *t2 = newTemp(Ity_I64);
808 *t3 = newTemp(Ity_I64);
824 IRTemp hi64 = newTemp(Ity_I64);
    [all...]
guest_arm64_toIR.c 459 case Ity_I64: return Iop_And64;
467 case Ity_I64: return Iop_Or64;
475 case Ity_I64: return Iop_Xor64;
483 case Ity_I64: return Iop_Shl64;
491 case Ity_I64: return Iop_Shr64;
499 case Ity_I64: return Iop_Sar64;
507 case Ity_I64: return Iop_Not64;
515 case Ity_I64: return Iop_Add64;
523 case Ity_I64: return Iop_Sub64;
790 case Ity_I64: return mkU64(imm)
    [all...]
guest_x86_toIR.c 579 return IRExpr_Get( xmmGuestRegLane64offset(xmmreg,laneno), Ity_I64 );
605 vassert(typeOfIRExpr(irsb->tyenv,e) == Ity_I64);
    [all...]
guest_arm_toIR.c 740 return IRExpr_Get( doubleGuestRegOffset(dregNo), Ity_I64 );
752 vassert(typeOfIRExpr(irsb->tyenv, e) == Ity_I64);
    [all...]
host_tilegx_isel.c 70 if any is needed. That's only for Ity_I64 temps
305 typeOfIRExpr(env->type_env, args[i]) == Ity_I64);
322 || typeOfIRExpr(env->type_env, args[i]) == Ity_I64);
404 vassert(ty == Ity_I64);
455 ty == Ity_I1 || ty == Ity_I64);
601 if (ty == Ity_I64) {
1023 || ((ty == Ity_I64))) {
1038 ty == Ity_I32 || ((ty == Ity_I64))) &&
    [all...]
ir_inject.c 68 IRExpr_Load(endian, Ity_I64, addr));
100 case Ity_I128: concat = Iop_64HLto128; type = Ity_I64; goto load128;
main_main.c 440 host_word_type = Ity_I64;
474 host_word_type = Ity_I64;
495 host_word_type = Ity_I64;
529 host_word_type = Ity_I64;
564 host_word_type = Ity_I64;
582 host_word_type = Ity_I64;
623 guest_word_type = Ity_I64;
665 guest_word_type = Ity_I64;
688 guest_word_type = Ity_I64;
730 guest_word_type = Ity_I64;
    [all...]
host_arm64_isel.c 649 if (aTy == Ity_I64) {
688 if (aTy == Ity_I64) {
745 case Ity_I64: case Ity_I32: case Ity_I16: case Ity_I8:
855 vassert(ty == Ity_I64);
859 case Ity_I64: szBbits = 3; break;
    [all...]
host_mips_isel.c 526 } else if (aTy == Ity_I64) { /* Ity_I64 */
565 } else if (aTy == Ity_I64) { /* Ity_I64 */
622 case Ity_I64:
718 Bool aligned4imm = toBool(xferTy == Ity_I32 || xferTy == Ity_I64);
719 vassert(ty == Ity_I64);
799 || ty == Ity_F32 || (ty == Ity_I64 && mode64)
    [all...]
host_amd64_isel.c 377 vassert(typeOfIRExpr(env->type_env, e) == Ity_I64);
398 vassert(e->Iex.Get.ty == Ity_I64);
568 vassert(typeOfIRExpr(env->type_env, args[i]) == Ity_I64);
626 vassert(typeOfIRExpr(env->type_env, args[i]) == Ity_I64);
673 case Ity_I64: case Ity_I32: case Ity_I16: case Ity_I8:
925 case Ity_I64: case Ity_I32: case Ity_I16: case Ity_I8: break;
945 if (ty == Ity_I64) {
    [all...]
host_ppc_isel.c 235 if any is needed. That's only for Ity_I64 temps
600 // store as Ity_I64
    [all...]
host_s390_isel.c 63 if any is needed. That's only for Ity_I64 temps
338 vassert(typeOfIRExpr(env->type_env, expr) == Ity_I64);
369 vassert(typeOfIRExpr(env->type_env, expr) == Ity_I64);
547 /* All arguments must have Ity_I64. For two reasons:
560 if (type != Ity_I64) {
564 vex_printf("; Ity_I64 is required\n");
610 size = sizeofIRType(Ity_I64);
625 case Ity_I64: case Ity_I32: case Ity_I16: case Ity_I8:
    [all...]
host_x86_isel.c 365 if (arg_ty == Ity_I64) {
663 case Ity_I64:
    [all...]
guest_generic_bb_to_IR.c 230 vassert(guest_word_type == Ity_I32 || guest_word_type == Ity_I64);
537 if (host_word_szB == 8) host_word_type = Ity_I64;
736 host_word_type==Ity_I64 ? Iop_CmpNE64 : Iop_CmpNE32,
738 host_word_type==Ity_I64
    [all...]
  /external/valgrind/memcheck/
mc_translate.c 217 Ity_I32 or Ity_I64 only. */
382 case Ity_I64:
387 case Ity_F64: return Ity_I64;
388 case Ity_D64: return Ity_I64;
406 case Ity_I64: return IRExpr_Const(IRConst_U64(0));
519 return assignNew('V', mce, Ity_I64, binop(Iop_And64, a1, a2));
557 return assignNew('V', mce, Ity_I64, binop(Iop_Or64, a1, a2));
564 tmp1 = assignNew('V', mce, Ity_I64, unop(Iop_128to64, a1));
565 tmp2 = assignNew('V', mce, Ity_I64, unop(Iop_128HIto64, a1));
566 tmp3 = assignNew('V', mce, Ity_I64, unop(Iop_128to64, a2))
    [all...]
  /external/valgrind/VEX/useful/
test_main.c 579 Ity_I32 or Ity_I64 only. */
699 case Ity_I64: return ty;
701 case Ity_F64: return Ity_I64;
716 case Ity_I64: return IRExpr_Const(IRConst_U64(0));
782 return assignNew(mce, Ity_I64, binop(Iop_And64, a1, a2));
814 return assignNew(mce, Ity_I64, binop(Iop_Or64, a1, a2));
828 case Ity_I64: return mkUifU64(mce, a1, a2);
902 return assignNew(mce, Ity_I64, binop(Iop_Or64, data, vbits));
    [all...]
  /external/valgrind/coregrind/
m_translate.c 303 typeof_SP = sizeof_SP==4 ? Ity_I32 : Ity_I64;
    [all...]
  /external/valgrind/drd/
drd_load_store.c 397 } else if (ty_data_expr == Ity_I64) {
413 IRTemp tmp = newIRTemp(bb->tyenv, Ity_I64);
417 ty_data_expr = Ity_I64;
421 && (ty_data_expr == Ity_I32 || ty_data_expr == Ity_I64))
441 tmp = newIRTemp(bb->tyenv, sizeof(HWord) == 4 ? Ity_I32 : Ity_I64);
446 && ty_data_expr == Ity_I64) {
  /external/valgrind/exp-dhat/
dh_main.c 785 IRTemp t1 = newIRTemp(sbOut->tyenv, Ity_I64);
786 IRTemp t2 = newIRTemp(sbOut->tyenv, Ity_I64);
789 IRStmt* st1 = assign(t1, IRExpr_Load(END, Ity_I64, counter_addr));
812 tl_assert(tyAddr == Ity_I32 || tyAddr == Ity_I64);
    [all...]

Completed in 94 milliseconds

1 2