Home
last modified time | relevance | path

Searched refs:InstructionType (Results 1 - 25 of 29) sorted by relevance

12

/third_party/node/deps/v8/src/codegen/riscv64/
H A Dconstants-riscv64.h1455 Type InstructionType() const;
1474 DCHECK(this->InstructionType() == InstructionBase::kRType ||
1475 this->InstructionType() == InstructionBase::kR4Type ||
1476 this->InstructionType() == InstructionBase::kIType ||
1477 this->InstructionType() == InstructionBase::kSType ||
1478 this->InstructionType() == InstructionBase::kBType ||
1479 this->InstructionType() == InstructionBase::kIType ||
1480 this->InstructionType() == InstructionBase::kVType);
1485 DCHECK(this->InstructionType() == InstructionBase::kRType ||
1486 this->InstructionType()
[all...]
H A Dconstants-riscv64.cc147 InstructionBase::Type InstructionBase::InstructionType() const { in InstructionType() function in v8::internal::InstructionBase
H A Dassembler-riscv64.cc755 DCHECK(reinterpret_cast<Instruction*>(&instr_I)->InstructionType() == in BrachlongOffset()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.h1375 // Safe to call within InstructionType().
1383 inline Type InstructionType() const;
1449 DCHECK(this->InstructionType() == InstructionBase::kRegisterType ||
1450 this->InstructionType() == InstructionBase::kImmediateType);
1455 DCHECK(this->InstructionType() == InstructionBase::kRegisterType ||
1456 this->InstructionType() == InstructionBase::kImmediateType);
1461 DCHECK_EQ(this->InstructionType(), InstructionBase::kRegisterType);
1466 DCHECK_EQ(this->InstructionType(), InstructionBase::kImmediateType);
1471 DCHECK_EQ(this->InstructionType(), InstructionBase::kRegisterType);
1476 DCHECK_EQ(this->InstructionType(), InstructionBas
[all...]
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.h1313 // Safe to call within InstructionType().
1321 inline Type InstructionType() const;
1387 DCHECK(this->InstructionType() == InstructionBase::kRegisterType ||
1388 this->InstructionType() == InstructionBase::kImmediateType);
1393 DCHECK(this->InstructionType() == InstructionBase::kRegisterType ||
1394 this->InstructionType() == InstructionBase::kImmediateType);
1399 DCHECK_EQ(this->InstructionType(), InstructionBase::kRegisterType);
1404 DCHECK_EQ(this->InstructionType(), InstructionBase::kImmediateType);
1409 DCHECK_EQ(this->InstructionType(), InstructionBase::kRegisterType);
1414 DCHECK_EQ(this->InstructionType(), InstructionBas
[all...]
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.h642 virtual void Delegate(InstructionType type, in Delegate()
661 virtual void Delegate(InstructionType type, in Delegate()
672 virtual void Delegate(InstructionType type, in Delegate()
680 virtual void Delegate(InstructionType type, in Delegate()
694 virtual void Delegate(InstructionType type, in Delegate()
704 virtual void Delegate(InstructionType type, in Delegate()
714 virtual void Delegate(InstructionType type, in Delegate()
723 virtual void Delegate(InstructionType type, in Delegate()
733 virtual void Delegate(InstructionType type, in Delegate()
744 virtual void Delegate(InstructionType typ in Delegate()
[all...]
H A Dmacro-assembler-aarch32.cc316 uint32_t MacroAssembler::GetOffsetMask(InstructionType type, in GetOffsetMask()
677 void MacroAssembler::Delegate(InstructionType type,
703 void MacroAssembler::Delegate(InstructionType type,
815 void MacroAssembler::Delegate(InstructionType type,
965 void MacroAssembler::Delegate(InstructionType type, in Delegate()
1012 void MacroAssembler::Delegate(InstructionType type, in Delegate()
1225 void MacroAssembler::Delegate(InstructionType type, in Delegate()
1335 void MacroAssembler::Delegate(InstructionType type, in Delegate()
1366 void MacroAssembler::Delegate(InstructionType type, in Delegate()
1512 void MacroAssembler::Delegate(InstructionType typ
[all...]
H A Dconstants-aarch32.h121 enum InstructionType { enum
529 const char* ToCString(InstructionType type);
H A Dconstants-aarch32.cc35 const char* ToCString(InstructionType type) { in ToCString()
H A Dmacro-assembler-aarch32.h432 uint32_t GetOffsetMask(InstructionType type, AddrMode addrmode); in MacroAssembler()
998 virtual void Delegate(InstructionType type, in MacroAssembler()
1004 virtual void Delegate(InstructionType type, in MacroAssembler()
1012 virtual void Delegate(InstructionType type, in MacroAssembler()
1020 virtual void Delegate(InstructionType type, in MacroAssembler()
1032 virtual void Delegate(InstructionType type, in MacroAssembler()
1040 virtual void Delegate(InstructionType type, in MacroAssembler()
1045 virtual void Delegate(InstructionType type, in MacroAssembler()
1052 virtual void Delegate(InstructionType type, in MacroAssembler()
1059 virtual void Delegate(InstructionType typ in MacroAssembler()
[all...]
H A Ddisasm-aarch32.h255 InstructionType current_instruction_type_;
266 InstructionType current_instruction_type, in SetCurrentInstruction()
271 InstructionType GetCurrentInstructionType() const { in GetCurrentInstructionType()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dupgrade_memory_model.h54 enum InstructionType { kMemory, kImage }; enum in spvtools::opt::UpgradeMemoryModel
103 InstructionType inst_type);
H A Dupgrade_memory_model.cpp529 InstructionType inst_type) { in UpgradeFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dupgrade_memory_model.h54 enum InstructionType { kMemory, kImage }; enum in spvtools::opt::UpgradeMemoryModel
103 InstructionType inst_type);
H A Dupgrade_memory_model.cpp529 InstructionType inst_type) { in UpgradeFlags()
/third_party/spirv-tools/source/opt/
H A Dupgrade_memory_model.h54 enum InstructionType { kMemory, kImage }; enum in spvtools::opt::UpgradeMemoryModel
103 InstructionType inst_type);
H A Dupgrade_memory_model.cpp532 InstructionType inst_type) { in UpgradeFlags()
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.h78 Type InstructionType() const { return type_; } in InstructionType() function in v8::internal::SimInstructionBase
103 type_ = InstructionBase::InstructionType(); in operator =()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.h79 Type InstructionType() const { return type_; } in InstructionType() function in v8::internal::SimInstructionBase
104 type_ = InstructionBase::InstructionType(); in operator =()
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.h79 Type InstructionType() const { return type_; } in InstructionType() function in v8::internal::SimInstructionBase
104 type_ = InstructionBase::InstructionType(); in operator =()
/third_party/node/deps/v8/src/diagnostics/x64/
H A Ddisasm-x64.cc121 enum InstructionType { enum
147 InstructionType type;
161 void CopyTable(const ByteMnemonic bm[], InstructionType type);
162 void SetTableRange(InstructionType type, byte start, byte end, bool byte_size,
193 InstructionType type) { in CopyTable()
206 void InstructionTable::SetTableRange(InstructionType type, byte start, byte end, in SetTableRange()
/third_party/node/deps/v8/src/diagnostics/ia32/
H A Ddisasm-ia32.cc97 enum InstructionType { enum
111 InstructionType type;
128 void CopyTable(const ByteMnemonic bm[], InstructionType type);
129 void SetTableRange(InstructionType type, byte start, byte end,
163 InstructionType type) { in CopyTable()
173 void InstructionTable::SetTableRange(InstructionType type, byte start, byte end, in SetTableRange()
/third_party/node/deps/v8/src/codegen/loong64/
H A Dconstants-loong64.h741 // Safe to call within InstructionType().
747 inline Type InstructionType() const;
929 InstructionBase::Type InstructionBase::InstructionType() const {
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.h194 Type InstructionType() const { return type_; } in InstructionType() function in v8::internal::SimInstructionBase
219 type_ = InstructionBase::InstructionType(); in operator =()
/third_party/node/deps/v8/src/diagnostics/riscv64/
H A Ddisasm-riscv64.cc2821 switch (instr->InstructionType()) { in InstructionDecode()

Completed in 69 milliseconds

12