Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_arm_isel.c2389 addInstr(env, ARMInstr_NBinary(ARMneon_VAND, in iselNeon64Expr_wrk()
2397 addInstr(env, ARMInstr_NBinary(ARMneon_VORR, in iselNeon64Expr_wrk()
2405 addInstr(env, ARMInstr_NBinary(ARMneon_VXOR, in iselNeon64Expr_wrk()
2434 addInstr(env, ARMInstr_NBinary(ARMneon_VADD, in iselNeon64Expr_wrk()
2443 addInstr(env, ARMInstr_NBinary(ARMneon_VADDFP, in iselNeon64Expr_wrk()
2452 addInstr(env, ARMInstr_NBinary(ARMneon_VRECPS, in iselNeon64Expr_wrk()
2461 addInstr(env, ARMInstr_NBinary(ARMneon_VRSQRTS, in iselNeon64Expr_wrk()
2557 addInstr(env, ARMInstr_NBinary(ARMneon_VQADDU, in iselNeon64Expr_wrk()
2576 addInstr(env, ARMInstr_NBinary(ARMneon_VQADDS, in iselNeon64Expr_wrk()
2595 addInstr(env, ARMInstr_NBinary(ARMneon_VSUB, in iselNeon64Expr_wrk()
[all …]
Dhost_arm_defs.h1040 extern ARMInstr* ARMInstr_NBinary ( ARMNeonBinOp, HReg, HReg, HReg,
Dhost_arm_defs.c1461 ARMInstr* ARMInstr_NBinary ( ARMNeonBinOp op, in ARMInstr_NBinary() function