Searched full:regex_arithm (Results 1 – 3 of 3) 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_arithm61 % regex_arithm = /(addv|subv|mulv|andv|orv|xorv|ashrv|shrv|shlv)$/62 % opc = inst.stripped_mnemonic.match regex_arithm71 % regex_arithm = /(fdiv|fmod|add|sub|mul|and|or|xor|ashr|shr|shl)2v$/72 % 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