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

  /external/valgrind/VEX/priv/
ir_inject.c 101 case Ity_F128: concat = Iop_F64HLtoF128; type = Ity_F64; goto load128;
ir_defs.c 289 case Iop_F64HLtoF128: vex_printf("F64HLtoF128"); return;
    [all...]
host_s390_isel.c     [all...]
guest_s390_toIR.c 437 return binop(Iop_F64HLtoF128, high, low);
    [all...]
  /external/valgrind/VEX/pub/
libvex_ir.h 667 Iop_F64HLtoF128,/* (high half of F128,low half of F128) -> F128 */
    [all...]
  /external/valgrind/memcheck/tests/vbit-test/
irops.c 234 { DEFOP(Iop_F64HLtoF128, UNDEF_CONCAT), .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 75 milliseconds