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() 315 addInstr(env, ARM64Instr_Shift(dst, dst, n32, ARM64sh_SAR)); in widen_s_32_to_64() 326 addInstr(env, ARM64Instr_Shift(dst, dst, n56, ARM64sh_SAR)); in widen_s_8_to_64() 1543 case Iop_Sar64: sop = ARM64sh_SAR; goto sh_binop; in iselIntExpr_R_wrk() 1818 ARM64sh_SAR)); in iselIntExpr_R_wrk() 1831 ARM64sh_SAR)); in iselIntExpr_R_wrk() 1868 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() 3397 case ARM64sh_SAR: in emit_ARM64Instr() 3415 case ARM64sh_SAR: subOpc = X001010; break; in emit_ARM64Instr()
|