Searched refs:n48 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_arm64_isel.c | 291 ARM64RI6* n48 = ARM64RI6_I6(48); in widen_s_16_to_64() local 292 addInstr(env, ARM64Instr_Shift(dst, src, n48, ARM64sh_SHL)); in widen_s_16_to_64() 293 addInstr(env, ARM64Instr_Shift(dst, dst, n48, ARM64sh_SAR)); in widen_s_16_to_64() 302 ARM64RI6* n48 = ARM64RI6_I6(48); in widen_z_16_to_64() local 303 addInstr(env, ARM64Instr_Shift(dst, src, n48, ARM64sh_SHL)); in widen_z_16_to_64() 304 addInstr(env, ARM64Instr_Shift(dst, dst, n48, ARM64sh_SHR)); in widen_z_16_to_64()
|