Home
last modified time | relevance | path

Searched refs:VisitRRIR (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc146 static void VisitRRIR(InstructionSelector* selector, ArchOpcode opcode, in VisitRRIR() function
2335 VisitRRIR(this, kMips##Type##ReplaceLane, node); \
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc151 static void VisitRRIR(InstructionSelector* selector, ArchOpcode opcode, in VisitRRIR() function
2843 VisitRRIR(this, kLoong64##Type##ReplaceLane, node); \ in SIMD_VISIT_EXTRACT_LANE()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dinstruction-selector-arm.cc145 void VisitRRIR(InstructionSelector* selector, ArchOpcode opcode, Node* node) { in VisitRRIR() function
2769 VisitRRIR(this, kArm##Type##ReplaceLane, node); \
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc151 static void VisitRRIR(InstructionSelector* selector, ArchOpcode opcode, in VisitRRIR() function
3099 VisitRRIR(this, kMips64##Type##ReplaceLane, node); \ in SIMD_VISIT_EXTRACT_LANE()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc157 static void VisitRRIR(InstructionSelector* selector, ArchOpcode opcode, in VisitRRIR() function
3072 VisitRRIR(this, kRiscv##Type##ReplaceLane, node); \
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc209 void VisitRRIR(InstructionSelector* selector, InstructionCode opcode, in VisitRRIR() function
3634 VisitRRIR(this, kArm64##T##ReplaceLane | LaneSizeField::encode(LaneSize), \