Home
last modified time | relevance | path

Searched refs:trap_id (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.h81 static FlagsContinuation ForTrap(FlagsCondition condition, TrapId trap_id, in ForTrap() argument
83 return FlagsContinuation(condition, trap_id, result); in ForTrap()
121 TrapId trap_id() const { in trap_id() function in v8::internal::compiler::final
221 FlagsContinuation(FlagsCondition condition, TrapId trap_id, Node* result) in FlagsContinuation() argument
225 trap_id_(trap_id) { in FlagsContinuation()
615 void VisitTrapIf(Node* node, TrapId trap_id);
616 void VisitTrapUnless(Node* node, TrapId trap_id);
H A Dinstruction-selector.cc874 int trap_id = static_cast<int>(cont->trap_id()); in EmitWithContinuation() local
875 continuation_inputs_.push_back(g.UseImmediate(trap_id)); in EmitWithContinuation()
3139 void InstructionSelector::VisitTrapIf(Node* node, TrapId trap_id) { in VisitTrapIf() argument
3141 FlagsContinuation::ForTrap(kNotEqual, trap_id, node->InputAt(1)); in VisitTrapIf()
3145 void InstructionSelector::VisitTrapUnless(Node* node, TrapId trap_id) { in VisitTrapUnless() argument
3147 FlagsContinuation::ForTrap(kEqual, trap_id, node->InputAt(1)); in VisitTrapUnless()
/third_party/node/deps/v8/src/compiler/
H A Dcommon-operator.cc31 std::ostream& operator<<(std::ostream& os, TrapId trap_id) { in operator <<() argument
32 switch (trap_id) { in operator <<()
763 template <TrapId trap_id>
771 trap_id) {} // parameter in TrapIfOperator()
778 template <TrapId trap_id>
786 trap_id) {} // parameter in TrapUnlessOperator()
997 const Operator* CommonOperatorBuilder::TrapIf(TrapId trap_id) { in TrapIf() argument
998 switch (trap_id) { in TrapIf()
1013 trap_id); // parameter in TrapIf()
1016 const Operator* CommonOperatorBuilder::TrapUnless(TrapId trap_id) { in TrapUnless() argument
[all...]
H A Dcommon-operator.h70 std::ostream& operator<<(std::ostream&, TrapId trap_id);
495 const Operator* TrapIf(TrapId trap_id);
496 const Operator* TrapUnless(TrapId trap_id);
H A Dwasm-compiler.cc1497 TrapId trap_id = GetTrapIdForTrap(reason); in TrapIfTrue() local
1498 Node* node = SetControl(graph()->NewNode(mcgraph()->common()->TrapIf(trap_id), in TrapIfTrue()
1505 TrapId trap_id = GetTrapIdForTrap(reason); in TrapIfFalse() local
1507 mcgraph()->common()->TrapUnless(trap_id), cond, effect(), control())); in TrapIfFalse()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_debug.c1030 uint8_t trap_id = (ttmp1 >> 16) & 0xff; in radv_check_trap_handler() local
1035 fprintf(stderr, "PC=0x%" PRIx64 ", trapID=%d, HT=%d, PC_rewind=%d\n", pc, trap_id, ht, in radv_check_trap_handler()
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc1957 TrapId trap_id = in AssembleArchTrap() local
1959 GenerateCallToTrap(trap_id); in AssembleArchTrap()
1963 void GenerateCallToTrap(TrapId trap_id) { in AssembleArchTrap() argument
1964 if (trap_id == TrapId::kInvalid) { in AssembleArchTrap()
1983 __ Call(static_cast<Address>(trap_id), RelocInfo::WASM_STUB_CALL); in AssembleArchTrap()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc399 TrapId trap_id = variable
401 GenerateCallToTrap(trap_id); variable
407 void GenerateWithTrapId(TrapId trap_id) { GenerateCallToTrap(trap_id); } in GenerateWithTrapId() argument
410 void GenerateCallToTrap(TrapId trap_id) { in GenerateCallToTrap() argument
427 __ Call(static_cast<Address>(trap_id), RelocInfo::WASM_STUB_CALL); in GenerateCallToTrap()
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc3850 TrapId trap_id = in AssembleArchTrap() local
3852 GenerateCallToTrap(trap_id); in AssembleArchTrap()
3856 void GenerateCallToTrap(TrapId trap_id) { in AssembleArchTrap() argument
3857 if (trap_id == TrapId::kInvalid) { in AssembleArchTrap()
3875 __ Call(static_cast<Address>(trap_id), RelocInfo::WASM_STUB_CALL); in AssembleArchTrap()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc3575 TrapId trap_id = in AssembleArchInstruction()
3577 GenerateCallToTrap(trap_id); in AssembleArchInstruction()
3581 void GenerateCallToTrap(TrapId trap_id) { in AssembleArchInstruction()
3582 if (trap_id == TrapId::kInvalid) { in AssembleArchInstruction()
3600 __ Call(static_cast<Address>(trap_id), RelocInfo::WASM_STUB_CALL); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc3764 TrapId trap_id = in AssembleArchTrap() local
3766 GenerateCallToTrap(trap_id); in AssembleArchTrap()
3770 void GenerateCallToTrap(TrapId trap_id) { in AssembleArchTrap() argument
3771 if (trap_id == TrapId::kInvalid) { in AssembleArchTrap()
3788 __ wasm_call(static_cast<Address>(trap_id), RelocInfo::WASM_STUB_CALL); in AssembleArchTrap()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc3245 TrapId trap_id = in AssembleArchTrap() local
3247 GenerateCallToTrap(trap_id); in AssembleArchTrap()
3251 void GenerateCallToTrap(TrapId trap_id) { in AssembleArchTrap() argument
3252 if (trap_id == TrapId::kInvalid) { in AssembleArchTrap()
3270 __ Call(static_cast<Address>(trap_id), RelocInfo::WASM_STUB_CALL); in AssembleArchTrap()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc657 TrapId trap_id = variable
659 GenerateWithTrapId(trap_id); variable
665 void GenerateWithTrapId(TrapId trap_id) { GenerateCallToTrap(trap_id); } in GenerateWithTrapId() argument
668 void GenerateCallToTrap(TrapId trap_id) { in GenerateCallToTrap() argument
686 __ near_call(static_cast<Address>(trap_id), RelocInfo::WASM_STUB_CALL); in GenerateCallToTrap()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc3898 TrapId trap_id = in AssembleArchTrap() local
3900 GenerateCallToTrap(trap_id); in AssembleArchTrap()
3904 void GenerateCallToTrap(TrapId trap_id) { in AssembleArchTrap() argument
3905 if (trap_id == TrapId::kInvalid) { in AssembleArchTrap()
3924 __ Call(static_cast<Address>(trap_id), RelocInfo::WASM_STUB_CALL); in AssembleArchTrap()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc3709 TrapId trap_id = in AssembleArchTrap() local
3711 GenerateCallToTrap(trap_id); in AssembleArchTrap()
3715 void GenerateCallToTrap(TrapId trap_id) { in AssembleArchTrap() argument
3716 if (trap_id == TrapId::kInvalid) { in AssembleArchTrap()
3734 __ Call(static_cast<Address>(trap_id), RelocInfo::WASM_STUB_CALL); in AssembleArchTrap()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc3567 TrapId trap_id = in AssembleArchTrap() local
3569 GenerateCallToTrap(trap_id); in AssembleArchTrap()
3573 void GenerateCallToTrap(TrapId trap_id) { in AssembleArchTrap() argument
3574 if (trap_id == TrapId::kInvalid) { in AssembleArchTrap()
3593 __ Call(static_cast<Address>(trap_id), RelocInfo::WASM_STUB_CALL); in AssembleArchTrap()

Completed in 87 milliseconds