Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_arm64_defs.h403 ARM64vecu_NOT, enumerator
Dhost_arm64_isel.c2198 addInstr(env, ARM64Instr_VUnaryV(ARM64vecu_NOT, res, res)); in iselV128Expr_wrk()
2280 case Iop_NotV128: op = ARM64vecu_NOT; break; in iselV128Expr_wrk()
2344 addInstr(env, ARM64Instr_VUnaryV(ARM64vecu_NOT, res, res)); in iselV128Expr_wrk()
Dhost_arm64_defs.c727 case ARM64vecu_NOT: *nm = "not "; *ar = "all"; return; in showARM64VecUnaryOp()
4979 case ARM64vecu_NOT: in emit_ARM64Instr()