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

/external/valgrind/main/VEX/priv/
H A Dhost_arm_isel.c2330 addInstr(env, ARMInstr_NUnary(ARMneon_COPY, rM, argL, 4, False));
2331 addInstr(env, ARMInstr_NUnary(ARMneon_COPY, rD, argR, 4, False));
2354 addInstr(env, ARMInstr_NUnary(ARMneon_COPY, rM, argL, 4, False));
2355 addInstr(env, ARMInstr_NUnary(ARMneon_COPY, rD, argR, 4, False));
2378 addInstr(env, ARMInstr_NUnary(ARMneon_COPY, rM, argL, 4, False));
2379 addInstr(env, ARMInstr_NUnary(ARMneon_COPY, rD, argR, 4, False));
2695 addInstr(env, ARMInstr_NUnary(ARMneon_VQSHLNUU,
2719 addInstr(env, ARMInstr_NUnary(ARMneon_VQSHLNUS,
2743 addInstr(env, ARMInstr_NUnary(ARMneon_VQSHLNSS,
2765 addInstr(env, ARMInstr_NUnary(ARMneon_DU
[all...]
H A Dhost_arm_defs.h1003 extern ARMInstr* ARMInstr_NUnary ( ARMNeonUnOp, HReg, HReg, UInt, Bool );
H A Dhost_arm_defs.c1409 ARMInstr* ARMInstr_NUnary ( ARMNeonUnOp op, HReg dQ, HReg nQ, function

Completed in 59 milliseconds