/external/valgrind/VEX/priv/ |
D | guest_mips_toIR.c | 1379 vassert(typeOfIRExpr(irsb->tyenv, condition) == Ity_I1); in mips_next_insn_if() 1402 t0 = newTemp(Ity_I1); in dis_branch_likely() 1443 t0 = newTemp(Ity_I1); in dis_branch() 2149 IRTemp tmpLtRes = newTemp(Ity_I1); in dis_instr_branch() 2164 IRTemp tmpLtRes = newTemp(Ity_I1); in dis_instr_branch() 2181 IRTemp tmpLtRes = newTemp(Ity_I1); in dis_instr_branch() 2195 IRTemp tmpLtRes = newTemp(Ity_I1); in dis_instr_branch() 2931 t1 = newTemp(Ity_I1); in disDSPInstr_MIPS_WRK() 2932 t2 = newTemp(Ity_I1); in disDSPInstr_MIPS_WRK() 2935 t5 = newTemp(Ity_I1); in disDSPInstr_MIPS_WRK() [all …]
|
D | ir_inject.c | 71 if (type == Ity_I1) { in load_aux() 88 vassert(type == Ity_I1 || sizeofIRType(type) <= 16); in load() 134 if (typeOfIRExpr(irsb->tyenv, data) == Ity_I1) { in store_aux() 163 vassert(type == Ity_I1 || sizeofIRType(type) <= 16); in store() 312 if (iricb.t_result == Ity_I1 || sizeofIRType(iricb.t_result) <= 8) { in vex_inject_ir()
|
D | ir_defs.c | 51 case Ity_I1: vex_printf( "I1"); break; in ppIRType() 1806 vassert(!(arr->elemTy == Ity_I1)); in mkIRRegArray() 2560 *t_dst = Ity_I1; *t_arg1 = *t_arg2 = (_ta); break; in typeOfPrimop() 2562 *t_dst = Ity_I1; *t_arg1 = (_ta); break; in typeOfPrimop() 2789 case Iop_Not1: UNARY(Ity_I1, Ity_I1); in typeOfPrimop() 2790 case Iop_1Uto8: UNARY(Ity_I1, Ity_I8); in typeOfPrimop() 2791 case Iop_1Sto8: UNARY(Ity_I1, Ity_I8); in typeOfPrimop() 2792 case Iop_1Sto16: UNARY(Ity_I1, Ity_I16); in typeOfPrimop() 2793 case Iop_1Uto32: case Iop_1Sto32: UNARY(Ity_I1, Ity_I32); in typeOfPrimop() 2794 case Iop_1Sto64: case Iop_1Uto64: UNARY(Ity_I1, Ity_I64); in typeOfPrimop() [all …]
|
D | guest_ppc_toIR.c | 692 vassert(typeOfIRExpr(irsb->tyenv, arg1) == Ity_I1); in mkOR1() 693 vassert(typeOfIRExpr(irsb->tyenv, arg2) == Ity_I1); in mkOR1() 700 vassert(typeOfIRExpr(irsb->tyenv, arg1) == Ity_I1); in mkAND1() 701 vassert(typeOfIRExpr(irsb->tyenv, arg2) == Ity_I1); in mkAND1() 740 vassert(typeOfIRExpr(irsb->tyenv, arg1) == Ity_I1); in mkNOT1() 3970 IRTemp NaN = newTemp( Ity_I1 ), inf = newTemp( Ity_I1 ); in generate_store_FPRF() 3971 IRTemp dnorm = newTemp( Ity_I1 ), norm = newTemp( Ity_I1 ); in generate_store_FPRF() 3972 IRTemp pos = newTemp( Ity_I1 ), neg = newTemp( Ity_I1 ); in generate_store_FPRF() 3973 IRTemp zero = newTemp( Ity_I1 ); in generate_store_FPRF() 3975 IRTemp sign_bit = newTemp( Ity_I1 ); in generate_store_FPRF() [all …]
|
D | host_mips_isel.c | 792 vassert(ty == Ity_I8 || ty == Ity_I16 || ty == Ity_I32 || ty == Ity_I1 in iselWordExpr_R_wrk() 1789 typeOfIRExpr(env->type_env, e->Iex.ITE.cond) == Ity_I1) { in iselWordExpr_R_wrk() 2042 vassert(typeOfIRExpr(env->type_env, e) == Ity_I1); in iselCondCode_wrk() 2343 vassert(typeOfIRExpr(env->type_env, e->Iex.ITE.cond) == Ity_I1); in iselInt64Expr_wrk() 3401 vassert(typeOfIRExpr(env->type_env, e->Iex.ITE.cond) == Ity_I1); in iselFltExpr_wrk() 3621 && typeOfIRExpr(env->type_env, e->Iex.ITE.cond) == Ity_I1) { in iselDblExpr_wrk() 3756 if (ty == Ity_I8 || ty == Ity_I16 || ty == Ity_I32 || ty == Ity_I1) { in iselStmt() 4226 case Ity_I1: in iselSB_MIPS()
|
D | host_s390_isel.c | 1627 if (typeOfIRExpr(env->type_env, arg) == Ity_I1) { in s390_isel_int_expr_wrk() 1866 vassert(typeOfIRExpr(env->type_env, cond_expr) == Ity_I1); in s390_isel_int_expr_wrk() 3304 vassert(typeOfIRExpr(env->type_env, cond) == Ity_I1); in s390_isel_cc() 3321 if (typeOfIRTemp(env->type_env, tmp) == Ity_I1) in s390_isel_cc() 3755 case Ity_I1: { in s390_isel_stmt() 4151 case Ity_I1: in iselSB_S390()
|
D | host_x86_isel.c | 1496 && typeOfIRExpr(env->type_env,e->Iex.ITE.cond) == Ity_I1) { in iselIntExpr_R_wrk() 1791 vassert(typeOfIRExpr(env->type_env,e) == Ity_I1); in iselCondCode_wrk() 3224 && typeOfIRExpr(env->type_env,e->Iex.ITE.cond) == Ity_I1) { in iselDblExpr_wrk() 4059 if (ty == Ity_I1) { in iselStmt() 4477 case Ity_I1: in iselSB_X86()
|
D | host_arm64_isel.c | 1303 vassert(typeOfIRExpr(env->type_env,e) == Ity_I1); in iselCondCode_wrk() 3677 if (ty == Ity_I1) { in iselStmt() 3852 vassert(ty == Ity_I1); in iselStmt() 4157 case Ity_I1: in iselSB_ARM64()
|
D | host_arm_isel.c | 1202 vassert(typeOfIRExpr(env->type_env,e) == Ity_I1); in iselCondCode_wrk() 2285 vassert(tyC == Ity_I1); in iselInt64Expr_wrk() 5670 && typeOfIRExpr(env->type_env,e->Iex.ITE.cond) == Ity_I1) { in iselDblExpr_wrk() 5842 && typeOfIRExpr(env->type_env,e->Iex.ITE.cond) == Ity_I1) { in iselFltExpr_wrk() 6094 if (ty == Ity_I1) { in iselStmt() 6328 vassert(ty == Ity_I1); in iselStmt() 6573 case Ity_I1: in iselSB_ARM()
|
D | host_amd64_isel.c | 1862 && typeOfIRExpr(env->type_env,e->Iex.ITE.cond) == Ity_I1) { in iselIntExpr_R_wrk() 2211 vassert(typeOfIRExpr(env->type_env,e) == Ity_I1); in iselCondCode_wrk() 3088 vassert(typeOfIRExpr(env->type_env,e->Iex.ITE.cond) == Ity_I1); in iselDblExpr_wrk() 4548 if (ty == Ity_I1) { in iselStmt() 4980 case Ity_I1: in iselSB_AMD64()
|
D | host_ppc_isel.c | 2529 typeOfIRExpr(env->type_env,e->Iex.ITE.cond) == Ity_I1) { in iselWordExpr_R_wrk() 2923 vassert(typeOfIRExpr(env->type_env,e) == Ity_I1); in iselCondCode_wrk() 4424 && typeOfIRExpr(env->type_env,e->Iex.ITE.cond) == Ity_I1) { in iselDblExpr_wrk() 6384 if (ty == Ity_I1) { in iselStmt() 6483 vassert(tyRes == Ity_I1); in iselStmt() 6910 case Ity_I1: in iselSB_PPC()
|
D | guest_x86_toIR.c | 737 vassert(typeOfIRExpr(irsb->tyenv,x) == Ity_I1); in mkAnd1() 738 vassert(typeOfIRExpr(irsb->tyenv,y) == Ity_I1); in mkAnd1() 986 IRTemp guardB = newTemp(Ity_I1); in setFlags_DEP1_DEP2_shift() 2577 IRTemp rot_amt32b = newTemp(Ity_I1); in dis_Grp2() 3703 IRTemp in_range_and_finite = newTemp(Ity_I1); in math_IS_TRIG_ARG_FINITE_AND_IN_RANGE() 6472 IRTemp srcB = newTemp(Ity_I1); in dis_bs_E_G() 6654 IRTemp cond = newTemp(Ity_I1); in dis_cmpxchg_G_E() 14807 IRTemp success = newTemp(Ity_I1); in disInstr_X86_WRK()
|
D | guest_s390_toIR.c | 232 vassert(typeOfIRExpr(irsb->tyenv, condition) == Ity_I1); in mkite() 299 vassert(typeOfIRExpr(irsb->tyenv, condition) == Ity_I1); in if_condition_goto_computed() 316 vassert(typeOfIRExpr(irsb->tyenv, condition) == Ity_I1); in if_condition_goto() 380 vassert(typeOfIRExpr(irsb->tyenv, condition) == Ity_I1); in iterate_if() 399 vassert(typeOfIRExpr(irsb->tyenv, condition) == Ity_I1); in next_insn_if() 409 vassert(typeOfIRExpr(irsb->tyenv, condition) == Ity_I1); in restart_if() 11063 cond = newTemp(Ity_I1); in s390_irgen_EX_SS() 11164 cond = newTemp(Ity_I1); in s390_irgen_EX() 12012 IRTemp nequal = newTemp(Ity_I1); in s390_irgen_cas_32() 12060 IRTemp nequal = newTemp(Ity_I1); in s390_irgen_CSG() [all …]
|
D | guest_arm_toIR.c | 1352 IRTemp c1 = newTemp(Ity_I1); in setFlags_D1_D2_ND() 1631 IRTemp nd2 = newTemp(Ity_I1); in armUnsignedSatQ() 1634 IRTemp nd5 = newTemp(Ity_I1); in armUnsignedSatQ() 1677 IRTemp nd2 = newTemp(Ity_I1); in armSignedSatQ() 1680 IRTemp nd5 = newTemp(Ity_I1); in armSignedSatQ() 13463 resSC1 = newTemp(Ity_I1); in decode_V8_instruction() 17532 IRTemp tSC1 = newTemp(Ity_I1); in disInstr_ARM_WRK() 17676 resSC1 = newTemp(Ity_I1); in disInstr_ARM_WRK() 19955 IRTemp kond = newTemp(Ity_I1); in disInstr_THUMB_WRK() 22958 resSC1 = newTemp(Ity_I1); in disInstr_THUMB_WRK() [all …]
|
D | guest_amd64_toIR.c | 1606 vassert(typeOfIRExpr(irsb->tyenv,x) == Ity_I1); in mkAnd1() 1607 vassert(typeOfIRExpr(irsb->tyenv,y) == Ity_I1); in mkAnd1() 1745 case Ity_I1: return unop(Iop_1Uto64, e); in widenUto64() 1873 IRTemp guardB = newTemp(Ity_I1); in setFlags_DEP1_DEP2_shift() 3844 IRTemp rot_amt64b = newTemp(Ity_I1); in dis_Grp2() 5292 IRTemp in_range_and_finite = newTemp(Ity_I1); in math_IS_TRIG_ARG_FINITE_AND_IN_RANGE() 8281 IRTemp srcB = newTemp(Ity_I1); in dis_bs_E_G() 8484 IRTemp cond = newTemp(Ity_I1); in dis_cmpxchg_G_E() 18650 IRTemp zmaskL_zero = newTemp(Ity_I1); in dis_PCMPISTRI_3A() 18662 IRTemp zmaskR_zero = newTemp(Ity_I1); in dis_PCMPISTRI_3A() [all …]
|
/external/valgrind/drd/ |
D | drd_load_store.c | 341 [Ity_I1 - Ity_I1] = { [4] = Iop_1Uto32, [8] = Iop_1Uto64 }, 342 [Ity_I8 - Ity_I1] = { [4] = Iop_8Uto32, [8] = Iop_8Uto64 }, 343 [Ity_I16 - Ity_I1] = { [4] = Iop_16Uto32, [8] = Iop_16Uto64 }, 344 [Ity_I32 - Ity_I1] = { [8] = Iop_32Uto64 }, 425 if (Ity_I1 <= ty_data_expr in instr_trace_mem_store() 427 < Ity_I1 + sizeof(u_widen_irop)/sizeof(u_widen_irop[0])) in instr_trace_mem_store() 429 widen_op = u_widen_irop[ty_data_expr - Ity_I1][sizeof(HWord)]; in instr_trace_mem_store()
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | valgrind.c | 70 num_bytes = opnd->type == Ity_I1 ? 4 : sizeof_irtype(opnd->type); in valgrind_set_vbits() 90 num_bytes = opnd->type == Ity_I1 ? 4 : sizeof_irtype(opnd->type); in valgrind_get_vbits()
|
D | vtest.h | 236 return type == Ity_I1 ? 1 : sizeof_irtype(type) * 8; in bitsof_irtype()
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 378 case Ity_I1: in shadowTypeV() 402 case Ity_I1: return IRExpr_Const(IRConst_U1(False)); in definedOfType() 830 case Ity_I1: in mkPCastTo() 834 tmp1 = assignNew('V', mce, Ity_I1, unop(Iop_CmpNEZ8, vbits)); in mkPCastTo() 837 tmp1 = assignNew('V', mce, Ity_I1, unop(Iop_CmpNEZ16, vbits)); in mkPCastTo() 840 tmp1 = assignNew('V', mce, Ity_I1, unop(Iop_CmpNEZ32, vbits)); in mkPCastTo() 843 tmp1 = assignNew('V', mce, Ity_I1, unop(Iop_CmpNEZ64, vbits)); in mkPCastTo() 851 tmp1 = assignNew('V', mce, Ity_I1, in mkPCastTo() 862 tmp1 = assignNew('V', mce, Ity_I1, in mkPCastTo() 873 case Ity_I1: in mkPCastTo() [all …]
|
/external/valgrind/lackey/ |
D | lk_main.c | 313 case Ity_I1: return 0; in type2index()
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 222 Ity_I1, enumerator
|
/external/valgrind/exp-dhat/ |
D | dh_main.c | 858 IRTemp guard = newIRTemp(sbOut->tyenv, Ity_I1); in addMemEvent()
|
/external/valgrind/cachegrind/ |
D | cg_main.c | 1251 IRTemp guard1 = newIRTemp(cgs.sbOut->tyenv, Ity_I1); in cg_instrument()
|
/external/valgrind/callgrind/ |
D | main.c | 1197 IRTemp guard1 = newIRTemp(clgs.sbOut->tyenv, Ity_I1); in CLG_()
|
/external/valgrind/helgrind/ |
D | hg_main.c | 4418 IRTemp res = newIRTemp(sbOut->tyenv, Ity_I1); in mk_And1() 4570 IRTemp guardA = newIRTemp(sbOut->tyenv, Ity_I1); in instrument_mem_access()
|