Home
last modified time | relevance | path

Searched refs:Iop_Fixed32SToF32x4_RN (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/main/VEX/pub/
Dlibvex_ir.h1042 Iop_Fixed32UToF32x4_RN, Iop_Fixed32SToF32x4_RN, /* fixed-point -> fp */ enumerator
/external/valgrind/main/VEX/priv/
Dir_defs.c931 case Iop_Fixed32SToF32x4_RN: vex_printf("Fixed32SToF32x4_RN"); return; in ppIROp()
2520 case Iop_Fixed32SToF32x4_RN: in typeOfPrimop()
Dhost_arm_isel.c5158 case Iop_Fixed32SToF32x4_RN: { in iselNeonExpr_wrk()
5175 case Iop_Fixed32SToF32x4_RN: op = ARMneon_VCVTFixedStoF; break; in iselNeonExpr_wrk()
Dguest_arm_toIR.c6582 op = Q ? Iop_Fixed32SToF32x4_RN : Iop_Fixed32SToF32x2_RN; in dis_neon_data_2reg_and_shift()
/external/valgrind/main/memcheck/
Dmc_translate.c2694 case Iop_Fixed32SToF32x4_RN: in expr2vbits_Binop()