Home
last modified time | relevance | path

Searched defs:instruction (Results 151 – 175 of 6728) sorted by relevance

12345678910>>...270

/dports/sysutils/gomplate/gomplate-3.9.0/vendor/golang.org/x/lint/
H A Dlint_test.go103 type instruction struct { struct
104 Line int // the line number this applies to
105 Match *regexp.Regexp // what pattern to match
106 Replacement string // what the suggested replacement line should be
/dports/security/vuls/vuls-0.13.7/vendor/golang.org/x/lint/
H A Dlint_test.go103 type instruction struct { struct
104 Line int // the line number this applies to
105 Match *regexp.Regexp // what pattern to match
106 Replacement string // what the suggested replacement line should be
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/golang.org/x/lint/
H A Dlint_test.go103 type instruction struct { struct
104 Line int // the line number this applies to
105 Match *regexp.Regexp // what pattern to match
106 Replacement string // what the suggested replacement line should be
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/lint/
H A Dlint_test.go103 type instruction struct { struct
104 Line int // the line number this applies to
105 Match *regexp.Regexp // what pattern to match
106 Replacement string // what the suggested replacement line should be
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/lint/
H A Dlint_test.go103 type instruction struct { struct
104 Line int // the line number this applies to
105 Match *regexp.Regexp // what pattern to match
106 Replacement string // what the suggested replacement line should be
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/golang.org/x/lint/
H A Dlint_test.go103 type instruction struct { struct
104 Line int // the line number this applies to
105 Match *regexp.Regexp // what pattern to match
106 Replacement string // what the suggested replacement line should be
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/golang.org/x/lint/
H A Dlint_test.go103 type instruction struct { struct
104 Line int // the line number this applies to
105 Match *regexp.Regexp // what pattern to match
106 Replacement string // what the suggested replacement line should be
/dports/devel/golint/lint-959b441/
H A Dlint_test.go103 type instruction struct { struct
104 Line int // the line number this applies to
105 Match *regexp.Regexp // what pattern to match
106 Replacement string // what the suggested replacement line should be
/dports/devel/go-bindata/go-bindata-3.1.3/vendor/golang.org/x/lint/
H A Dlint_test.go103 type instruction struct { struct
104 Line int // the line number this applies to
105 Match *regexp.Regexp // what pattern to match
106 Replacement string // what the suggested replacement line should be
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/golang.org/x/lint/
H A Dlint_test.go103 type instruction struct { struct
104 Line int // the line number this applies to
105 Match *regexp.Regexp // what pattern to match
106 Replacement string // what the suggested replacement line should be
/dports/sysutils/restic/restic-0.12.1/vendor/golang.org/x/lint/
H A Dlint_test.go103 type instruction struct { struct
104 Line int // the line number this applies to
105 Match *regexp.Regexp // what pattern to match
106 Replacement string // what the suggested replacement line should be
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/golang.org/x/lint/lint-738671d3881b/
H A Dlint_test.go103 type instruction struct { struct
104 Line int // the line number this applies to
105 Match *regexp.Regexp // what pattern to match
106 Replacement string // what the suggested replacement line should be
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/vendor/github.com/golang/lint/
H A Dlint_test.go103 type instruction struct { struct
104 Line int // the line number this applies to
105 Match *regexp.Regexp // what pattern to match
106 Replacement string // what the suggested replacement line should be
/dports/databases/litestream/litestream-0.3.6/vendor/golang.org/x/lint/
H A Dlint_test.go103 type instruction struct { struct
104 Line int // the line number this applies to
105 Match *regexp.Regexp // what pattern to match
106 Replacement string // what the suggested replacement line should be
/dports/sysutils/terraform/terraform-1.0.11/vendor/golang.org/x/lint/
H A Dlint_test.go103 type instruction struct { struct
104 Line int // the line number this applies to
105 Match *regexp.Regexp // what pattern to match
106 Replacement string // what the suggested replacement line should be
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/golangci/lint-1/
H A Dlint_test.go103 type instruction struct { struct
104 Line int // the line number this applies to
105 Match *regexp.Regexp // what pattern to match
106 Replacement string // what the suggested replacement line should be
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/redasm/assemblers/x86/
H A Dx86.hpp72 template<cs_mode mode> void X86Assembler<mode>::onDecoded(const InstructionPtr &instruction) in onDecoded()
192 template<cs_mode mode> void X86Assembler<mode>::setBranchTarget(const InstructionPtr& instruction) … in setBranchTarget()
194 template<cs_mode mode> void X86Assembler<mode>::checkLea(const InstructionPtr &instruction) in checkLea()
205 template<cs_mode mode> void X86Assembler<mode>::compareOp1(const InstructionPtr &instruction) in compareOp1()
/dports/www/osrm-backend/osrm-backend-5.26.0/include/guidance/
H A Dturn_instruction.hpp156 inline bool hasRoundaboutType(const TurnInstruction instruction) in hasRoundaboutType()
179 inline bool entersRoundabout(const guidance::TurnInstruction instruction) in entersRoundabout()
192 inline bool leavesRoundabout(const guidance::TurnInstruction instruction) in leavesRoundabout()
202 inline bool staysOnRoundabout(const guidance::TurnInstruction instruction) in staysOnRoundabout()
211 inline bool isSilent(const guidance::TurnInstruction instruction) in isSilent()
218 inline bool hasRampType(const guidance::TurnInstruction instruction) in hasRampType()
264 inline bool hasLeftModifier(const guidance::TurnInstruction instruction) in hasLeftModifier()
271 inline bool hasRightModifier(const guidance::TurnInstruction instruction) in hasRightModifier()
278 inline bool isLeftTurn(const guidance::TurnInstruction instruction) in isLeftTurn()
289 inline bool isRightTurn(const guidance::TurnInstruction instruction) in isRightTurn()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Reactor/
H A DOptimizer.cpp485 void Optimizer::replace(Ice::Inst *instruction, Ice::Operand *newValue) in replace()
517 void Optimizer::deleteInstruction(Ice::Inst *instruction) in deleteInstruction()
549 bool Optimizer::isDead(Ice::Inst *instruction) in isDead()
581 const Ice::InstIntrinsicCall *Optimizer::asLoadSubVector(const Ice::Inst *instruction) in asLoadSubVector()
607 bool Optimizer::isLoad(const Ice::Inst &instruction) in isLoad()
617 bool Optimizer::isStore(const Ice::Inst &instruction) in isStore()
627 Ice::Operand *Optimizer::storeAddress(const Ice::Inst *instruction) in storeAddress()
644 Ice::Operand *Optimizer::loadAddress(const Ice::Inst *instruction) in loadAddress()
661 Ice::Operand *Optimizer::storeData(const Ice::Inst *instruction) in storeData()
794 void Optimizer::Uses::insert(Ice::Operand *value, Ice::Inst *instruction) in insert()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Reactor/
H A DOptimizer.cpp485 void Optimizer::replace(Ice::Inst *instruction, Ice::Operand *newValue) in replace()
517 void Optimizer::deleteInstruction(Ice::Inst *instruction) in deleteInstruction()
549 bool Optimizer::isDead(Ice::Inst *instruction) in isDead()
581 const Ice::InstIntrinsicCall *Optimizer::asLoadSubVector(const Ice::Inst *instruction) in asLoadSubVector()
607 bool Optimizer::isLoad(const Ice::Inst &instruction) in isLoad()
617 bool Optimizer::isStore(const Ice::Inst &instruction) in isStore()
627 Ice::Operand *Optimizer::storeAddress(const Ice::Inst *instruction) in storeAddress()
644 Ice::Operand *Optimizer::loadAddress(const Ice::Inst *instruction) in loadAddress()
661 Ice::Operand *Optimizer::storeData(const Ice::Inst *instruction) in storeData()
794 void Optimizer::Uses::insert(Ice::Operand *value, Ice::Inst *instruction) in insert()
[all …]
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/redasm/plugins/assembler/algorithm/
H A Dcontrolflow.cpp19 void ControlFlowAlgorithm::onEmulatedOperand(const Operand *op, const InstructionPtr &instruction, … in onEmulatedOperand()
31 void ControlFlowAlgorithm::onDecoded(const InstructionPtr &instruction) in onDecoded()
45 void ControlFlowAlgorithm::enqueueTargets(const InstructionPtr &instruction) in enqueueTargets()
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/rocks/Mono.Cecil.Rocks/
H A DMethodBodyRocks.cs183 static void ExpandMacro (Instruction instruction, OpCode opcode, object operand) in ExpandMacro()
189 static void MakeMacro (Instruction instruction, OpCode opcode) in MakeMacro()
344 static bool OptimizeBranch (Instruction instruction) in OptimizeBranch()
/dports/www/firefox-esr/firefox-91.8.0/js/src/zydis/Zydis/
H A DFormatter.c419 const ZydisDecodedInstruction* instruction, char* buffer, ZyanUSize length, in ZydisFormatterFormatInstruction()
427 const ZydisDecodedInstruction* instruction, char* buffer, ZyanUSize length, in ZydisFormatterFormatInstructionEx()
460 const ZydisDecodedInstruction* instruction, ZyanU8 index, char* buffer, ZyanUSize length, in ZydisFormatterFormatOperand()
468 const ZydisDecodedInstruction* instruction, ZyanU8 index, char* buffer, ZyanUSize length, in ZydisFormatterFormatOperandEx()
525 const ZydisDecodedInstruction* instruction, void* buffer, ZyanUSize length, in ZydisFormatterTokenizeInstruction()
533 const ZydisDecodedInstruction* instruction, void* buffer, ZyanUSize length, in ZydisFormatterTokenizeInstructionEx()
575 const ZydisDecodedInstruction* instruction, ZyanU8 index, void* buffer, ZyanUSize length, in ZydisFormatterTokenizeOperand()
583 const ZydisDecodedInstruction* instruction, ZyanU8 index, void* buffer, ZyanUSize length, in ZydisFormatterTokenizeOperandEx()
/dports/devel/zydis/zydis-3.1.0/src/
H A DFormatter.c419 const ZydisDecodedInstruction* instruction, char* buffer, ZyanUSize length, in ZydisFormatterFormatInstruction()
427 const ZydisDecodedInstruction* instruction, char* buffer, ZyanUSize length, in ZydisFormatterFormatInstructionEx()
460 const ZydisDecodedInstruction* instruction, ZyanU8 index, char* buffer, ZyanUSize length, in ZydisFormatterFormatOperand()
468 const ZydisDecodedInstruction* instruction, ZyanU8 index, char* buffer, ZyanUSize length, in ZydisFormatterFormatOperandEx()
525 const ZydisDecodedInstruction* instruction, void* buffer, ZyanUSize length, in ZydisFormatterTokenizeInstruction()
533 const ZydisDecodedInstruction* instruction, void* buffer, ZyanUSize length, in ZydisFormatterTokenizeInstructionEx()
575 const ZydisDecodedInstruction* instruction, ZyanU8 index, void* buffer, ZyanUSize length, in ZydisFormatterTokenizeOperand()
583 const ZydisDecodedInstruction* instruction, ZyanU8 index, void* buffer, ZyanUSize length, in ZydisFormatterTokenizeOperandEx()
/dports/www/firefox/firefox-99.0/js/src/zydis/Zydis/
H A DFormatter.c419 const ZydisDecodedInstruction* instruction, char* buffer, ZyanUSize length, in ZydisFormatterFormatInstruction()
427 const ZydisDecodedInstruction* instruction, char* buffer, ZyanUSize length, in ZydisFormatterFormatInstructionEx()
460 const ZydisDecodedInstruction* instruction, ZyanU8 index, char* buffer, ZyanUSize length, in ZydisFormatterFormatOperand()
468 const ZydisDecodedInstruction* instruction, ZyanU8 index, char* buffer, ZyanUSize length, in ZydisFormatterFormatOperandEx()
525 const ZydisDecodedInstruction* instruction, void* buffer, ZyanUSize length, in ZydisFormatterTokenizeInstruction()
533 const ZydisDecodedInstruction* instruction, void* buffer, ZyanUSize length, in ZydisFormatterTokenizeInstructionEx()
575 const ZydisDecodedInstruction* instruction, ZyanU8 index, void* buffer, ZyanUSize length, in ZydisFormatterTokenizeOperand()
583 const ZydisDecodedInstruction* instruction, ZyanU8 index, void* buffer, ZyanUSize length, in ZydisFormatterTokenizeOperandEx()

12345678910>>...270