Searched refs:Iop_SubD128 (Results 1 - 8 of 8) sorted by relevance
/external/valgrind/VEX/pub/ |
H A D | libvex_ir.h | 1044 Iop_AddD128, Iop_SubD128, Iop_MulD128, Iop_DivD128, enumerator in enum:__anon19778
|
/external/valgrind/VEX/priv/ |
H A D | ir_defs.c | 1126 case Iop_SubD128: vex_printf("SubD128"); return; 3367 case Iop_SubD128:
|
H A D | host_s390_isel.c | 2704 case Iop_SubD128: dfpop = S390_DFP_SUB; goto evaluate_dfp128;
|
H A D | host_ppc_isel.c | 4741 case Iop_SubD128:
|
H A D | guest_ppc_toIR.c | 10379 assign( frS, triop( Iop_SubD128, round, mkexpr( frA ), mkexpr( frB ) ) );
|
H A D | guest_s390_toIR.c | 10505 assign(result, triop(Iop_SubD128, mkexpr(rounding_mode), mkexpr(op1),
|
/external/valgrind/memcheck/tests/vbit-test/ |
H A D | irops.c | 519 { DEFOP(Iop_SubD128, UNDEF_ALL), .s390x = 1, .ppc64 = 1, .ppc32 = 1 },
|
/external/valgrind/memcheck/ |
H A D | mc_translate.c | 2833 case Iop_SubD128:
|
Completed in 183 milliseconds