Searched refs:Ity_I1 (Results 1 - 21 of 21) sorted by relevance

/external/valgrind/main/VEX/
H A Dtest_main.c651 case Ity_I1:
668 case Ity_I1: return IRExpr_Const(IRConst_U1(False));
944 case Ity_I1:
948 tmp1 = assignNew(mce, Ity_I1, binop(Iop_CmpNE8, vbits, mkU8(0)));
951 tmp1 = assignNew(mce, Ity_I1, binop(Iop_CmpNE16, vbits, mkU16(0)));
954 tmp1 = assignNew(mce, Ity_I1, binop(Iop_CmpNE32, vbits, mkU32(0)));
957 tmp1 = assignNew(mce, Ity_I1, binop(Iop_CmpNE64, vbits, mkU64(0)));
965 case Ity_I1:
1036 sz = ty==Ity_I1 ? 0 : sizeofIRType(ty);
1038 cond = mkPCastTo( mce, Ity_I1, vato
[all...]
/external/valgrind/main/memcheck/
H A Dmc_translate.c359 case Ity_I1:
378 case Ity_I1: return IRExpr_Const(IRConst_U1(False));
718 case Ity_I1:
722 tmp1 = assignNew('V', mce, Ity_I1, unop(Iop_CmpNEZ8, vbits));
725 tmp1 = assignNew('V', mce, Ity_I1, unop(Iop_CmpNEZ16, vbits));
728 tmp1 = assignNew('V', mce, Ity_I1, unop(Iop_CmpNEZ32, vbits));
731 tmp1 = assignNew('V', mce, Ity_I1, unop(Iop_CmpNEZ64, vbits));
739 tmp1 = assignNew('V', mce, Ity_I1,
750 case Ity_I1:
872 assignNew('V', mce,Ity_I1, bino
[all...]
/external/valgrind/main/VEX/priv/
H A Dir_defs.c51 case Ity_I1: vex_printf( "I1"); break;
1381 vassert(!(arr->elemTy == Ity_I1));
1989 *t_dst = Ity_I1; *t_arg1 = *t_arg2 = (_ta); break;
1991 *t_dst = Ity_I1; *t_arg1 = (_ta); break;
2213 case Iop_Not1: UNARY(Ity_I1, Ity_I1);
2214 case Iop_1Uto8: UNARY(Ity_I1, Ity_I8);
2215 case Iop_1Sto8: UNARY(Ity_I1, Ity_I8);
2216 case Iop_1Sto16: UNARY(Ity_I1, Ity_I16);
2217 case Iop_1Uto32: case Iop_1Sto32: UNARY(Ity_I1, Ity_I3
[all...]
H A Dhost_s390_isel.c1042 if (typeOfIRExpr(env->type_env, arg) == Ity_I1) {
1887 vassert(typeOfIRExpr(env->type_env, cond) == Ity_I1);
1904 if (typeOfIRTemp(env->type_env, tmp) == Ity_I1)
2196 case Ity_I1: {
2394 case Ity_I1:
H A Dguest_ppc_toIR.c577 vassert(typeOfIRExpr(irsb->tyenv, arg1) == Ity_I1);
578 vassert(typeOfIRExpr(irsb->tyenv, arg2) == Ity_I1);
585 vassert(typeOfIRExpr(irsb->tyenv, arg1) == Ity_I1);
586 vassert(typeOfIRExpr(irsb->tyenv, arg2) == Ity_I1);
2812 IRTemp resultantSignbit = newTemp(Ity_I1);
2856 IRTemp resultantSignbit = newTemp(Ity_I1);
3945 IRTemp idx_LT64 = newTemp( Ity_I1 );
5769 resSC = newTemp(Ity_I1);
5862 resSC = newTemp(Ity_I1);
7374 IRTemp frbZero_tmp = newTemp(Ity_I1);
[all...]
H A Dhost_ppc_isel.c2349 vassert(typeOfIRExpr(env->type_env,e) == Ity_I1);
4037 if (ty == Ity_I1) {
4092 HReg r_res = lookupIRTemp(env, res); /* :: Ity_I1 */
4098 vassert(tyRes == Ity_I1);
4109 /* Probably unnecessary, since the IR dest type is Ity_I1,
4300 case Ity_I1:
H A Dhost_amd64_isel.c2141 vassert(typeOfIRExpr(env->type_env,e) == Ity_I1);
3973 if (ty == Ity_I1) {
4218 case Ity_I1:
H A Dhost_x86_isel.c1650 vassert(typeOfIRExpr(env->type_env,e) == Ity_I1);
3890 if (ty == Ity_I1) {
4126 case Ity_I1:
H A Dguest_arm_toIR.c1596 IRTemp node2 = newTemp(Ity_I1);
1599 IRTemp node5 = newTemp(Ity_I1);
1644 IRTemp node2 = newTemp(Ity_I1);
1647 IRTemp node5 = newTemp(Ity_I1);
13387 IRTemp tSC1 = newTemp(Ity_I1);
13530 resSC1 = newTemp(Ity_I1);
15162 IRTemp kond = newTemp(Ity_I1);
17971 resSC1 = newTemp(Ity_I1);
18001 resSC1 = newTemp(Ity_I1);
18029 resSC1 = newTemp(Ity_I1);
[all...]
H A Dhost_arm_isel.c961 vassert(typeOfIRExpr(env->type_env,e) == Ity_I1);
5760 if (ty == Ity_I1) {
5933 vassert(ty == Ity_I1);
6050 case Ity_I1:
H A Dguest_s390_toIR.c222 vassert(typeOfIRExpr(irsb->tyenv, condition) == Ity_I1);
291 vassert(typeOfIRExpr(irsb->tyenv, condition) == Ity_I1);
305 vassert(typeOfIRExpr(irsb->tyenv, condition) == Ity_I1);
8866 cond = newTemp(Ity_I1);
8945 cond = newTemp(Ity_I1);
9813 IRTemp nequal = newTemp(Ity_I1);
9862 IRTemp nequal = newTemp(Ity_I1);
H A Dir_opt.c4066 /* Since X has type Ity_I1 we can simplify:
4640 case Ity_I1: case Ity_I8: case Ity_I16:
H A Dguest_x86_toIR.c739 vassert(typeOfIRExpr(irsb->tyenv,x) == Ity_I1);
740 vassert(typeOfIRExpr(irsb->tyenv,y) == Ity_I1);
14471 IRTemp success = newTemp(Ity_I1);
H A Dguest_amd64_toIR.c1460 vassert(typeOfIRExpr(irsb->tyenv,x) == Ity_I1);
1461 vassert(typeOfIRExpr(irsb->tyenv,y) == Ity_I1);
18124 IRTemp success = newTemp(Ity_I1);
/external/valgrind/main/lackey/
H A Dlk_main.c309 case Ity_I1: return 0;
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h222 Ity_I1, enumerator in enum:__anon12047
2058 has type Ity_I1. The store may fail or succeed depending
2079 transfer type = type of STOREDATA, and RESULT :: Ity_I1
/external/valgrind/main/exp-dhat/
H A Ddh_main.c859 IRTemp guard = newIRTemp(sbOut->tyenv, Ity_I1);
/external/valgrind/tsan/
H A Dts_valgrind.cc942 IRTemp need_sleep_i1 = newIRTemp(bbOut->tyenv, Ity_I1);
/external/valgrind/main/cachegrind/
H A Dcg_main.c505 IRAtom* taken; /* :: Ity_I1 */
1126 IRTemp guard1 = newIRTemp(cgs.sbOut->tyenv, Ity_I1);
/external/valgrind/main/callgrind/
H A Dmain.c260 IRAtom* taken; /* :: Ity_I1 */
1120 IRTemp guard1 = newIRTemp(clgs.sbOut->tyenv, Ity_I1);
/external/valgrind/main/helgrind/
H A Dhg_main.c4244 IRTemp guard = newIRTemp(sbOut->tyenv, Ity_I1);

Completed in 365 milliseconds