Home
last modified time | relevance | path

Searched refs:Ity_I128 (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/main/VEX/priv/
Dir_defs.c56 case Ity_I128: vex_printf( "I128"); break; in ppIRType()
2092 BINARY(Ity_I64,Ity_I64, Ity_I128); in typeOfPrimop()
2110 BINARY(Ity_I128,Ity_I64, Ity_I128); in typeOfPrimop()
2128 UNARY(Ity_I128, Ity_I64); in typeOfPrimop()
2130 BINARY(Ity_I64,Ity_I64, Ity_I128); in typeOfPrimop()
2582 case Ity_I64: case Ity_I128: in isPlausibleIRType()
3440 case Ity_I128: return 16; in sizeofIRType()
Dhost_amd64_isel.c2325 vassert(typeOfIRExpr(env->type_env,e) == Ity_I128); in iselInt128Expr_wrk()
3902 if (ty == Ity_I128) { in iselStmt()
4160 case Ity_I128: hreg = mkHReg(j++, HRcInt64, True); in iselSB_AMD64()
Dhost_ppc_isel.c2505 vassert(typeOfIRExpr(env->type_env,e) == Ity_I128); in iselInt128Expr_wrk()
3902 if (mode64 && ty == Ity_I128) { in iselStmt()
4185 case Ity_I128: vassert(mode64); in iselSB_PPC()
Dir_opt.c4507 case Ity_I32: case Ity_I64: case Ity_I128: in considerExpensives()
Dguest_amd64_toIR.c3076 IRTemp src128 = newTemp(Ity_I128); in codegen_div()
3077 IRTemp dst128 = newTemp(Ity_I128); in codegen_div()
3645 IRTemp res128 = newTemp(Ity_I128); in codegen_mulL_A_D()
/external/valgrind/main/lackey/
Dlk_main.c314 case Ity_I128: return 5; in type2index()
/external/valgrind/main/memcheck/
Dmc_translate.c356 case Ity_I128: return ty; in shadowTypeV()
692 case Ity_I128: { in mkPCastTo()
723 case Ity_I128: in mkPCastTo()
725 tmp1 = assignNew('V', mce, Ity_I128, binop(Iop_64HLto128, tmp1, tmp1)); in mkPCastTo()
2846 return assignNew('V', mce, Ity_I128, binop(op, vatom1, vatom2)); in expr2vbits_Binop()
2888 return mkLazy2(mce, Ity_I128, vatom1, vatom2); in expr2vbits_Binop()
2899 return assignNew('V', mce, Ity_I128, binop(Iop_64HLto128, vHi64, vLo64)); in expr2vbits_Binop()
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h227 Ity_I128, /* 128-bit scalar */ enumerator
/external/valgrind/main/
DNEWS347 247875 sizeofIRType to handle Ity_I128