Searched refs:DecodeNeon (Results 1 – 1 of 1) sorted by relevance
67 class DecodeNeon { class73 DecodeNeon(int lane, SpacingType spacing) in DecodeNeon() function in vixl::aarch32::DecodeNeon75 DecodeNeon() : lane_(0), spacing_(kSingle), valid_(false) {} in DecodeNeon() function in vixl::aarch32::DecodeNeon81 class DecodeNeonAndAlign : public DecodeNeon {85 : DecodeNeon(lanes, spacing), align_(align) {} in DecodeNeonAndAlign()826 DecodeNeon Index_1_Decode(uint32_t value, DataType dt) { in Index_1_Decode()832 return DecodeNeon(lane, spacing); in Index_1_Decode()838 return DecodeNeon(lane, spacing); in Index_1_Decode()844 return DecodeNeon(lane, spacing); in Index_1_Decode()849 return DecodeNeon(); in Index_1_Decode()[all …]