Home
last modified time | relevance | path

Searched refs:Instruction (Results 76 – 100 of 21532) sorted by relevance

12345678910>>...862

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/jit/
H A DJIT.h61 struct Instruction;
723 void emit_op_add(Instruction*);
741 void emit_op_div(Instruction*);
742 void emit_op_end(Instruction*);
745 void emit_op_eq(Instruction*);
759 void emit_op_jmp(Instruction*);
767 void emit_op_jsr(Instruction*);
777 void emit_op_mod(Instruction*);
778 void emit_op_mov(Instruction*);
779 void emit_op_mul(Instruction*);
[all …]
/dports/sysutils/triton/Triton-0.8.1/src/libtriton/arch/
H A Dinstruction.cpp19 Instruction::Instruction() { in Instruction() function in triton::arch::Instruction
38Instruction::Instruction(const triton::uint8* opcode, triton::uint32 opSize) : Instruction::Instru… in Instruction() function in triton::arch::Instruction
43Instruction::Instruction(triton::uint64 addr, const triton::uint8* opcode, triton::uint32 opSize) … in Instruction() function in triton::arch::Instruction
48 Instruction::Instruction(const Instruction& other) { in Instruction() function in triton::arch::Instruction
53 Instruction::~Instruction() { in ~Instruction()
64 Instruction& Instruction::operator=(const Instruction& other) { in operator =()
70 void Instruction::copy(const Instruction& other) { in copy()
317 void Instruction::setThumb(bool state) { in setThumb()
333 void Instruction::setTaint(void) { in setTaint()
483 bool Instruction::isThumb(void) const { in isThumb()
[all …]
/dports/security/klee/klee-2.2/lib/Module/
H A DInstructionOperandTypeCheckPass.cpp101 case Instruction::Add: in checkInstruction()
102 case Instruction::Sub: in checkInstruction()
103 case Instruction::Mul: in checkInstruction()
104 case Instruction::UDiv: in checkInstruction()
105 case Instruction::SDiv: in checkInstruction()
106 case Instruction::URem: in checkInstruction()
107 case Instruction::SRem: in checkInstruction()
108 case Instruction::And: in checkInstruction()
109 case Instruction::Or: in checkInstruction()
110 case Instruction::Xor: in checkInstruction()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dinstruction.h100 class Instruction : public utils::IntrusiveNodeBase<Instruction> {
108 Instruction() in Instruction() function
117 Instruction(IRContext*);
135 Instruction(const Instruction&) = default;
136 Instruction& operator=(const Instruction&) = default;
138 Instruction(Instruction&&);
139 Instruction& operator=(Instruction&&);
403 Instruction* InsertBefore(std::unique_ptr<Instruction>&& i);
484 inline bool Instruction::operator==(const Instruction& other) const {
488 inline bool Instruction::operator!=(const Instruction& other) const {
[all …]
H A Dscalar_replacement_pass.h82 bool CheckType(const Instruction* typeInst) const;
99 bool CheckUses(const Instruction* inst) const;
111 void TransferAnnotations(const Instruction* source,
124 Pass::Status ReplaceVariable(Instruction* inst,
131 Instruction* GetStorageType(const Instruction* inst) const;
159 bool CreateReplacementVariables(Instruction* inst,
184 Instruction* newVar);
192 bool ReplaceWholeLoad(Instruction* load,
199 bool ReplaceWholeStore(Instruction* store,
206 bool ReplaceAccessChain(Instruction* chain,
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dinstruction.h100 class Instruction : public utils::IntrusiveNodeBase<Instruction> {
108 Instruction() in Instruction() function
117 Instruction(IRContext*);
135 Instruction(const Instruction&) = default;
136 Instruction& operator=(const Instruction&) = default;
138 Instruction(Instruction&&);
139 Instruction& operator=(Instruction&&);
403 Instruction* InsertBefore(std::unique_ptr<Instruction>&& i);
484 inline bool Instruction::operator==(const Instruction& other) const {
488 inline bool Instruction::operator!=(const Instruction& other) const {
[all …]
/dports/emulators/citra/citra-ac98458e0/src/video_core/shader/
H A Dshader_jit_x64_compiler.h19 using nihstro::Instruction;
43 void Compile_ADD(Instruction instr);
44 void Compile_DP3(Instruction instr);
45 void Compile_DP4(Instruction instr);
46 void Compile_DPH(Instruction instr);
47 void Compile_EX2(Instruction instr);
48 void Compile_LG2(Instruction instr);
49 void Compile_MUL(Instruction instr);
50 void Compile_SGE(Instruction instr);
51 void Compile_SLT(Instruction instr);
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/src/video_core/shader/
H A Dshader_jit_x64_compiler.h19 using nihstro::Instruction;
43 void Compile_ADD(Instruction instr);
44 void Compile_DP3(Instruction instr);
45 void Compile_DP4(Instruction instr);
46 void Compile_DPH(Instruction instr);
47 void Compile_EX2(Instruction instr);
48 void Compile_LG2(Instruction instr);
49 void Compile_MUL(Instruction instr);
50 void Compile_SGE(Instruction instr);
51 void Compile_SLT(Instruction instr);
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm64/vixl/
H A DDisasm-vixl.h51 virtual void ProcessOutput(const Instruction* instr);
59 virtual void AppendRegisterNameToOutput(const Instruction* instr,
88 virtual void AppendAddressToOutput(const Instruction* instr,
90 virtual void AppendCodeAddressToOutput(const Instruction* instr,
111 void Substitute(const Instruction* instr, const char* string);
117 const Instruction* instr, const char* format);
128 bool RdIsZROrSP(const Instruction* instr) const { in RdIsZROrSP()
132 bool RnIsZROrSP(const Instruction* instr) const { in RnIsZROrSP()
136 bool RmIsZROrSP(const Instruction* instr) const { in RmIsZROrSP()
140 bool RaIsZROrSP(const Instruction* instr) const { in RaIsZROrSP()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/arm64/vixl/
H A DDisasm-vixl.h51 virtual void ProcessOutput(const Instruction* instr);
59 virtual void AppendRegisterNameToOutput(const Instruction* instr,
88 virtual void AppendAddressToOutput(const Instruction* instr,
111 void Substitute(const Instruction* instr, const char* string);
117 const Instruction* instr, const char* format);
128 bool RdIsZROrSP(const Instruction* instr) const { in RdIsZROrSP()
132 bool RnIsZROrSP(const Instruction* instr) const { in RnIsZROrSP()
136 bool RmIsZROrSP(const Instruction* instr) const { in RmIsZROrSP()
140 bool RaIsZROrSP(const Instruction* instr) const { in RaIsZROrSP()
170 virtual void ProcessOutput(const Instruction* instr) override;
[all …]
/dports/www/firefox/firefox-99.0/js/src/jit/arm64/vixl/
H A DDisasm-vixl.h51 virtual void ProcessOutput(const Instruction* instr);
59 virtual void AppendRegisterNameToOutput(const Instruction* instr,
88 virtual void AppendAddressToOutput(const Instruction* instr,
111 void Substitute(const Instruction* instr, const char* string);
117 const Instruction* instr, const char* format);
128 bool RdIsZROrSP(const Instruction* instr) const { in RdIsZROrSP()
132 bool RnIsZROrSP(const Instruction* instr) const { in RnIsZROrSP()
136 bool RmIsZROrSP(const Instruction* instr) const { in RmIsZROrSP()
140 bool RaIsZROrSP(const Instruction* instr) const { in RaIsZROrSP()
170 virtual void ProcessOutput(const Instruction* instr) override;
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/arm64/vixl/
H A DDisasm-vixl.h51 virtual void ProcessOutput(const Instruction* instr);
59 virtual void AppendRegisterNameToOutput(const Instruction* instr,
88 virtual void AppendAddressToOutput(const Instruction* instr,
111 void Substitute(const Instruction* instr, const char* string);
117 const Instruction* instr, const char* format);
128 bool RdIsZROrSP(const Instruction* instr) const { in RdIsZROrSP()
132 bool RnIsZROrSP(const Instruction* instr) const { in RnIsZROrSP()
136 bool RmIsZROrSP(const Instruction* instr) const { in RmIsZROrSP()
140 bool RaIsZROrSP(const Instruction* instr) const { in RaIsZROrSP()
170 virtual void ProcessOutput(const Instruction* instr) override;
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/arm64/vixl/
H A DDisasm-vixl.h51 virtual void ProcessOutput(const Instruction* instr);
59 virtual void AppendRegisterNameToOutput(const Instruction* instr,
88 virtual void AppendAddressToOutput(const Instruction* instr,
111 void Substitute(const Instruction* instr, const char* string);
117 const Instruction* instr, const char* format);
128 bool RdIsZROrSP(const Instruction* instr) const { in RdIsZROrSP()
132 bool RnIsZROrSP(const Instruction* instr) const { in RnIsZROrSP()
136 bool RmIsZROrSP(const Instruction* instr) const { in RmIsZROrSP()
140 bool RaIsZROrSP(const Instruction* instr) const { in RaIsZROrSP()
170 virtual void ProcessOutput(const Instruction* instr) override;
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_gv100.h40 bool handleDMNMX(Instruction *);
41 bool handleEXTBF(Instruction *);
42 bool handleFLOW(Instruction *);
43 bool handleI2I(Instruction *);
62 bool handleCMP(Instruction *);
66 bool handleIMUL(Instruction *);
67 bool handleLOP2(Instruction *);
68 bool handleNOT(Instruction *);
72 bool handleSET(Instruction *);
73 bool handleSHFL(Instruction *);
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_gv100.h40 bool handleDMNMX(Instruction *);
41 bool handleEXTBF(Instruction *);
42 bool handleFLOW(Instruction *);
43 bool handleI2I(Instruction *);
62 bool handleCMP(Instruction *);
66 bool handleIMUL(Instruction *);
67 bool handleLOP2(Instruction *);
68 bool handleNOT(Instruction *);
72 bool handleSET(Instruction *);
73 bool handleSHFL(Instruction *);
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_gv100.h40 bool handleDMNMX(Instruction *);
41 bool handleEXTBF(Instruction *);
42 bool handleFLOW(Instruction *);
43 bool handleI2I(Instruction *);
62 bool handleCMP(Instruction *);
66 bool handleIMUL(Instruction *);
67 bool handleLOP2(Instruction *);
68 bool handleNOT(Instruction *);
72 bool handleSET(Instruction *);
73 bool handleSHFL(Instruction *);
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_gv100.h40 bool handleDMNMX(Instruction *);
41 bool handleEXTBF(Instruction *);
42 bool handleFLOW(Instruction *);
43 bool handleI2I(Instruction *);
62 bool handleCMP(Instruction *);
66 bool handleIMUL(Instruction *);
67 bool handleLOP2(Instruction *);
68 bool handleNOT(Instruction *);
72 bool handleSET(Instruction *);
73 bool handleSHFL(Instruction *);
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_gv100.h40 bool handleDMNMX(Instruction *);
41 bool handleEXTBF(Instruction *);
42 bool handleFLOW(Instruction *);
43 bool handleI2I(Instruction *);
62 bool handleCMP(Instruction *);
66 bool handleIMUL(Instruction *);
67 bool handleLOP2(Instruction *);
68 bool handleNOT(Instruction *);
72 bool handleSET(Instruction *);
73 bool handleSHFL(Instruction *);
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_gv100.h40 bool handleDMNMX(Instruction *);
41 bool handleEXTBF(Instruction *);
42 bool handleFLOW(Instruction *);
43 bool handleI2I(Instruction *);
62 bool handleCMP(Instruction *);
66 bool handleIMUL(Instruction *);
67 bool handleLOP2(Instruction *);
68 bool handleNOT(Instruction *);
72 bool handleSET(Instruction *);
73 bool handleSHFL(Instruction *);
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_gv100.h40 bool handleDMNMX(Instruction *);
41 bool handleEXTBF(Instruction *);
42 bool handleFLOW(Instruction *);
43 bool handleI2I(Instruction *);
62 bool handleCMP(Instruction *);
66 bool handleIMUL(Instruction *);
67 bool handleLOP2(Instruction *);
68 bool handleNOT(Instruction *);
72 bool handleSET(Instruction *);
73 bool handleSHFL(Instruction *);
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_gv100.h40 bool handleDMNMX(Instruction *);
41 bool handleEXTBF(Instruction *);
42 bool handleFLOW(Instruction *);
43 bool handleI2I(Instruction *);
62 bool handleCMP(Instruction *);
66 bool handleIMUL(Instruction *);
67 bool handleLOP2(Instruction *);
68 bool handleNOT(Instruction *);
72 bool handleSET(Instruction *);
73 bool handleSHFL(Instruction *);
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_gv100.h40 bool handleDMNMX(Instruction *);
41 bool handleEXTBF(Instruction *);
42 bool handleFLOW(Instruction *);
43 bool handleI2I(Instruction *);
62 bool handleCMP(Instruction *);
66 bool handleIMUL(Instruction *);
67 bool handleLOP2(Instruction *);
68 bool handleNOT(Instruction *);
72 bool handleSET(Instruction *);
73 bool handleSHFL(Instruction *);
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_gv100.h40 bool handleDMNMX(Instruction *);
41 bool handleEXTBF(Instruction *);
42 bool handleFLOW(Instruction *);
43 bool handleI2I(Instruction *);
62 bool handleCMP(Instruction *);
66 bool handleIMUL(Instruction *);
67 bool handleLOP2(Instruction *);
68 bool handleNOT(Instruction *);
72 bool handleSET(Instruction *);
73 bool handleSHFL(Instruction *);
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_gv100.h40 bool handleDMNMX(Instruction *);
41 bool handleEXTBF(Instruction *);
42 bool handleFLOW(Instruction *);
43 bool handleI2I(Instruction *);
62 bool handleCMP(Instruction *);
66 bool handleIMUL(Instruction *);
67 bool handleLOP2(Instruction *);
68 bool handleNOT(Instruction *);
72 bool handleSET(Instruction *);
73 bool handleSHFL(Instruction *);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Dscalar_replacement_pass.h82 bool CheckType(const Instruction* typeInst) const;
99 bool CheckUses(const Instruction* inst) const;
111 void TransferAnnotations(const Instruction* source,
124 Pass::Status ReplaceVariable(Instruction* inst,
131 Instruction* GetStorageType(const Instruction* inst) const;
159 bool CreateReplacementVariables(Instruction* inst,
184 Instruction* newVar);
192 bool ReplaceWholeLoad(Instruction* load,
199 bool ReplaceWholeStore(Instruction* store,
206 bool ReplaceAccessChain(Instruction* chain,
[all …]

12345678910>>...862