Searched refs:Iop_D64HLtoD128 (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/VEX/priv/ |
D | ir_inject.c | 102 case Ity_D128: concat = Iop_D64HLtoD128; type = Ity_D64; goto load128; in load()
|
D | ir_defs.c | 1145 case Iop_D64HLtoD128: vex_printf("D64HLtoD128"); return; in ppIROp() 3249 case Iop_D64HLtoD128: in typeOfPrimop()
|
D | host_s390_isel.c | 2770 case Iop_D64HLtoD128: in s390_isel_dfp128_expr_wrk()
|
D | guest_ppc_toIR.c | 1294 return binop( Iop_D64HLtoD128, high, low ); in getDReg_pair() 11384 binop( Iop_D64HLtoD128, in dis_dfp_class_test() 11394 binop( Iop_D64HLtoD128, in dis_dfp_class_test() 12272 binop( Iop_D64HLtoD128, in dis_dfp_bcdq()
|
D | host_ppc_isel.c | 4633 case Iop_D64HLtoD128: in iselDfp128Expr_wrk()
|
D | guest_s390_toIR.c | 460 return binop(Iop_D64HLtoD128, high, low); in get_dpr_pair()
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 1255 Iop_D64HLtoD128, Iop_D128HItoD64, Iop_D128LOtoD64, enumerator
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | irops.c | 580 { DEFOP(Iop_D64HLtoD128, UNDEF_CONCAT), .s390x = 1, .ppc64 = 1, .ppc32 = 1 },
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 3864 case Iop_D64HLtoD128: in expr2vbits_Binop()
|