Searched full:regex_arithm (Results 1 – 2 of 2) sorted by relevance
16 % regex_arithm = /(fdiv|fmod|add|sub|mul|and|or|xor|ashr|shr|shl|neg|not)[2i]?(iv)?/17 % opc = inst.stripped_mnemonic.match regex_arithm58 % regex_arithm = /(addv|subv|mulv|andv|orv|xorv|ashrv|shrv|shlv)$/59 % opc = inst.stripped_mnemonic.match regex_arithm68 % regex_arithm = /(fdiv|fmod|add|sub|mul|and|or|xor|ashr|shr|shl)2v$/69 % opc = inst.stripped_mnemonic.match regex_arithm
16 % regex_arithm = /(fdiv|fmod|add|sub|mul|and|or|xor|ashr|shr|shl|neg|not)[2i]?/17 % opc = inst.stripped_mnemonic.match regex_arithm