/external/valgrind/main/VEX/priv/ |
D | guest_amd64_helpers.c | 1086 return binop(Iop_And64, in guest_amd64_spechelper() 1097 binop(Iop_And64, in guest_amd64_spechelper() 1160 binop(Iop_CmpEQ64, binop(Iop_And64,cc_dep1,mkU64(255)), in guest_amd64_spechelper() 1166 binop(Iop_CmpNE64, binop(Iop_And64,cc_dep1,mkU64(255)), in guest_amd64_spechelper() 1178 return binop(Iop_And64, in guest_amd64_spechelper() 1187 return binop(Iop_And64, in guest_amd64_spechelper() 1241 Iop_And64, in guest_amd64_spechelper() 1262 Iop_And64, in guest_amd64_spechelper() 1282 Iop_And64, in guest_amd64_spechelper() 1299 Iop_And64, in guest_amd64_spechelper() [all …]
|
D | guest_amd64_toIR.c | 1456 binop(Iop_And64, in mkAnd1() 1874 assign( oldc, binop(Iop_And64, in helper_ADC() 1933 assign( oldc, binop(Iop_And64, in helper_SBB() 3587 assign( t2m, binop(Iop_And64, mkU64(mask), mkexpr(t2)) ); in dis_Grp8_Imm() 3619 binop(Iop_And64, in dis_Grp8_Imm() 4433 binop(Iop_And64, in gen_POPCOUNT() 4436 binop(Iop_And64, in gen_POPCOUNT() 4666 put_C3210( binop(Iop_And64, get_C3210(), mkU64(~AMD64G_FC_MASK_C2)) ); in clear_C2() 4795 binop( Iop_And64, in fp_do_ucomi_ST0_STi() 6519 case 0xDB: op = Iop_And64; break; in dis_MMXop_regmem_to_reg() [all …]
|
D | guest_ppc_toIR.c | 1188 binop(Iop_And64, mkexpr(addr), mkU64(align-1)), in gen_SIGBUS_if_misaligned() 1659 binop(Iop_And64,binop(Iop_And64,(_ff),(_gg)),(_hh)) in set_XER_OV_64() 1945 Iop_And64, in set_XER_CA_64() 1947 binop( Iop_And64, in set_XER_CA_64() 1976 Iop_And64, in set_XER_CA_64() 1978 binop( Iop_And64, in set_XER_CA_64() 1999 Iop_And64, in set_XER_CA_64() 2001 binop( Iop_And64, in set_XER_CA_64() 2031 Iop_And64, in set_XER_CA_64() 2033 binop( Iop_And64, in set_XER_CA_64() [all …]
|
D | guest_arm_toIR.c | 2896 binop(Iop_And64, in dis_neon_vtb() 2899 binop(Iop_And64, in dis_neon_vtb() 2911 binop(Iop_And64, in dis_neon_vtb() 3039 andOp = Iop_And64; in dis_neon_data_3same() 3240 binop(Iop_And64, in dis_neon_data_3same() 3243 binop(Iop_And64, in dis_neon_data_3same() 3271 assign(res, binop(Iop_And64, mkexpr(arg_n), in dis_neon_data_3same() 3285 assign(res, binop(Iop_And64, mkexpr(arg_n), in dis_neon_data_3same() 3359 binop(Iop_And64, mkexpr(arg_n), in dis_neon_data_3same() 3361 binop(Iop_And64, in dis_neon_data_3same() [all …]
|
D | guest_x86_toIR.c | 5487 case 0xDB: op = Iop_And64; break; in dis_MMXop_regmem_to_reg() 5488 case 0xDF: op = Iop_And64; invG = True; break; in dis_MMXop_regmem_to_reg() 6010 binop(Iop_And64, in dis_MMX() 6013 binop(Iop_And64, in dis_MMX() 7639 binop(Iop_And64, mkexpr(bb), mkexpr(posMask)), in dis_PSIGN_helper() 7640 binop(Iop_And64, mkexpr(bbNeg), mkexpr(negMask)) ); in dis_PSIGN_helper() 7677 binop(Iop_And64, mkexpr(aa), mkexpr(posMask)), in dis_PABS_helper() 7678 binop(Iop_And64, mkexpr(aaNeg), mkexpr(negMask)) ); in dis_PABS_helper() 12465 Iop_And64, in disInstr_X86_WRK() 12470 binop(Iop_And64, mkexpr(sV), mkU64(0x0707070707070707ULL)) in disInstr_X86_WRK() [all …]
|
D | host_ppc_isel.c | 1194 case Iop_And8: case Iop_And16: case Iop_And32: case Iop_And64: in iselWordExpr_R_wrk() 2696 case Iop_And64: in iselInt64Expr_wrk() 2702 (op_binop == Iop_And64) ? Palu_AND : Palu_XOR; in iselInt64Expr_wrk()
|
D | ir_defs.c | 122 case Iop_And8 ... Iop_And64: in ppIROp() 1953 case Iop_Or64: case Iop_And64: case Iop_Xor64: in typeOfPrimop()
|
D | host_x86_isel.c | 2098 case Iop_And64: in iselInt64Expr_wrk() 2104 : e->Iex.Binop.op==Iop_And64 ? Xalu_AND in iselInt64Expr_wrk()
|
D | ir_opt.c | 1224 case Iop_And64: in fold_Expr() 1592 case Iop_And64: case Iop_And32: in fold_Expr()
|
D | host_amd64_isel.c | 926 case Iop_And8: case Iop_And16: case Iop_And32: case Iop_And64: in iselIntExpr_R_wrk()
|
D | host_arm_isel.c | 2111 case Iop_And64: { in iselNeon64Expr_wrk()
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 404 Iop_And8, Iop_And16, Iop_And32, Iop_And64, enumerator
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 467 return assignNew('V', mce, Ity_I64, binop(Iop_And64, a1, a2)); in mkDifD64() 804 opDIFD = Iop_And64; in expensiveCmpEQorNE() 896 IROp opAND = m64 ? Iop_And64 : Iop_And32; in doCmpORD() 1580 opAND = Iop_And64; in expensiveAddSub() 3032 case Iop_And64: in expr2vbits_Binop()
|
/external/valgrind/main/coregrind/ |
D | m_translate.c | 1045 bb->next = IRExpr_Binop(Iop_And64, IRExpr_RdTmp(old_LR), mkU64(~(3ULL))); in gen_pop_R2_LR_then_bLR()
|
/external/valgrind/main/exp-ptrcheck/ |
D | h_main.c | 4266 case Iop_And64: in instrument_arithop()
|