Searched refs:rm_val (Results 1 – 1 of 1) sorted by relevance
2013 int32_t rm_val = get_register(rm); in DecodeType01() local2021 int32_t alu_out = rm_val * rs_val; in DecodeType01()2035 int32_t mul_out = rm_val * rs_val; in DecodeType01()2040 int32_t mul_out = rm_val * rs_val; in DecodeType01()2061 int64_t left_op = static_cast<int32_t>(rm_val); in DecodeType01()2068 uint64_t left_op = static_cast<uint32_t>(rm_val); in DecodeType01()2091 int32_t rm_val = get_register(rm); in DecodeType01() local2097 rn_val -= rm_val; in DecodeType01()2105 rn_val += rm_val; in DecodeType01()2111 rn_val -= rm_val; in DecodeType01()[all …]