Searched refs:Iop_F64HLtoF128 (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/VEX/priv/ |
D | ir_inject.c | 101 case Ity_F128: concat = Iop_F64HLtoF128; type = Ity_F64; goto load128; in load()
|
D | ir_defs.c | 289 case Iop_F64HLtoF128: vex_printf("F64HLtoF128"); return; in ppIROp() 3134 case Iop_F64HLtoF128: in typeOfPrimop()
|
D | host_s390_isel.c | 2071 case Iop_F64HLtoF128: in s390_isel_float128_expr_wrk()
|
D | guest_s390_toIR.c | 437 return binop(Iop_F64HLtoF128, high, low); in get_fpr_pair()
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 667 Iop_F64HLtoF128,/* (high half of F128,low half of F128) -> F128 */ enumerator
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | irops.c | 234 …{ DEFOP(Iop_F64HLtoF128, UNDEF_CONCAT), .s390x = 1, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0,…
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 3863 case Iop_F64HLtoF128: in expr2vbits_Binop()
|