Searched refs:get_x_reg (Results 1 – 1 of 1) sorted by relevance
43 static inline u64 get_x_reg(struct pt_regs *regs, int reg) in get_x_reg() function73 (get_x_reg(regs, xn) == 0) : (get_w_reg(regs, xn) == 0); in check_cbz()81 (get_x_reg(regs, xn) != 0) : (get_w_reg(regs, xn) != 0); in check_cbnz()89 return ((get_x_reg(regs, xn) >> bit_pos) & 0x1) == 0; in check_tbz()97 return ((get_x_reg(regs, xn) >> bit_pos) & 0x1) != 0; in check_tbnz()148 u64 b_target = get_x_reg(regs, xn); in simulate_br_blr()163 u64 r_target = get_x_reg(regs, xn); in simulate_ret()