Home
last modified time | relevance | path

Searched defs:leftInput (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc977 Int64BinopMatcher leftInput(left), rightInput(right); in VisitInt32Mul() local
1084 Int64BinopMatcher rightInput(right), leftInput(left); in VisitInt32Div() local
1113 Int64BinopMatcher rightInput(right), leftInput(left); in VisitInt32Mod() local
1384 Int64BinopMatcher leftInput(left), rightInput(right); in EmitSignExtendWord() local
1401 Int64BinopMatcher rightInput(right), leftInput(left); in EmitSignExtendWord() local
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc1064 Int64BinopMatcher leftInput(left), rightInput(right); in VisitInt32Mul() local
1125 Int64BinopMatcher rightInput(right), leftInput(left); in VisitInt32Div() local
1154 Int64BinopMatcher rightInput(right), leftInput(left); in VisitInt32Mod() local
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc1104 Int64BinopMatcher leftInput(left), rightInput(right); in VisitInt32Mul() local
1165 Int64BinopMatcher rightInput(right), leftInput(left); in VisitInt32Div() local
1194 Int64BinopMatcher rightInput(right), leftInput(left); in VisitInt32Mod() local