Searched refs:rs_val (Results 1 – 1 of 1) sorted by relevance
2016 int32_t rs_val = get_register(rs); in DecodeType01() local2025 int32_t alu_out = rm_val * rs_val; in DecodeType01()2054 int64_t right_op = static_cast<int32_t>(rs_val); in DecodeType01()2061 uint64_t right_op = static_cast<uint32_t>(rs_val); in DecodeType01()2897 int32_t rs_val = get_register(t); in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters() local2898 set_s_register_from_sinteger(n, rs_val); in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()3184 int32_t rs_val = get_register(rt); in DecodeType6CoprocessorIns() local3187 set_s_register_from_sinteger(2*vm, rs_val); in DecodeType6CoprocessorIns()