Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_arm64_isel.c282 addInstr(env, ARM64Instr_Logic(dst, src, mask, ARM64lo_AND)); in widen_z_32_to_64()
303 addInstr(env, ARM64Instr_Logic(dst, src, mask, ARM64lo_AND)); in widen_z_16_to_64()
333 addInstr(env, ARM64Instr_Logic(dst, src, mask, ARM64lo_AND)); in widen_z_8_to_64()
430 addInstr(env, ARM64Instr_Logic(tL, tL, ril_two, ARM64lo_AND)); in set_FPCR_rounding_mode()
431 addInstr(env, ARM64Instr_Logic(tR, tR, ril_one, ARM64lo_AND)); in set_FPCR_rounding_mode()
432 addInstr(env, ARM64Instr_Logic(t3, tL, ARM64RIL_R(tR), ARM64lo_OR)); in set_FPCR_rounding_mode()
1561 addInstr(env, ARM64Instr_Logic(dst, argL, argR, lop)); in iselIntExpr_R_wrk()
1632 addInstr(env, ARM64Instr_Logic(hi32, hi32, ARM64RIL_R(lo32), in iselIntExpr_R_wrk()
1833 addInstr(env, ARM64Instr_Logic(dst, dst, ARM64RIL_R(src), in iselIntExpr_R_wrk()
1843 addInstr(env, ARM64Instr_Logic(dst, dst, ARM64RIL_R(src), in iselIntExpr_R_wrk()
[all …]
Dhost_arm64_defs.h916 extern ARM64Instr* ARM64Instr_Logic ( HReg, HReg, ARM64RIL*, ARM64LogicOp );
Dhost_arm64_defs.c837 ARM64Instr* ARM64Instr_Logic ( HReg dst, in ARM64Instr_Logic() function