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

  /external/valgrind/main/VEX/priv/
ir_inject.c 101 case Ity_F128: concat = Iop_F64HLtoF128; type = Ity_F64; goto load128;
ir_defs.c 288 case Iop_F64HLtoF128: vex_printf("F64HLtoF128"); return;
    [all...]
host_s390_isel.c     [all...]
guest_s390_toIR.c 446 return binop(Iop_F64HLtoF128, high, low);
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 666 Iop_F64HLtoF128,/* (high half of F128,low half of F128) -> F128 */
    [all...]
  /external/valgrind/main/memcheck/tests/vbit-test/
util.c 788 case Iop_F64HLtoF128:
    [all...]
irops.c 209 { DEFOP(Iop_F64HLtoF128, UNDEF_CONCAT), .s390x = 1, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 0, .mips64 = 0 },
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c     [all...]

Completed in 44 milliseconds