Home
last modified time | relevance | path

Searched refs:Iop_I64StoF128 (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/VEX/pub/
Dlibvex_ir.h681 Iop_I64StoF128, /* signed I64 -> F128 */ enumerator
/external/valgrind/VEX/priv/
Dir_defs.c293 case Iop_I64StoF128: vex_printf("I64StoF128"); return; in ppIROp()
3168 case Iop_I64StoF128: UNARY(Ity_I64, Ity_F128); in typeOfPrimop()
Dhost_s390_isel.c2211 case Iop_I64StoF128: conv = S390_BFP_I64_TO_F128; goto convert_int; in s390_isel_float128_expr_wrk()
Dguest_s390_toIR.c12205 put_fpr_pair(r1, unop(Iop_I64StoF128, mkexpr(op2))); in s390_irgen_CXGBR()
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c245 …{ DEFOP(Iop_I64StoF128, UNDEF_ALL), .s390x = 1, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0, .pp…
/external/valgrind/memcheck/
Dmc_translate.c4369 case Iop_I64StoF128: /* signed I64 -> F128 */ in expr2vbits_Unop()