Home
last modified time | relevance | path

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

/external/valgrind/VEX/pub/
Dlibvex_ir.h837 Iop_Fixed32UToF32x2_RN, Iop_Fixed32SToF32x2_RN, /* fixed-point -> fp */ enumerator
/external/valgrind/VEX/priv/
Dir_defs.c1103 case Iop_Fixed32SToF32x2_RN: vex_printf("Fixed32SToF32x2_RN"); return; in ppIROp()
3175 case Iop_Fixed32SToF32x2_RN: in typeOfPrimop()
Dhost_arm_isel.c3264 case Iop_Fixed32SToF32x2_RN: { in iselNeon64Expr_wrk()
3281 case Iop_Fixed32SToF32x2_RN: op = ARMneon_VCVTFixedStoF; break; in iselNeon64Expr_wrk()
Dguest_arm_toIR.c6655 op = Q ? Iop_Fixed32SToF32x4_RN : Iop_Fixed32SToF32x2_RN; in dis_neon_data_2reg_and_shift()
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c344 { DEFOP(Iop_Fixed32SToF32x2_RN, UNDEF_UNKNOWN), },
/external/valgrind/memcheck/
Dmc_translate.c3354 case Iop_Fixed32SToF32x2_RN: in expr2vbits_Binop()