Searched refs:ARM64RI6_I6 (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_arm64_isel.c | 291 ARM64RI6* n48 = ARM64RI6_I6(48); in widen_s_16_to_64() 312 ARM64RI6* n32 = ARM64RI6_I6(32); in widen_s_32_to_64() 323 ARM64RI6* n56 = ARM64RI6_I6(56); in widen_s_8_to_64() 428 addInstr(env, ARM64Instr_Shift(tL, irrm, ARM64RI6_I6(1), ARM64sh_SHL)); in set_FPCR_rounding_mode() 429 addInstr(env, ARM64Instr_Shift(tR, irrm, ARM64RI6_I6(1), ARM64sh_SHR)); in set_FPCR_rounding_mode() 433 addInstr(env, ARM64Instr_Shift(t3, t3, ARM64RI6_I6(22), ARM64sh_SHL)); in set_FPCR_rounding_mode() 1270 return ARM64RI6_I6(u); in iselIntExpr_RI6_wrk() 1630 addInstr(env, ARM64Instr_Shift(hi32, hi32s, ARM64RI6_I6(32), in iselIntExpr_R_wrk() 1845 addInstr(env, ARM64Instr_Shift(dst, dst, ARM64RI6_I6(63), in iselIntExpr_R_wrk() 1858 addInstr(env, ARM64Instr_Shift(dst, dst, ARM64RI6_I6(63), in iselIntExpr_R_wrk() [all …]
|
D | host_arm64_defs.h | 230 extern ARM64RI6* ARM64RI6_I6 ( UInt imm6 );
|
D | host_arm64_defs.c | 423 ARM64RI6* ARM64RI6_I6 ( UInt imm6 ) { in ARM64RI6_I6() function
|