Home
last modified time | relevance | path

Searched refs:_operand (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/dports/games/scummvm/scummvm-2.5.1/engines/glk/comprehend/
H A Dgame_opcodes.cpp51 index = instr->_operand[0]; in execute_opcode()
179 console_println(instrStringLookup(instr->_operand[0], instr->_operand[1]).c_str()); in execute_opcode()
183 int msgId = (instr->_operand[2] << 8 | instr->_operand[1]) + in execute_opcode()
227 item->_stringDesc = (instr->_operand[2] << 8) | instr->_operand[1]; in execute_opcode()
243 error("Bad string desc %.2x:%.2x\n", instr->_operand[1], instr->_operand[2]); in execute_opcode()
299 _variables[instr->_operand[0]] += _variables[instr->_operand[1]]; in execute_opcode()
308 _variables[instr->_operand[0]] == _variables[instr->_operand[1]]); in execute_opcode()
345 _variables[instr->_operand[0]] -= _variables[instr->_operand[1]]; in execute_opcode()
761 instrCopy._operand[2] = instrCopy._operand[1]; in execute_opcode()
762 instrCopy._operand[1] = instrCopy._operand[0]; in execute_opcode()
[all …]
/dports/devel/plasma/plasma-5bb07b3/plasma/lib/arch/x86/
H A Doutput.py183 self._operand(fused_inst, 0)
264 self._operand(i, 0)
350 self._operand(i, 0)
352 self._operand(i, 0)
360 self._operand(i, 0)
364 self._operand(i, 0)
366 self._operand(i, 0)
370 self._operand(i, 0)
372 self._operand(i, 1)
437 self._operand(i, 0)
[all …]
/dports/devel/plasma/plasma-5bb07b3/plasma/lib/arch/mips/
H A Doutput.py169 self._operand(i, 0)
176 self._operand(i, 0)
180 self._operand(i, 1)
184 self._operand(i, 1)
188 self._operand(i, 0)
192 self._operand(i, 0)
195 self._operand(i, 1)
197 self._operand(i, 2)
203 self._operand(i, 0)
296 self._operand(i, 0)
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wintermute/base/scriptables/
H A Dscript.cpp62 _operand = nullptr; in IMPLEMENT_PERSISTENT()
448 delete _operand; in cleanup()
450 _operand = nullptr; in cleanup()
521 _operand->cleanup(); in executeInstruction()
533 _operand->setNULL(); in executeInstruction()
549 _operand->setNULL(); in executeInstruction()
681 _operand->setNULL(); in executeInstruction()
838 _operand->setNULL(); in executeInstruction()
860 _operand->setNULL(); in executeInstruction()
876 _operand->setNULL(); in executeInstruction()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/base/scriptables/
H A Dscript.cpp71 _operand = nullptr; in IMPLEMENT_PERSISTENT()
461 delete _operand; in cleanup()
463 _operand = nullptr; in cleanup()
567 _operand->cleanup(); in executeInstruction()
585 _operand->setNULL(); in executeInstruction()
601 _operand->setNULL(); in executeInstruction()
739 _operand->setNULL(); in executeInstruction()
896 _operand->setNULL(); in executeInstruction()
918 _operand->setNULL(); in executeInstruction()
934 _operand->setNULL(); in executeInstruction()
[all …]
/dports/devel/plasma/plasma-5bb07b3/plasma/lib/arch/arm/
H A Doutput.py211 self._operand(fused_inst, 0)
239 self._operand(i, 0)
246 self._operand(i, 0)
250 self._operand(i, 1)
254 self._operand(i, 1)
258 self._operand(i, 0)
262 self._operand(i, 0)
266 self._operand(i, 1)
270 self._operand(i, 1)
281 self._operand(i, 0)
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/src/
H A Dshader_dx9bc.cpp318 if (_operand.destination) in read()
333 _operand.writeMask = 0; in read()
334 _operand.saturate = false; in read()
335 _operand.partialPrecision = false; in read()
336 _operand.centroid = false; in read()
340 if (Dx9bcOperandAddrMode::Relative == _operand.addrMode) in read()
342 size += read(_reader, _operand.subOperand, _err); in read()
353 token |= (_operand.type << 28) & UINT32_C(0x70000000); in write()
354 token |= (_operand.type << 8) & UINT32_C(0x00001800); in write()
359 if (Dx9bcOperandAddrMode::Relative == _operand.addrMode) in write()
[all …]
H A Dshader_dxbc.cpp914_operand.modeBits = uint8_t( (token & UINT32_C(0x00000ff0) ) >> 4) & "\x0f\xff\… in read()
927 _operand.modifier = DxbcOperandModifier::None; in read()
930 switch (_operand.type) in read()
933 _operand.num = 2 == _operand.num ? 4 : _operand.num; in read()
941 _operand.num = 2 == _operand.num ? 4 : _operand.num; in read()
954 switch (_operand.addrMode[ii]) in read()
993 token |= (4 == _operand.num ? 2 : _operand.num) & UINT32_C(0x00000003); in write()
994 token |= ( (_operand.modeBits & "\x0f\xff\x03\x00"[_operand.mode]) << 4) & UINT32_C(0x00000ff0); in write()
1007 switch (_operand.type) in write()
1027 …for (uint32_t ii = 0, num = bx::uint32_min(_operand.numAddrModes, BX_COUNTOF(_operand.addrMode) );… in write()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/src/
H A Dshader_dx9bc.cpp318 if (_operand.destination) in read()
333 _operand.writeMask = 0; in read()
334 _operand.saturate = false; in read()
335 _operand.partialPrecision = false; in read()
336 _operand.centroid = false; in read()
340 if (Dx9bcOperandAddrMode::Relative == _operand.addrMode) in read()
342 size += read(_reader, _operand.subOperand, _err); in read()
353 token |= (_operand.type << 28) & UINT32_C(0x70000000); in write()
354 token |= (_operand.type << 8) & UINT32_C(0x00001800); in write()
359 if (Dx9bcOperandAddrMode::Relative == _operand.addrMode) in write()
[all …]
H A Dshader_dxbc.cpp914_operand.modeBits = uint8_t( (token & UINT32_C(0x00000ff0) ) >> 4) & "\x0f\xff\… in read()
927 _operand.modifier = DxbcOperandModifier::None; in read()
930 switch (_operand.type) in read()
933 _operand.num = 2 == _operand.num ? 4 : _operand.num; in read()
941 _operand.num = 2 == _operand.num ? 4 : _operand.num; in read()
954 switch (_operand.addrMode[ii]) in read()
993 token |= (4 == _operand.num ? 2 : _operand.num) & UINT32_C(0x00000003); in write()
994 token |= ( (_operand.modeBits & "\x0f\xff\x03\x00"[_operand.mode]) << 4) & UINT32_C(0x00000ff0); in write()
1007 switch (_operand.type) in write()
1027 …for (uint32_t ii = 0, num = bx::uint32_min(_operand.numAddrModes, BX_COUNTOF(_operand.addrMode) );… in write()
[all …]
/dports/games/tycho/species/
H A Doperand_table.cpp146 _operand[(OPCODE)i][A] = new COperandEntry(_operand_bin); in COperandTable()
147 _operand[(OPCODE)i][B] = new COperandEntry(_operand_bin); in COperandTable()
155 instruction.a = _operand[instruction.opcode()][A]->suggest(); in rnd()
158 instruction.b = _operand[instruction.opcode()][B]->suggest(); in rnd()
181 _operand[(OPCODE)i][A] = new COperandEntry(_operand_bin,in); in load()
182 _operand[(OPCODE)i][B] = new COperandEntry(_operand_bin,in); in load()
196 _operand[warrior.code[i].opcode()][A]->learn(warrior.code[i].a); in learn()
206 _operand[(OPCODE)i][A]->save(out); in save()
207 _operand[(OPCODE)i][B]->save(out); in save()
219 _operand[(OPCODE)i][A]->dump(out); in dump()
[all …]
/dports/games/species/species/
H A Doperand_table.cpp146 _operand[(OPCODE)i][A] = new COperandEntry(_operand_bin); in COperandTable()
147 _operand[(OPCODE)i][B] = new COperandEntry(_operand_bin); in COperandTable()
155 instruction.a = _operand[instruction.opcode()][A]->suggest(); in rnd()
158 instruction.b = _operand[instruction.opcode()][B]->suggest(); in rnd()
181 _operand[(OPCODE)i][A] = new COperandEntry(_operand_bin,in); in load()
182 _operand[(OPCODE)i][B] = new COperandEntry(_operand_bin,in); in load()
196 _operand[warrior.code[i].opcode()][A]->learn(warrior.code[i].a); in learn()
206 _operand[(OPCODE)i][A]->save(out); in save()
207 _operand[(OPCODE)i][B]->save(out); in save()
219 _operand[(OPCODE)i][A]->dump(out); in dump()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/tools/corba/se/idl/constExpr/
H A DUnaryExpr.java48 _operand = unaryOperand; in UnaryExpr()
54 public void operand (Expression operand) {_operand = operand;} in operand()
55 public Expression operand () {return _operand;} in operand()
58 private Expression _operand = null; field in UnaryExpr
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/tools/corba/se/idl/constExpr/
H A DUnaryExpr.java48 _operand = unaryOperand; in UnaryExpr()
54 public void operand (Expression operand) {_operand = operand;} in operand()
55 public Expression operand () {return _operand;} in operand()
58 private Expression _operand = null; field in UnaryExpr
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/core/resource/
H A Dresource_expr.py464 self._operand = operand
497 self._operand.Initialize(
498 self._operand.list_value or self._operand.string_value,
541 if self._operand.list_value:
542 operands = self._operand.list_value
544 operands = [self._operand]
614 if self._operand.list_value is not None:
615 for operand in self._operand.list_value:
619 elif self._operand.string_value is not None:
621 self._AddPattern(self._operand.string_value)
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/
H A DdbWireCodec.cpp747 unsigned char opcode = nextOp(_operand); in next()
751 _layer = dbTechLayer::getTechLayer(_tech, _operand); in next()
853 _x = _operand; in next()
891 _y = _operand; in next()
915 _operand2 = _operand; in next()
933 dbVia* via = dbVia::getVia(_block, _operand); in next()
956 _deltaX1 = _operand; in next()
1056 dbVia* via = dbVia::getVia(_block, _operand); in getVia()
1082 dbITerm* iterm = dbITerm::getITerm(_block, _operand); in getITerm()
1089 dbBTerm* bterm = dbBTerm::getBTerm(_block, _operand); in getBTerm()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Ast/
H A DUnaryExpression.cs39 private readonly Expression _operand; field in Microsoft.Scripting.Ast.UnaryExpression
45 _operand = expression; in UnaryExpression()
72 get { return _operand; }
92 bool operandIsNullable = TypeUtils.IsNullableType(_operand.Type);
144 switch (_operand.NodeType) { in Reduce()
175 return Assign(_operand, FunctionalOp(_operand)); in ReduceVariable()
182 var temp = Parameter(_operand.Type, null); in ReduceVariable()
185 Assign(temp, _operand), in ReduceVariable()
186 Assign(_operand, FunctionalOp(temp)), in ReduceVariable()
192 var member = (MemberExpression)_operand; in ReduceMember()
[all …]
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/conc/
H A DAioSub.hpp38 : _operand (operand) in AioSub()
48 return old_val - _operand; in operator ()()
H A DAioAdd.hpp38 : _operand (operand) in AioAdd()
48 return old_val + _operand; in operator ()()
H A DAioMax.hpp40 : _operand (operand) in AioMax()
50 return std::max (old_val, _operand); in operator ()()
/dports/games/scummvm-tools/scummvm-tools-2.5.0/decompiler/
H A Dvalue.cpp219 if (_operand->precedence() > precedence()) in print()
220 output << "(" << _operand << ")"; in print()
222 output << _operand; in print()
233 return _operand; in negate()
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/
H A Dsieve-objects.h14 #define SIEVE_OBJECT(_identifier, _operand, _code) \ argument
17 .operand = (_operand), \
/dports/games/scummvm/scummvm-2.5.1/engines/stark/resources/
H A Danimscript.cpp197 _operand(0) { in AnimScriptItem()
204 _operand = stream->readUint32LE(); in readData()
208 debug("op: %d, duration: %d ms, operand: %d", _opcode, _duration, _operand); in printData()
/dports/games/residualvm/residualvm-0.3.1/engines/stark/resources/
H A Danimscript.cpp208 _operand(0) { in AnimScriptItem()
215 _operand = stream->readUint32LE(); in readData()
219 debug("op: %d, duration: %d ms, operand: %d", _opcode, _duration, _operand); in printData()
H A Danimscript.h115 uint32 getOperand() const { return _operand; } in getOperand()
124 uint32 _operand; variable

12345678910>>...16