/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | constants-riscv64.h | 1455 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 D | constants-riscv64.cc | 147 InstructionBase::Type InstructionBase::InstructionType() const { in InstructionType() function in v8::internal::InstructionBase
|
H A D | assembler-riscv64.cc | 755 DCHECK(reinterpret_cast<Instruction*>(&instr_I)->InstructionType() == in BrachlongOffset()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | constants-mips64.h | 1375 // 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 D | constants-mips.h | 1313 // 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 D | assembler-aarch32.h | 642 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 D | macro-assembler-aarch32.cc | 316 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 D | constants-aarch32.h | 121 enum InstructionType { enum 529 const char* ToCString(InstructionType type);
|
H A D | constants-aarch32.cc | 35 const char* ToCString(InstructionType type) { in ToCString()
|
H A D | macro-assembler-aarch32.h | 432 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 D | disasm-aarch32.h | 255 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 D | upgrade_memory_model.h | 54 enum InstructionType { kMemory, kImage }; enum in spvtools::opt::UpgradeMemoryModel 103 InstructionType inst_type);
|
H A D | upgrade_memory_model.cpp | 529 InstructionType inst_type) { in UpgradeFlags()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | upgrade_memory_model.h | 54 enum InstructionType { kMemory, kImage }; enum in spvtools::opt::UpgradeMemoryModel 103 InstructionType inst_type);
|
H A D | upgrade_memory_model.cpp | 529 InstructionType inst_type) { in UpgradeFlags()
|
/third_party/spirv-tools/source/opt/ |
H A D | upgrade_memory_model.h | 54 enum InstructionType { kMemory, kImage }; enum in spvtools::opt::UpgradeMemoryModel 103 InstructionType inst_type);
|
H A D | upgrade_memory_model.cpp | 532 InstructionType inst_type) { in UpgradeFlags()
|
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.h | 78 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 D | simulator-mips64.h | 79 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 D | simulator-mips.h | 79 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 D | disasm-x64.cc | 121 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 D | disasm-ia32.cc | 97 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 D | constants-loong64.h | 741 // 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 D | simulator-riscv64.h | 194 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 D | disasm-riscv64.cc | 2821 switch (instr->InstructionType()) { in InstructionDecode()
|