Searched refs:ARMInstr_NUnary (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
H A Dhost_arm_isel.c2343 addInstr(env, ARMInstr_NUnary(ARMneon_COPY, rM, argL, 4, False));
2344 addInstr(env, ARMInstr_NUnary(ARMneon_COPY, rD, argR, 4, False));
2367 addInstr(env, ARMInstr_NUnary(ARMneon_COPY, rM, argL, 4, False));
2368 addInstr(env, ARMInstr_NUnary(ARMneon_COPY, rD, argR, 4, False));
2391 addInstr(env, ARMInstr_NUnary(ARMneon_COPY, rM, argL, 4, False));
2392 addInstr(env, ARMInstr_NUnary(ARMneon_COPY, rD, argR, 4, False));
2708 addInstr(env, ARMInstr_NUnary(ARMneon_VQSHLNUU,
2732 addInstr(env, ARMInstr_NUnary(ARMneon_VQSHLNUS,
2756 addInstr(env, ARMInstr_NUnary(ARMneon_VQSHLNSS,
2778 addInstr(env, ARMInstr_NUnary(ARMneon_DU
[all...]
H A Dhost_arm_defs.h1006 extern ARMInstr* ARMInstr_NUnary ( ARMNeonUnOp, HReg, HReg, UInt, Bool );
H A Dhost_arm_defs.c1395 ARMInstr* ARMInstr_NUnary ( ARMNeonUnOp op, HReg dQ, HReg nQ, function

Completed in 47 milliseconds