Home
last modified time | relevance | path

Searched full:regex_arithm (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml16 % regex_arithm = /(fdiv|fmod|add|sub|mul|and|or|xor|ashr|shr|shl|neg|not)[2i]?(iv)?/
17 % opc = inst.stripped_mnemonic.match regex_arithm
58 % regex_arithm = /(addv|subv|mulv|andv|orv|xorv|ashrv|shrv|shlv)$/
59 % opc = inst.stripped_mnemonic.match regex_arithm
68 % regex_arithm = /(fdiv|fmod|add|sub|mul|and|or|xor|ashr|shr|shl)2v$/
69 % opc = inst.stripped_mnemonic.match regex_arithm
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml16 % regex_arithm = /(fdiv|fmod|add|sub|mul|and|or|xor|ashr|shr|shl|neg|not)[2i]?/
17 % opc = inst.stripped_mnemonic.match regex_arithm