Searched refs:n56 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_arm64_isel.c | 324 ARM64RI6* n56 = ARM64RI6_I6(56); in widen_s_8_to_64() local 325 addInstr(env, ARM64Instr_Shift(dst, src, n56, ARM64sh_SHL)); in widen_s_8_to_64() 326 addInstr(env, ARM64Instr_Shift(dst, dst, n56, ARM64sh_SAR)); in widen_s_8_to_64() 333 ARM64RI6* n56 = ARM64RI6_I6(56); in widen_z_8_to_64() local 334 addInstr(env, ARM64Instr_Shift(dst, src, n56, ARM64sh_SHL)); in widen_z_8_to_64() 335 addInstr(env, ARM64Instr_Shift(dst, dst, n56, ARM64sh_SHR)); in widen_z_8_to_64()
|