Home
last modified time | relevance | path

Searched refs:_instruction (Results 1 – 25 of 250) sorted by relevance

12345678910

/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/src/
H A Dshader_dx9bc.cpp378 _instruction.specific = 0; in read()
380 _instruction.predicated = false; in read()
411 switch (_instruction.opcode) in read()
414 if (5 > _instruction.length) in read()
416 _instruction.numOperands = 2; in read()
463 , _instruction.numOperands in read()
507 , _instruction.opcode in toString()
514 , _instruction.opcode in toString()
518 switch (_instruction.opcode) in toString()
595 switch (_instruction.opcode) in toString()
[all …]
H A Dshader_dxbc.cpp1072 _instruction.samples = 0; in read()
1074 _instruction.shadow = false; in read()
1075 _instruction.mono = false; in read()
1091 _instruction.saturate = false; in read()
1092 _instruction.testNZ = false; in read()
1098 switch (_instruction.opcode) in read()
1274 switch (_instruction.opcode) in read()
1352 switch (_instruction.opcode) in write()
1541 switch (_instruction.opcode) in toString()
1573 , _instruction.value[0] in toString()
[all …]
H A Dshader_spirv.cpp947 if (0 == _instruction.length) in read()
962 _instruction.type = UINT32_MAX; in read()
971 _instruction.result = UINT32_MAX; in read()
975 switch (_instruction.opcode) in read()
994 ; size/4 != _instruction.length in read()
1021 if (_instruction.hasResult) in toString()
1023 if (_instruction.hasType) in toString()
1027 , _instruction.result in toString()
1028 , _instruction.type in toString()
1035 , _instruction.result in toString()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/src/
H A Dshader_dx9bc.cpp378 _instruction.specific = 0; in read()
380 _instruction.predicated = false; in read()
411 switch (_instruction.opcode) in read()
414 if (5 > _instruction.length) in read()
416 _instruction.numOperands = 2; in read()
463 , _instruction.numOperands in read()
507 , _instruction.opcode in toString()
514 , _instruction.opcode in toString()
518 switch (_instruction.opcode) in toString()
595 switch (_instruction.opcode) in toString()
[all …]
H A Dshader_dxbc.cpp1072 _instruction.samples = 0; in read()
1074 _instruction.shadow = false; in read()
1075 _instruction.mono = false; in read()
1091 _instruction.saturate = false; in read()
1092 _instruction.testNZ = false; in read()
1098 switch (_instruction.opcode) in read()
1274 switch (_instruction.opcode) in read()
1352 switch (_instruction.opcode) in write()
1541 switch (_instruction.opcode) in toString()
1573 , _instruction.value[0] in toString()
[all …]
H A Dshader_spirv.cpp947 if (0 == _instruction.length) in read()
962 _instruction.type = UINT32_MAX; in read()
971 _instruction.result = UINT32_MAX; in read()
975 switch (_instruction.opcode) in read()
994 ; size/4 != _instruction.length in read()
1021 if (_instruction.hasResult) in toString()
1023 if (_instruction.hasType) in toString()
1027 , _instruction.result in toString()
1028 , _instruction.type in toString()
1035 , _instruction.result in toString()
[all …]
/dports/lang/solidity/solidity_0.8.11/libevmasm/
H A DSemanticInformation.cpp140 switch (_instruction) in terminatesControlFlow()
155 switch (_instruction) in reverts()
198 if (isDupInstruction(_instruction) || isSwapInstruction(_instruction)) in movable()
203 switch (_instruction) in movable()
232 if (_instruction == Instruction::KECCAK256 || _instruction == Instruction::MLOAD) in canBeRemovedIfNoMSize()
240 switch (_instruction) in memory()
275 switch (_instruction) in movableApartFromEffects()
294 switch (_instruction) in storage()
315 switch (_instruction) in otherState()
346 switch (_instruction) in invalidInPureFunctions()
[all …]
H A DSemanticInformation.h58 static bool terminatesControlFlow(Instruction _instruction);
59 static bool reverts(Instruction _instruction);
66 static bool movable(Instruction _instruction);
70 static bool movableApartFromEffects(Instruction _instruction);
74 static bool canBeRemoved(Instruction _instruction);
80 static bool canBeRemovedIfNoMSize(Instruction _instruction);
81 static Effect memory(Instruction _instruction);
82 static Effect storage(Instruction _instruction);
83 static Effect otherState(Instruction _instruction);
84 static bool invalidInPureFunctions(Instruction _instruction);
[all …]
/dports/emulators/hercules/hercules-3.13/
H A Dhdl.h278 #define HDL_370_DEFINST( _arch, _opcode, _instruction) \ argument
281 (hdl_init_dins)( _arch, _opcode, STRING_Q(_instruction), &(s370_ ## _instruction) ); \
284 #define HDL_370_DEFINST( _arch, _opcode, _instruction) argument
291 (hdl_init_dins)( _arch, _opcode, STRING_Q(_instruction), &(s390_ ## _instruction) ); \
294 #define HDL_390_DEFINST( _arch, _opcode, _instruction) argument
301 (hdl_init_dins)( _arch, _opcode, STRING_Q(_instruction), &(z900_ ## _instruction) ); \
304 #define HDL_900_DEFINST( _arch, _opcode, _instruction) argument
307 #define HDL_DEFINST( _arch, _opcode, _instruction ) \ argument
309 HDL_370_DEFINST(( (_arch) & HDL_INSTARCH_370), _opcode, _instruction); \
310 HDL_390_DEFINST(( (_arch) & HDL_INSTARCH_390), _opcode, _instruction); \
[all …]
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/libsync/
H A Ddiscovery.cpp227 item->_instruction = CSYNC_INSTRUCTION_IGNORE; in handleExcluded()
359 item->_instruction = CSYNC_INSTRUCTION_SYNC; in processFile()
458 item->_instruction = CSYNC_INSTRUCTION_NEW; in processFileAnalyzeRemoteInfo()
630 if (item->_instruction == CSYNC_INSTRUCTION_NEW) { in processFileAnalyzeRemoteInfo()
647 …bool serverModified = item->_instruction == CSYNC_INSTRUCTION_NEW || item->_instruction == CSYNC_I… in processFileAnalyzeLocalInfo()
648 …|| item->_instruction == CSYNC_INSTRUCTION_RENAME || item->_instruction == CSYNC_INSTRUCTION_TYPE_… in processFileAnalyzeLocalInfo()
833 item->_instruction = CSYNC_INSTRUCTION_NEW; in processFileAnalyzeLocalInfo()
968 item->_instruction = CSYNC_INSTRUCTION_RENAME; in processFileAnalyzeLocalInfo()
1086 item->_instruction = CSYNC_INSTRUCTION_CONFLICT; in processFileConflict()
1116 item->_instruction = CSYNC_INSTRUCTION_RENAME; in processFileFinalize()
[all …]
H A Dsyncresult.cpp135 if (item->isDirectory() && (item->_instruction == CSYNC_INSTRUCTION_NEW in processCompletedItem()
136 || item->_instruction == CSYNC_INSTRUCTION_TYPE_CHANGE in processCompletedItem()
137 || item->_instruction == CSYNC_INSTRUCTION_REMOVE in processCompletedItem()
138 || item->_instruction == CSYNC_INSTRUCTION_RENAME)) { in processCompletedItem()
151 if (item->_instruction == CSYNC_INSTRUCTION_CONFLICT) { in processCompletedItem()
161 switch (item->_instruction) { in processCompletedItem()
188 } else if (item->_instruction == CSYNC_INSTRUCTION_IGNORE) { in processCompletedItem()
H A Dsyncfilestatustracker.cpp95 return item._instruction == CSYNC_INSTRUCTION_ERROR in hasErrorStatus()
106 return item._instruction == CSYNC_INSTRUCTION_IGNORE in hasExcludedStatus()
239 if (item->_instruction != CSYNC_INSTRUCTION_NONE in slotAboutToPropagate()
240 && item->_instruction != CSYNC_INSTRUCTION_UPDATE_METADATA in slotAboutToPropagate()
241 && item->_instruction != CSYNC_INSTRUCTION_IGNORE in slotAboutToPropagate()
242 && item->_instruction != CSYNC_INSTRUCTION_ERROR) { in slotAboutToPropagate()
273 …lcStatusTracker) << "Item completed" << item->destination() << item->_status << item->_instruction; in slotItemCompleted()
285 if (item->_instruction != CSYNC_INSTRUCTION_NONE in slotItemCompleted()
286 && item->_instruction != CSYNC_INSTRUCTION_UPDATE_METADATA in slotItemCompleted()
287 && item->_instruction != CSYNC_INSTRUCTION_IGNORE in slotItemCompleted()
[all …]
H A Downcloudpropagator.cpp311 switch (item->_instruction) { in createJob()
393 if (item->_instruction == CSYNC_INSTRUCTION_REMOVE) { in start()
402 && (item->_instruction == CSYNC_INSTRUCTION_NEW in start()
428 item->_instruction = CSYNC_INSTRUCTION_NONE; in start()
442 if (item->_instruction == CSYNC_INSTRUCTION_TYPE_CHANGE in start()
457 if (item->_instruction == CSYNC_INSTRUCTION_REMOVE) { in start()
485 if (item->_instruction == CSYNC_INSTRUCTION_CONFLICT) { in start()
732 conflictItem->_instruction = CSYNC_INSTRUCTION_NEW; in createConflict()
990 if (_item->_instruction == CSYNC_INSTRUCTION_RENAME in slotSubJobsFinished()
1004 if (_item->_instruction == CSYNC_INSTRUCTION_RENAME in slotSubJobsFinished()
[all …]
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/libsync/
H A Ddiscovery.cpp71 item->_instruction = CSYNC_INSTRUCTION_ERROR; in checkForInvalidFileName()
289 item->_instruction = CSYNC_INSTRUCTION_IGNORE; in handleExcluded()
442 item->_instruction = CSYNC_INSTRUCTION_SYNC; in processFile()
605 item->_instruction = CSYNC_INSTRUCTION_NEW; in processFileAnalyzeRemoteInfo()
794 if (item->_instruction == CSYNC_INSTRUCTION_NEW) { in processFileAnalyzeRemoteInfo()
811 …bool serverModified = item->_instruction == CSYNC_INSTRUCTION_NEW || item->_instruction == CSYNC_I… in processFileAnalyzeLocalInfo()
812 …|| item->_instruction == CSYNC_INSTRUCTION_RENAME || item->_instruction == CSYNC_INSTRUCTION_TYPE_… in processFileAnalyzeLocalInfo()
1009 item->_instruction = CSYNC_INSTRUCTION_NEW; in processFileAnalyzeLocalInfo()
1089 item->_instruction = CSYNC_INSTRUCTION_REMOVE; in processFileAnalyzeLocalInfo()
1333 item->_instruction = CSYNC_INSTRUCTION_CONFLICT; in processFileConflict()
[all …]
H A Dsyncresult.cpp122 if (item->isDirectory() && (item->_instruction == CSYNC_INSTRUCTION_NEW in processCompletedItem()
123 || item->_instruction == CSYNC_INSTRUCTION_TYPE_CHANGE in processCompletedItem()
124 || item->_instruction == CSYNC_INSTRUCTION_REMOVE in processCompletedItem()
125 || item->_instruction == CSYNC_INSTRUCTION_RENAME)) { in processCompletedItem()
145 if (item->_instruction == CSYNC_INSTRUCTION_CONFLICT) { in processCompletedItem()
155 switch (item->_instruction) { in processCompletedItem()
182 } else if (item->_instruction == CSYNC_INSTRUCTION_IGNORE) { in processCompletedItem()
H A Dsyncfilestatustracker.cpp95 return item._instruction == CSYNC_INSTRUCTION_ERROR in hasErrorStatus()
106 return item._instruction == CSYNC_INSTRUCTION_IGNORE in hasExcludedStatus()
240 if (item->_instruction != CSYNC_INSTRUCTION_NONE in slotAboutToPropagate()
241 && item->_instruction != CSYNC_INSTRUCTION_UPDATE_METADATA in slotAboutToPropagate()
242 && item->_instruction != CSYNC_INSTRUCTION_IGNORE in slotAboutToPropagate()
243 && item->_instruction != CSYNC_INSTRUCTION_ERROR) { in slotAboutToPropagate()
274 …lcStatusTracker) << "Item completed" << item->destination() << item->_status << item->_instruction; in slotItemCompleted()
286 if (item->_instruction != CSYNC_INSTRUCTION_NONE in slotItemCompleted()
287 && item->_instruction != CSYNC_INSTRUCTION_UPDATE_METADATA in slotItemCompleted()
288 && item->_instruction != CSYNC_INSTRUCTION_IGNORE in slotItemCompleted()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/tools/shaderc/
H A Dshaderc_metal.cpp370 switch (_instruction.opcode) in spvParse()
373 spv->update(_instruction.result in spvParse()
381 , _instruction.operand[2].data in spvParse()
386 spv->update(_instruction.result in spvParse()
387 , _instruction.operand[0].data in spvParse()
394 , _instruction.operand[1].data in spvParse()
396 , _instruction.operand[3].data in spvParse()
401 spv->update(_instruction.result in spvParse()
402 , _instruction.type in spvParse()
416 spv->update(_instruction.result in spvParse()
[all …]
H A Dshaderc_spirv.cpp386 switch (_instruction.opcode) in spvParse()
389 spv->update(_instruction.result in spvParse()
397 , _instruction.operand[2].data in spvParse()
402 spv->update(_instruction.result in spvParse()
403 , _instruction.operand[0].data in spvParse()
410 , _instruction.operand[1].data in spvParse()
412 , _instruction.operand[3].data in spvParse()
417 spv->update(_instruction.result in spvParse()
418 , _instruction.type in spvParse()
432 spv->update(_instruction.result in spvParse()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/tools/shaderc/
H A Dshaderc_metal.cpp370 switch (_instruction.opcode) in spvParse()
373 spv->update(_instruction.result in spvParse()
381 , _instruction.operand[2].data in spvParse()
386 spv->update(_instruction.result in spvParse()
387 , _instruction.operand[0].data in spvParse()
394 , _instruction.operand[1].data in spvParse()
396 , _instruction.operand[3].data in spvParse()
401 spv->update(_instruction.result in spvParse()
402 , _instruction.type in spvParse()
416 spv->update(_instruction.result in spvParse()
[all …]
H A Dshaderc_spirv.cpp386 switch (_instruction.opcode) in spvParse()
389 spv->update(_instruction.result in spvParse()
397 , _instruction.operand[2].data in spvParse()
402 spv->update(_instruction.result in spvParse()
403 , _instruction.operand[0].data in spvParse()
410 , _instruction.operand[1].data in spvParse()
412 , _instruction.operand[3].data in spvParse()
417 spv->update(_instruction.result in spvParse()
418 , _instruction.type in spvParse()
432 spv->update(_instruction.result in spvParse()
[all …]
/dports/lang/solidity/solidity_0.8.11/libyul/backends/evm/
H A DEVMMetrics.cpp44 bigint GasMeter::instructionCosts(evmasm::Instruction _instruction) const in instructionCosts()
46 return combineCosts(GasMeterVisitor::instructionCosts(_instruction, m_dialect, m_isCreation)); in instructionCosts()
67 evmasm::Instruction _instruction, in instructionCosts() argument
73 gmv.instructionCostsInternal(_instruction); in instructionCosts()
115 void GasMeterVisitor::instructionCostsInternal(evmasm::Instruction _instruction) in instructionCostsInternal() argument
117 if (_instruction == evmasm::Instruction::EXP) in instructionCostsInternal()
119 else if (_instruction == evmasm::Instruction::KECCAK256) in instructionCostsInternal()
123 m_runGas += evmasm::GasMeter::runGas(_instruction); in instructionCostsInternal()
H A DEVMDialect.cpp51 evmasm::Instruction _instruction in createEVMFunction() argument
59 f.sideEffects = EVMDialect::sideEffectsOfInstruction(_instruction); in createEVMFunction()
63 if (evmasm::SemanticInformation::reverts(_instruction)) in createEVMFunction()
74 f.isMSize = _instruction == evmasm::Instruction::MSIZE; in createEVMFunction()
76 f.instruction = _instruction; in createEVMFunction()
77 f.generateCode = [_instruction]( in createEVMFunction()
82 _assembly.appendInstruction(_instruction); in createEVMFunction()
348 evmasm::SemanticInformation::movable(_instruction), in sideEffectsOfInstruction()
350 evmasm::SemanticInformation::canBeRemoved(_instruction), in sideEffectsOfInstruction()
354 translate(evmasm::SemanticInformation::storage(_instruction)), in sideEffectsOfInstruction()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/survey/
H A Dquestion.py72 self._instruction = instruction
86 return self._instruction
101 if self._instruction:
102 log.err.write(self._instruction)
133 self._instruction == other._instruction and
142 return hash((self._question, self._instruction,
209 self._instruction == other._instruction and
216 return hash((self._question, self._instruction,
294 self._instruction == other._instruction and
304 return hash((self._question, self._instruction,
/dports/lang/solidity/solidity_0.8.11/test/tools/yulInterpreter/
H A DEVMInstructionInterpreter.cpp99 switch (_instruction) in eval()
233 logTrace(_instruction, arg); in eval()
244 logTrace(_instruction, arg); in eval()
291 logTrace(_instruction, arg); in eval()
295 logTrace(_instruction, arg); in eval()
299 logTrace(_instruction, arg); in eval()
303 logTrace(_instruction, arg); in eval()
307 logTrace(_instruction, arg); in eval()
312 logTrace(_instruction, arg); in eval()
316 logTrace(_instruction, arg); in eval()
[all …]
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/test/
H A Dtestremotediscovery.cpp123 QCOMPARE(completeSpy.findItem("B")->_instruction, CSYNC_INSTRUCTION_IGNORE); in testRemoteDiscoveryError()
129 QCOMPARE(completeSpy.findItem("A/z1")->_instruction, CSYNC_INSTRUCTION_NEW); in testRemoteDiscoveryError()
164 QCOMPARE(completeSpy.findItem("good")->_instruction, CSYNC_INSTRUCTION_NEW); in testMissingData()
165 QCOMPARE(completeSpy.findItem("noetag")->_instruction, CSYNC_INSTRUCTION_ERROR); in testMissingData()
166 QCOMPARE(completeSpy.findItem("nofileid")->_instruction, CSYNC_INSTRUCTION_ERROR); in testMissingData()
167 QCOMPARE(completeSpy.findItem("nopermissions")->_instruction, CSYNC_INSTRUCTION_NEW); in testMissingData()
168 QCOMPARE(completeSpy.findItem("nopermissions/A")->_instruction, CSYNC_INSTRUCTION_ERROR); in testMissingData()

12345678910