Searched refs:offset_tmp (Results 1 – 1 of 1) sorted by relevance
155 s32 offset_tmp; in simulate_branch() local 163 offset_tmp = branch_offset(opcode); in simulate_branch() 166 offset = (rs1_val == rs2_val) ? offset_tmp : 4; in simulate_branch() 169 offset = (rs1_val != rs2_val) ? offset_tmp : 4; in simulate_branch() 172 offset = ((long)rs1_val < (long)rs2_val) ? offset_tmp : 4; in simulate_branch() 175 offset = ((long)rs1_val >= (long)rs2_val) ? offset_tmp : 4; in simulate_branch() 178 offset = (rs1_val < rs2_val) ? offset_tmp : 4; in simulate_branch() 181 offset = (rs1_val >= rs2_val) ? offset_tmp : 4; in simulate_branch()