Searched refs:rm_val (Results 1 – 1 of 1) sorted by relevance
2017 int32_t rm_val = get_register(rm); in DecodeType01() local2025 int32_t alu_out = rm_val * rs_val; in DecodeType01()2053 int64_t left_op = static_cast<int32_t>(rm_val); in DecodeType01()2060 uint64_t left_op = static_cast<uint32_t>(rm_val); in DecodeType01()2083 int32_t rm_val = get_register(rm); in DecodeType01() local2089 rn_val -= rm_val; in DecodeType01()2097 rn_val += rm_val; in DecodeType01()2103 rn_val -= rm_val; in DecodeType01()2112 rn_val += rm_val; in DecodeType01()2565 int32_t rm_val = get_register(instr->RmValue()); in DecodeType3() local[all …]