Searched refs:Ity_I128 (Results 1 - 16 of 16) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dir_inject.c100 case Ity_I128: concat = Iop_64HLto128; type = Ity_I64; goto load128;
165 case Ity_I128: high = Iop_128HIto64; low = Iop_128to64; goto store128;
H A Dir_defs.c56 case Ity_I128: vex_printf( "I128"); break;
2580 BINARY(Ity_I64,Ity_I64, Ity_I128);
2598 BINARY(Ity_I128,Ity_I64, Ity_I128);
2601 BINARY(Ity_I64,Ity_I64, Ity_I128);
2619 UNARY(Ity_I128, Ity_I64);
2621 BINARY(Ity_I64,Ity_I64, Ity_I128);
3446 case Ity_I64: case Ity_I128:
4481 case Ity_I128: return 16;
H A Dhost_mips_isel.c799 || (ty == Ity_I128 && mode64));
2181 vassert(typeOfIRExpr(env->type_env, e) == Ity_I128);
3764 if (mode64 && ty == Ity_I128) {
4209 case Ity_I128:
H A Dhost_s390_isel.c64 in 32 bit mode or Ity_I128 temps in 64-bit mode.
907 vassert(ty == Ity_I128);
3695 case Ity_I128: {
4149 case Ity_I128:
H A Dhost_ppc_isel.c236 in 32 bit mode or Ity_I128 temps in 64-bit mode.
237 - vregmapMedHi is only for dealing with Ity_I128 temps in
240 - vregmapHi is also only for dealing with Ity_I128 temps
2940 vassert(typeOfIRExpr(env->type_env,e) == Ity_I128);
3023 vassert(typeOfIRExpr(env->type_env,e) == Ity_I128);
5456 if (mode64 && ty == Ity_I128) {
5464 if (!mode64 && ty == Ity_I128) {
5984 case Ity_I128:
H A Dhost_arm64_isel.c2404 vassert(typeOfIRExpr(env->type_env,e) == Ity_I128);
7030 case Ity_I128:
H A Dhost_amd64_isel.c2478 vassert(typeOfIRExpr(env->type_env,e) == Ity_I128);
4467 if (ty == Ity_I128) {
4911 case Ity_I128:
H A Dguest_s390_toIR.c6673 IRTemp result = newTemp(Ity_I128);
6705 IRTemp result = newTemp(Ity_I128);
6737 IRTemp result = newTemp(Ity_I128);
6768 IRTemp result = newTemp(Ity_I128);
6783 IRTemp result = newTemp(Ity_I128);
6829 IRTemp result = newTemp(Ity_I128);
6844 IRTemp result = newTemp(Ity_I128);
6875 IRTemp result = newTemp(Ity_I128);
11563 IRTemp op1 = newTemp(Ity_I128);
11564 IRTemp result = newTemp(Ity_I128);
[all...]
H A Dguest_mips_toIR.c2196 IRType t0 = newTemp(Ity_I128);
14413 t0 = newTemp(Ity_I128);
15409 t0 = newTemp(Ity_I128);
15419 t0 = newTemp(Ity_I128);
15429 t1 = newTemp(Ity_I128);
15439 t1 = newTemp(Ity_I128);
15440 t2 = newTemp(Ity_I128);
H A Dir_opt.c5908 case Ity_I32: case Ity_I64: case Ity_I128:
H A Dguest_amd64_toIR.c3337 IRTemp src128 = newTemp(Ity_I128);
3338 IRTemp dst128 = newTemp(Ity_I128);
3924 IRTemp res128 = newTemp(Ity_I128);
[all...]
H A Dguest_ppc_toIR.c2220 t128 = newTemp(Ity_I128);
/external/valgrind/main/memcheck/tests/vbit-test/
H A Dutil.c183 case Ity_I128: return 16;
398 BINARY(Ity_I64,Ity_I64, Ity_I128);
416 BINARY(Ity_I128,Ity_I64, Ity_I128);
419 BINARY(Ity_I64,Ity_I64, Ity_I128);
437 UNARY(Ity_I128, Ity_I64);
439 BINARY(Ity_I64,Ity_I64, Ity_I128);
/external/valgrind/main/memcheck/
H A Dmc_translate.c376 case Ity_I128: return ty;
381 case Ity_F128: return Ity_I128;
382 case Ity_D128: return Ity_I128;
399 case Ity_I128: return i128_const_zero();
563 return assignNew('V', mce, Ity_I128, binop(Iop_64HLto128, tmp6, tmp5));
584 case Ity_I128: return mkUifU128(mce, a1, a2);
812 case Ity_I128: {
843 case Ity_I128:
845 tmp1 = assignNew('V', mce, Ity_I128, binop(Iop_64HLto128, tmp1, tmp1));
1384 tl_assert(ty != Ity_I128);
[all...]
/external/valgrind/main/lackey/
H A Dlk_main.c318 case Ity_I128: return 5;
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h227 Ity_I128, /* 128-bit scalar */ enumerator in enum:__anon32276

Completed in 406 milliseconds