Home
last modified time | relevance | path

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

/external/valgrind/VEX/pub/
Dlibvex_ir.h682 Iop_I32UtoF128, /* unsigned I32 -> F128 */ enumerator
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c246 …{ DEFOP(Iop_I32UtoF128, UNDEF_ALL), .s390x = 1, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0, .pp…
1115 case Iop_I32UtoF128: in get_irop()
/external/valgrind/VEX/priv/
Dir_defs.c294 case Iop_I32UtoF128: vex_printf("I32UtoF128"); return; in ppIROp()
3170 case Iop_I32UtoF128: UNARY(Ity_I32, Ity_F128); in typeOfPrimop()
Dhost_s390_isel.c2212 case Iop_I32UtoF128: conv = S390_BFP_U32_TO_F128; goto convert_int; in s390_isel_float128_expr_wrk()
Dguest_s390_toIR.c12192 put_fpr_pair(r1, unop(Iop_I32UtoF128, mkexpr(op2))); in s390_irgen_CXLFBR()
/external/valgrind/memcheck/
Dmc_translate.c4370 case Iop_I32UtoF128: /* unsigned I32 -> F128 */ in expr2vbits_Unop()