Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_arm64_isel.c292 addInstr(env, ARM64Instr_Shift(dst, src, n48, ARM64sh_SHL)); in widen_s_16_to_64()
303 addInstr(env, ARM64Instr_Shift(dst, src, n48, ARM64sh_SHL)); in widen_z_16_to_64()
314 addInstr(env, ARM64Instr_Shift(dst, src, n32, ARM64sh_SHL)); in widen_s_32_to_64()
325 addInstr(env, ARM64Instr_Shift(dst, src, n56, ARM64sh_SHL)); in widen_s_8_to_64()
334 addInstr(env, ARM64Instr_Shift(dst, src, n56, ARM64sh_SHL)); in widen_z_8_to_64()
430 addInstr(env, ARM64Instr_Shift(tL, irrm, ARM64RI6_I6(1), ARM64sh_SHL)); in set_FPCR_rounding_mode()
435 addInstr(env, ARM64Instr_Shift(t3, t3, ARM64RI6_I6(22), ARM64sh_SHL)); in set_FPCR_rounding_mode()
1544 case Iop_Shl64: case Iop_Shl32: sop = ARM64sh_SHL; goto sh_binop; in iselIntExpr_R_wrk()
1603 ARM64sh_SHL)); in iselIntExpr_R_wrk()
1866 ARM64sh_SHL)); in iselIntExpr_R_wrk()
Dhost_arm64_defs.h246 ARM64sh_SHL=50, enumerator
Dhost_arm64_defs.c488 case ARM64sh_SHL: return "lsl"; in showARM64ShiftOp()
3390 case ARM64sh_SHL: in emit_ARM64Instr()
3413 case ARM64sh_SHL: subOpc = X001000; break; in emit_ARM64Instr()