Searched refs:ARM64sh_SAR (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_arm64_isel.c | 293 addInstr(env, ARM64Instr_Shift(dst, dst, n48, ARM64sh_SAR)); in widen_s_16_to_64() 314 addInstr(env, ARM64Instr_Shift(dst, dst, n32, ARM64sh_SAR)); in widen_s_32_to_64() 325 addInstr(env, ARM64Instr_Shift(dst, dst, n56, ARM64sh_SAR)); in widen_s_8_to_64() 1571 case Iop_Sar64: sop = ARM64sh_SAR; goto sh_binop; in iselIntExpr_R_wrk() 1846 ARM64sh_SAR)); in iselIntExpr_R_wrk() 1859 ARM64sh_SAR)); in iselIntExpr_R_wrk() 1896 ARM64sh_SAR)); in iselIntExpr_R_wrk()
|
D | host_arm64_defs.h | 248 ARM64sh_SAR enumerator
|
D | host_arm64_defs.c | 490 case ARM64sh_SAR: return "asr"; in showARM64ShiftOp() 3430 case ARM64sh_SAR: in emit_ARM64Instr() 3448 case ARM64sh_SAR: subOpc = X001010; break; in emit_ARM64Instr()
|