Searched defs:mleft (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | instruction_combine.cpp | 483 Int32BinopMatcher mleft(m.Left().Gate(), circuit_); in ReduceInt32Add() local 501 Int32BinopMatcher mleft(m.Left().Gate(), circuit_); in ReduceInt32Add() local 862 Int64BinopMatcher mleft(m.Left().Gate(), circuit_); in ReduceWord64And() local 899 Int32BinopMatcher mleft(m.Left().Gate(), circuit_); in ReduceWord32And() local 995 Int64BinopMatcher mleft(m.Left().Gate(), circuit_); in ReduceWord64Xor() local 1019 Int32BinopMatcher mleft(m.Left().Gate(), circuit_); in ReduceWord32Xor() local 1054 Uint32BinopMatcher mleft(m.Left().Gate(), circuit_); in ReduceWord32Lsr() local 1092 Int32BinopMatcher mleft(m.Left().Gate(), circuit_); in ReduceWord32Asr() local 1122 Int64BinopMatcher mleft(m.Left().Gate(), circuit_); in ReduceWord64Lsl() local 1146 Int64BinopMatcher mleft(m.Left().Gate(), circuit_); in ReduceWord32Lsl() local
|