Home
last modified time | relevance | path

Searched refs:TryMatchImmediate (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc163 bool TryMatchImmediate(InstructionSelector* selector, in TryMatchImmediate() function
187 if (TryMatchImmediate(selector, &opcode, m.right().node(), &input_count, in VisitBinop()
192 TryMatchImmediate(selector, &reverse_opcode, m.left().node(), in VisitBinop()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc275 bool TryMatchImmediate(InstructionSelector* selector, in TryMatchImmediate() function
299 if (TryMatchImmediate(selector, &opcode, m.right().node(), &input_count, in VisitBinop()
304 TryMatchImmediate(selector, &reverse_opcode, m.left().node(), in VisitBinop()
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dinstruction-selector-loong64.cc271 bool TryMatchImmediate(InstructionSelector* selector, in TryMatchImmediate() function
295 if (TryMatchImmediate(selector, &opcode, m.right().node(), &input_count, in VisitBinop()
300 TryMatchImmediate(selector, &reverse_opcode, m.left().node(), in VisitBinop()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-selector-riscv64.cc281 bool TryMatchImmediate(InstructionSelector* selector, in TryMatchImmediate() function
305 if (TryMatchImmediate(selector, &opcode, m.right().node(), &input_count, in VisitBinop()
310 TryMatchImmediate(selector, &reverse_opcode, m.left().node(), in VisitBinop()

Completed in 21 milliseconds