Home
last modified time | relevance | path

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

/external/valgrind/VEX/pub/
Dlibvex_ir.h1365 Iop_Abs64Fx2, enumerator
/external/valgrind/VEX/priv/
Dhost_arm64_isel.c2230 case Iop_Abs64Fx2: case Iop_Abs32Fx4: in iselV128Expr_wrk()
2253 case Iop_Abs64Fx2: op = ARM64vecu_FABS64x2; break; in iselV128Expr_wrk()
Dir_defs.c654 case Iop_Abs64Fx2: vex_printf("Abs64Fx2"); return; in ppIROp()
2860 case Iop_Abs64Fx2: case Iop_Abs32Fx4: in typeOfPrimop()
Dguest_arm64_toIR.c9811 IROp opABS = isD ? Iop_Abs64Fx2 : Iop_Abs32Fx4; in dis_AdvSIMD_scalar_three_same()
11638 IROp opABS = isD ? Iop_Abs64Fx2 : Iop_Abs32Fx4; in dis_AdvSIMD_three_same()
11710 IROp opABS = isD ? Iop_Abs64Fx2 : Iop_Abs32Fx4; in dis_AdvSIMD_three_same()
12122 : (size == X10 ? Iop_Abs32Fx4 : Iop_Abs64Fx2); in dis_AdvSIMD_two_reg_misc()
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c650 { DEFOP(Iop_Abs64Fx2, UNDEF_UNKNOWN), },
/external/valgrind/memcheck/
Dmc_translate.c4292 case Iop_Abs64Fx2: in expr2vbits_Unop()