Home
last modified time | relevance | path

Searched refs:Iop_F64HLtoF128 (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/VEX/priv/
Dir_inject.c101 case Ity_F128: concat = Iop_F64HLtoF128; type = Ity_F64; goto load128; in load()
Dir_defs.c289 case Iop_F64HLtoF128: vex_printf("F64HLtoF128"); return; in ppIROp()
3134 case Iop_F64HLtoF128: in typeOfPrimop()
Dhost_s390_isel.c2071 case Iop_F64HLtoF128: in s390_isel_float128_expr_wrk()
Dguest_s390_toIR.c437 return binop(Iop_F64HLtoF128, high, low); in get_fpr_pair()
/external/valgrind/VEX/pub/
Dlibvex_ir.h667 Iop_F64HLtoF128,/* (high half of F128,low half of F128) -> F128 */ enumerator
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c234 …{ DEFOP(Iop_F64HLtoF128, UNDEF_CONCAT), .s390x = 1, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0,…
/external/valgrind/memcheck/
Dmc_translate.c3863 case Iop_F64HLtoF128: in expr2vbits_Binop()