/external/valgrind/VEX/priv/ |
guest_tilegx_toIR.c | 536 assign(t2, binop(Iop_Add64, getIReg(ra), getIReg(rb))); 541 assign(t2, binop(Iop_Add64, getIReg(ra), 547 assign(t2, binop(Iop_Add64, getIReg(ra), 785 NULL, binop(Iop_Add64, 800 narrowTo(Ity_I32, binop(Iop_Add64, [all...] |
guest_s390_toIR.c | [all...] |
guest_mips_toIR.c | 469 assign(t1, binop(Iop_Add64, getIReg(rs), \ 477 assign(t1, binop(Iop_Add64, getIReg(regRs), getIReg(regRt))); [all...] |
ir_inject.c | 91 next_addr = binop(Iop_Add64, addr, mkU64(8)); 152 next_addr = binop(Iop_Add64, addr, mkU64(8));
|
guest_arm64_toIR.c | 515 case Ity_I64: return Iop_Add64; [all...] |
guest_amd64_toIR.c | [all...] |
guest_arm_toIR.c | [all...] |
host_amd64_isel.c | [all...] |
host_tilegx_isel.c | 408 && e->Iex.Binop.op == Iop_Add64 487 case Iop_Add64: [all...] |
host_s390_isel.c | 301 if (expr->tag == Iex_Binop && expr->Iex.Binop.op == Iop_Add64) { [all...] |
host_arm64_isel.c | 870 && (e->Iex.Binop.op == Iop_Add64 || e->Iex.Binop.op == Iop_Sub64) 888 && e->Iex.Binop.op == Iop_Add64 [all...] |
guest_ppc_toIR.c | [all...] |
host_mips_isel.c | 722 if (e->tag == Iex_Binop && e->Iex.Binop.op == Iop_Add64 733 if (e->tag == Iex_Binop && e->Iex.Binop.op == Iop_Add64) { 865 case Iop_Add64: [all...] |
guest_s390_helpers.c | [all...] |
host_ppc_isel.c | [all...] |
host_arm_isel.c | [all...] |
guest_amd64_helpers.c | [all...] |
host_x86_isel.c | [all...] |
ir_defs.c | 125 case Iop_Add8 ... Iop_Add64: [all...] |
/external/valgrind/docs/internals/ |
3_10_BUGSTATUS.txt | 149 345751 OS X: Incorrect result for operator Iop_Add32 and Iop_Add64
|
/external/valgrind/coregrind/ |
m_translate.c | 308 # define IS_ADD(op) (sizeof_SP==4 ? ((op)==Iop_Add32) : ((op)==Iop_Add64)) [all...] |
/external/valgrind/memcheck/ |
mc_translate.c | [all...] |
/external/valgrind/VEX/useful/ |
test_main.c | [all...] |
/external/valgrind/exp-dhat/ |
dh_main.c | 790 IRStmt* st2 = assign(t2, binop(Iop_Add64, mkexpr(t1), mkU64(n))); [all...] |
/external/valgrind/VEX/pub/ |
libvex_ir.h | 418 (eg) Iop_Add64 == IopAdd8 + 3. -- */ 421 Iop_Add8, Iop_Add16, Iop_Add32, Iop_Add64, [all...] |