HomeSort by relevance Sort by last modified time
    Searched refs:Iop_F128LOtoF64 (Results 1 - 8 of 8) sorted by null

  /external/valgrind/VEX/priv/
ir_inject.c 166 case Ity_F128: high = Iop_F128HItoF64; low = Iop_F128LOtoF64; goto store128;
host_s390_isel.c     [all...]
ir_defs.c 291 case Iop_F128LOtoF64: vex_printf("F128LOtoF64"); return;
    [all...]
guest_s390_toIR.c 445 IRExpr *low = unop(Iop_F128LOtoF64, expr);
693 lo = unop(Iop_F128LOtoF64, mkexpr(d1));
709 lo = unop(Iop_ReinterpF64asI64, unop(Iop_F128LOtoF64, mkexpr(d1)));
    [all...]
  /external/valgrind/VEX/pub/
libvex_ir.h 669 Iop_F128LOtoF64,/* F128 -> low half of F128 into a F64 register */
    [all...]
  /external/valgrind/memcheck/tests/vbit-test/
util.c 792 case Iop_F128LOtoF64:
    [all...]
irops.c 212 { DEFOP(Iop_F128LOtoF64, UNDEF_TRUNC), .s390x = 1, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 0, .mips64 = 0, .tilegx = 0 },
    [all...]
  /external/valgrind/memcheck/
mc_translate.c     [all...]

Completed in 283 milliseconds