Searched refs:rs_val (Results 1 – 2 of 2) sorted by relevance
1823 uint32_t rs_val = get_register(rs); in ExecuteGeneric() local1828 uint32_t result = base::bits::RotateLeft32(rs_val, sh); in ExecuteGeneric()1859 uint32_t rs_val = get_register(rs); in ExecuteGeneric() local1870 uint32_t result = base::bits::RotateLeft32(rs_val, sh); in ExecuteGeneric()1898 intptr_t rs_val = get_register(rs); in ExecuteGeneric() local1900 intptr_t alu_out = rs_val | im_val; in ExecuteGeneric()1907 intptr_t rs_val = get_register(rs); in ExecuteGeneric() local1909 intptr_t alu_out = rs_val | (im_val << 16); in ExecuteGeneric()1916 intptr_t rs_val = get_register(rs); in ExecuteGeneric() local1918 intptr_t alu_out = rs_val ^ im_val; in ExecuteGeneric()[all …]
1996 int32_t rs_val = get_register(rs); in DecodeType01() local2005 int32_t alu_out = rm_val * rs_val; in DecodeType01()2019 int32_t mul_out = rm_val * rs_val; in DecodeType01()2024 int32_t mul_out = rm_val * rs_val; in DecodeType01()2046 int64_t right_op = static_cast<int32_t>(rs_val); in DecodeType01()2053 uint64_t right_op = static_cast<uint32_t>(rs_val); in DecodeType01()2948 int32_t rs_val = get_register(rs); in DecodeType3() local2952 rn_val = base::bits::SignedMulHigh32(rm_val, rs_val); in DecodeType3()2958 rn_val = base::bits::SignedMulHighAndAdd32(rm_val, rs_val, rd_val); in DecodeType3()2971 int32_t rs_val = get_register(rs); in DecodeType3() local[all …]