Searched refs:Iop_SubD64 (Results 1 - 8 of 8) sorted by relevance
/external/valgrind/VEX/pub/ |
H A D | libvex_ir.h | 1038 Iop_AddD64, Iop_SubD64, Iop_MulD64, Iop_DivD64, enumerator in enum:__anon19778
|
/external/valgrind/VEX/priv/ |
H A D | ir_defs.c | 1084 case Iop_SubD64: vex_printf("SubD64"); return; 3358 case Iop_SubD64:
|
H A D | host_s390_isel.c | 3234 case Iop_SubD64: dfpop = S390_DFP_SUB; goto evaluate_dfp;
|
H A D | host_ppc_isel.c | 4500 case Iop_SubD64:
|
H A D | guest_ppc_toIR.c | 10321 assign( frS, triop( Iop_SubD64, round, mkexpr( frA ), mkexpr( frB ) ) );
|
H A D | guest_s390_toIR.c | 10478 assign(result, triop(Iop_SubD64, mkexpr(rounding_mode), mkexpr(op1),
|
/external/valgrind/memcheck/tests/vbit-test/ |
H A D | irops.c | 515 { DEFOP(Iop_SubD64, UNDEF_ALL), .s390x = 1, .ppc64 = 1, .ppc32 = 1 },
|
/external/valgrind/memcheck/ |
H A D | mc_translate.c | 2845 case Iop_SubD64:
|
Completed in 226 milliseconds