Searched refs:Iop_DivS64 (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h487 Iop_DivS64, // ditto, signed enumerator in enum:__anon32282
/external/valgrind/main/memcheck/tests/vbit-test/
H A Dutil.c409 case Iop_DivU64: case Iop_DivS64: case Iop_DivS64E: case Iop_DivU64E:
H A Dirops.c114 { DEFOP(Iop_DivS64, UNDEF_ALL), .s390x = 0, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 1, .ppc32 = 0, .mips32 = 0, .mips64 = 0 }, // ppc32 asserts
/external/valgrind/main/VEX/priv/
H A Dir_defs.c229 case Iop_DivS64: vex_printf("DivS64"); return;
2591 case Iop_DivU64: case Iop_DivS64: case Iop_DivS64E: case Iop_DivU64E:
H A Dhost_ppc_isel.c1514 if (e->Iex.Binop.op == Iop_DivS64 ||
1517 Bool syned = toBool((e->Iex.Binop.op == Iop_DivS64) ||(e->Iex.Binop.op == Iop_DivS64E));
H A Dhost_arm64_isel.c1966 case Iop_DivS64:
H A Dguest_arm64_toIR.c2916 putIRegOrZR(is64, dd, binop(is64 ? Iop_DivS64 : Iop_DivS32,
H A Dguest_ppc_toIR.c3418 assign( rD, mk64lo32Uto64( binop(Iop_DivS64, dividend,
3698 assign( rD, binop(Iop_DivS64, mkexpr(rA), mkexpr(rB)) );
/external/valgrind/main/memcheck/
H A Dmc_translate.c3727 case Iop_DivS64:

Completed in 253 milliseconds