Home
last modified time | relevance | path

Searched refs:Iop_I16StoF32 (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/VEX/pub/
Dlibvex_ir.h642 Iop_I16StoF32, /* signed I16 -> F32 */ enumerator
/external/valgrind/main/VEX/priv/
Dir_defs.c261 case Iop_I16StoF32: vex_printf("I16StoF32"); return; in ppIROp()
2429 case Iop_I16StoF32: UNARY(Ity_I16, Ity_F32); in typeOfPrimop()
/external/valgrind/main/memcheck/
Dmc_translate.c3671 case Iop_I16StoF32: in expr2vbits_Unop()