Searched refs:try_rvc (Results 1 – 1 of 1) sorted by relevance
624 uint16_t try_rvc = uint16_t(inst & 0x0000ffff); in Decode() local626 uint16_t mask = try_rvc & 0b11; in Decode()627 bool is_rvc = try_rvc != 0 && mask != 3; in Decode()641 auto decoded = is_rvc ? pat.decode(try_rvc) : pat.decode(inst); in Decode()