Home
last modified time | relevance | path

Searched refs:numOperands (Results 1 – 25 of 592) sorted by relevance

12345678910>>...24

/dports/editors/fpc-ide/fpc-3.2.2/compiler/avr/
H A Draavr.pas57 numOperands: byte;
64 … ((numOperands: 0; Operands: ((typ: top_none), (typ: top_none), (typ: top_none), (typ: top_none))),
124 …(numOperands: (1 shl 0); Operands: ((typ: top_none), (typ: top_none), (typ: top_none), (typ: top_n…
126 …(numOperands: (1 shl 0); Operands: ((typ: top_none), (typ: top_none), (typ: top_none), (typ: top_n…
132 …(numOperands: (1 shl 0); Operands: ((typ: top_none), (typ: top_none), (typ: top_none), (typ: top_n…
134 …(numOperands: (1 shl 0); Operands: ((typ: top_none), (typ: top_none), (typ: top_none), (typ: top_n…
138 …(numOperands: (1 shl 0); Operands: ((typ: top_none), (typ: top_none), (typ: top_none), (typ: top_n…
140 …(numOperands: (1 shl 0); Operands: ((typ: top_none), (typ: top_none), (typ: top_none), (typ: top_n…
209 …(numOperands: (1 shl 0); Operands: ((typ: top_none), (typ: top_none), (typ: top_none), (typ: top_n…
211 …(numOperands: (1 shl 0); Operands: ((typ: top_none), (typ: top_none), (typ: top_none), (typ: top_n…
[all …]
/dports/lang/fpc/fpc-3.2.2/compiler/avr/
H A Draavr.pas57 numOperands: byte;
64 … ((numOperands: 0; Operands: ((typ: top_none), (typ: top_none), (typ: top_none), (typ: top_none))),
124 …(numOperands: (1 shl 0); Operands: ((typ: top_none), (typ: top_none), (typ: top_none), (typ: top_n…
126 …(numOperands: (1 shl 0); Operands: ((typ: top_none), (typ: top_none), (typ: top_none), (typ: top_n…
132 …(numOperands: (1 shl 0); Operands: ((typ: top_none), (typ: top_none), (typ: top_none), (typ: top_n…
134 …(numOperands: (1 shl 0); Operands: ((typ: top_none), (typ: top_none), (typ: top_none), (typ: top_n…
138 …(numOperands: (1 shl 0); Operands: ((typ: top_none), (typ: top_none), (typ: top_none), (typ: top_n…
140 …(numOperands: (1 shl 0); Operands: ((typ: top_none), (typ: top_none), (typ: top_none), (typ: top_n…
209 …(numOperands: (1 shl 0); Operands: ((typ: top_none), (typ: top_none), (typ: top_none), (typ: top_n…
211 …(numOperands: (1 shl 0); Operands: ((typ: top_none), (typ: top_none), (typ: top_none), (typ: top_n…
[all …]
/dports/lang/fpc-source/fpc-3.2.2/compiler/avr/
H A Draavr.pas57 numOperands: byte;
64 … ((numOperands: 0; Operands: ((typ: top_none), (typ: top_none), (typ: top_none), (typ: top_none))),
124 …(numOperands: (1 shl 0); Operands: ((typ: top_none), (typ: top_none), (typ: top_none), (typ: top_n…
126 …(numOperands: (1 shl 0); Operands: ((typ: top_none), (typ: top_none), (typ: top_none), (typ: top_n…
132 …(numOperands: (1 shl 0); Operands: ((typ: top_none), (typ: top_none), (typ: top_none), (typ: top_n…
134 …(numOperands: (1 shl 0); Operands: ((typ: top_none), (typ: top_none), (typ: top_none), (typ: top_n…
138 …(numOperands: (1 shl 0); Operands: ((typ: top_none), (typ: top_none), (typ: top_none), (typ: top_n…
140 …(numOperands: (1 shl 0); Operands: ((typ: top_none), (typ: top_none), (typ: top_none), (typ: top_n…
209 …(numOperands: (1 shl 0); Operands: ((typ: top_none), (typ: top_none), (typ: top_none), (typ: top_n…
211 …(numOperands: (1 shl 0); Operands: ((typ: top_none), (typ: top_none), (typ: top_none), (typ: top_n…
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DRecover.h170 virtual uint32_t numOperands() const { in numOperands() function
181 virtual uint32_t numOperands() const { in RINSTRUCTION_HEADER_()
193 virtual uint32_t numOperands() const { in RINSTRUCTION_HEADER_()
205 virtual uint32_t numOperands() const { in RINSTRUCTION_HEADER_()
217 virtual uint32_t numOperands() const { in RINSTRUCTION_HEADER_()
229 virtual uint32_t numOperands() const { in RINSTRUCTION_HEADER_()
241 virtual uint32_t numOperands() const { in RINSTRUCTION_HEADER_()
253 virtual uint32_t numOperands() const { in RINSTRUCTION_HEADER_()
268 virtual uint32_t numOperands() const { in RINSTRUCTION_HEADER_()
283 virtual uint32_t numOperands() const { in RINSTRUCTION_HEADER_()
[all …]
/dports/devel/tpasm/tpasm1.11/processors/
H A Dz80.c1768 return(numOperands==0); in OperandsMatchAddressingMode()
1772 return( (numOperands==1) && (destOperand->type==OT_VALUE) ); in OperandsMatchAddressingMode()
1780 return( (numOperands==1) && (destOperand->type==OT_VALUE) ); in OperandsMatchAddressingMode()
1784 return( (numOperands==1) && (destOperand->type==OT_HL_INDIRECT) ); in OperandsMatchAddressingMode()
1860 return( (numOperands==1) && (destOperand->type==OT_IX) ); in OperandsMatchAddressingMode()
1864 return( (numOperands==1) && (destOperand->type==OT_IY) ); in OperandsMatchAddressingMode()
1923 return( (numOperands==1) && (destOperand->type==OT_VALUE) ); in OperandsMatchAddressingMode()
2055 *numOperands=0; in ParseOperands()
2060 *numOperands=1; in ParseOperands()
2069 *numOperands=2; in ParseOperands()
[all …]
H A D8051.c1378 return(numOperands==0); in OperandsMatchAddressingMode()
1381 return((numOperands==1)&&(operand1->type==OT_A)); in OperandsMatchAddressingMode()
1384 return((numOperands==1)&&(operand1->type==OT_AB)); in OperandsMatchAddressingMode()
1387 return((numOperands==1)&&(operand1->type==OT_DPTR)); in OperandsMatchAddressingMode()
1396 return((numOperands==1)&&(operand1->type==OT_VALUE)); in OperandsMatchAddressingMode()
1402 return((numOperands==1)&&(operand1->type==OT_VALUE)); in OperandsMatchAddressingMode()
1519 *numOperands=0; in ParseOperands()
1524 *numOperands=1; in ParseOperands()
1533 *numOperands=2; in ParseOperands()
1542 *numOperands=3; in ParseOperands()
[all …]
H A Dctxp1.c921 return(numOperands==0); in OperandsMatchAddressingMode()
933 return((numOperands==1)&&(operand1->type==OT_VALUE)); in OperandsMatchAddressingMode()
948 return((numOperands==1)&&(operand1->type==OT_REG)); in OperandsMatchAddressingMode()
951 return((numOperands==1)&&(operand1->type==OT_REG)); in OperandsMatchAddressingMode()
954 return((numOperands==1)&&(operand1->type==OT_IMM)); in OperandsMatchAddressingMode()
960 return((numOperands==1)&&(operand1->type==OT_C)); in OperandsMatchAddressingMode()
996 *numOperands=0; in ParseOperands()
1001 *numOperands=1; in ParseOperands()
1010 *numOperands=2; in ParseOperands()
1019 *numOperands=3; in ParseOperands()
[all …]
H A Dc166.c2889 return(numOperands==0); in OperandsMatchAddressingMode()
2892 return( (numOperands==1) && (destOperand->type==OT_VALUE) ); in OperandsMatchAddressingMode()
2902 return( (numOperands==1) && destOperand->type==OT_VALUE ); in OperandsMatchAddressingMode()
2940 return ( (numOperands==1) && (destOperand->type==OT_VALUE) ); in OperandsMatchAddressingMode()
3088 return( (numOperands==1) && IsData8(destOperand) ); in OperandsMatchAddressingMode()
3092 return( (numOperands==1) && IsData3(destOperand) ); in OperandsMatchAddressingMode()
3123 *numOperands=0; in ParseOperands()
3129 *numOperands=1; in ParseOperands()
3138 *numOperands=2; in ParseOperands()
3148 *numOperands=3; in ParseOperands()
[all …]
H A Davr.c1923 return(numOperands==0); in OperandsMatchAddressingMode()
1929 return((numOperands==1)&&(operand1->type==OT_REGISTER)); in OperandsMatchAddressingMode()
1941 return((numOperands==1)&&(operand1->type==OT_REGISTER)); in OperandsMatchAddressingMode()
1965 return((numOperands==1)&&(operand1->type==OT_VALUE)); in OperandsMatchAddressingMode()
1971 return((numOperands==1)&&(operand1->type==OT_VALUE)); in OperandsMatchAddressingMode()
1974 return((numOperands==1)&&(operand1->type==OT_VALUE)); in OperandsMatchAddressingMode()
1986 return((numOperands==1)&&(operand1->type==OT_VALUE)); in OperandsMatchAddressingMode()
2067 *numOperands=0; in ParseOperands()
2072 *numOperands=1; in ParseOperands()
2081 *numOperands=2; in ParseOperands()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/SPIRV/
H A Ddisassemble.cpp183 --numOperands; in processInstructions()
190 --numOperands; in processInstructions()
279 if (i < numOperands - 1) in disassembleImmediates()
413 if (numOperands == 8) { in disassembleInstruction()
428 --numOperands; in disassembleInstruction()
438 --numOperands; in disassembleInstruction()
446 --numOperands; in disassembleInstruction()
479 --numOperands; in disassembleInstruction()
527 --numOperands; in disassembleInstruction()
532 numOperands--; in disassembleInstruction()
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/SPIRV/
H A Ddisassemble.cpp183 --numOperands; in processInstructions()
190 --numOperands; in processInstructions()
279 if (i < numOperands - 1) in disassembleImmediates()
413 if (numOperands == 8) { in disassembleInstruction()
428 --numOperands; in disassembleInstruction()
438 --numOperands; in disassembleInstruction()
446 --numOperands; in disassembleInstruction()
479 --numOperands; in disassembleInstruction()
527 --numOperands; in disassembleInstruction()
532 numOperands--; in disassembleInstruction()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/SPIRV/
H A Ddisassemble.cpp183 --numOperands; in processInstructions()
190 --numOperands; in processInstructions()
279 if (i < numOperands - 1) in disassembleImmediates()
413 if (numOperands == 8) { in disassembleInstruction()
428 --numOperands; in disassembleInstruction()
438 --numOperands; in disassembleInstruction()
446 --numOperands; in disassembleInstruction()
479 --numOperands; in disassembleInstruction()
527 --numOperands; in disassembleInstruction()
532 numOperands--; in disassembleInstruction()
[all …]
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/glslang/SPIRV/
H A Ddisassemble.cpp183 --numOperands; in processInstructions()
190 --numOperands; in processInstructions()
279 if (i < numOperands - 1) in disassembleImmediates()
413 if (numOperands == 8) { in disassembleInstruction()
428 --numOperands; in disassembleInstruction()
438 --numOperands; in disassembleInstruction()
446 --numOperands; in disassembleInstruction()
479 --numOperands; in disassembleInstruction()
527 --numOperands; in disassembleInstruction()
532 numOperands--; in disassembleInstruction()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/SPIRV/
H A Ddisassemble.cpp183 --numOperands; in processInstructions()
190 --numOperands; in processInstructions()
279 if (i < numOperands - 1) in disassembleImmediates()
413 if (numOperands == 8) { in disassembleInstruction()
428 --numOperands; in disassembleInstruction()
438 --numOperands; in disassembleInstruction()
446 --numOperands; in disassembleInstruction()
479 --numOperands; in disassembleInstruction()
527 --numOperands; in disassembleInstruction()
532 numOperands--; in disassembleInstruction()
[all …]
/dports/graphics/glslang/glslang-11.7.1/SPIRV/
H A Ddisassemble.cpp183 --numOperands; in processInstructions()
190 --numOperands; in processInstructions()
279 if (i < numOperands - 1) in disassembleImmediates()
413 if (numOperands == 8) { in disassembleInstruction()
428 --numOperands; in disassembleInstruction()
438 --numOperands; in disassembleInstruction()
446 --numOperands; in disassembleInstruction()
479 --numOperands; in disassembleInstruction()
527 --numOperands; in disassembleInstruction()
532 numOperands--; in disassembleInstruction()
[all …]
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/SPIRV/
H A Ddisassemble.cpp183 --numOperands; in processInstructions()
190 --numOperands; in processInstructions()
279 if (i < numOperands - 1) in disassembleImmediates()
413 if (numOperands == 8) { in disassembleInstruction()
428 --numOperands; in disassembleInstruction()
438 --numOperands; in disassembleInstruction()
446 --numOperands; in disassembleInstruction()
479 --numOperands; in disassembleInstruction()
527 --numOperands; in disassembleInstruction()
532 numOperands--; in disassembleInstruction()
[all …]
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/glslang/SPIRV/
H A Ddisassemble.cpp183 --numOperands; in processInstructions()
190 --numOperands; in processInstructions()
279 if (i < numOperands - 1) in disassembleImmediates()
413 if (numOperands == 8) { in disassembleInstruction()
428 --numOperands; in disassembleInstruction()
438 --numOperands; in disassembleInstruction()
446 --numOperands; in disassembleInstruction()
479 --numOperands; in disassembleInstruction()
527 --numOperands; in disassembleInstruction()
532 numOperands--; in disassembleInstruction()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glslang/src/SPIRV/
H A Ddisassemble.cpp184 --numOperands; in processInstructions()
191 --numOperands; in processInstructions()
280 if (i < numOperands - 1) in disassembleImmediates()
414 if (numOperands == 8) { in disassembleInstruction()
429 --numOperands; in disassembleInstruction()
439 --numOperands; in disassembleInstruction()
447 --numOperands; in disassembleInstruction()
480 --numOperands; in disassembleInstruction()
524 --numOperands; in disassembleInstruction()
529 numOperands--; in disassembleInstruction()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/glslang/SPIRV/
H A Ddisassemble.cpp183 --numOperands; in processInstructions()
190 --numOperands; in processInstructions()
279 if (i < numOperands - 1) in disassembleImmediates()
413 if (numOperands == 8) { in disassembleInstruction()
428 --numOperands; in disassembleInstruction()
438 --numOperands; in disassembleInstruction()
446 --numOperands; in disassembleInstruction()
479 --numOperands; in disassembleInstruction()
517 --numOperands; in disassembleInstruction()
522 numOperands--; in disassembleInstruction()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/SPIRV/
H A Ddisassemble.cpp183 --numOperands; in processInstructions()
190 --numOperands; in processInstructions()
279 if (i < numOperands - 1) in disassembleImmediates()
413 if (numOperands == 8) { in disassembleInstruction()
428 --numOperands; in disassembleInstruction()
438 --numOperands; in disassembleInstruction()
446 --numOperands; in disassembleInstruction()
479 --numOperands; in disassembleInstruction()
517 --numOperands; in disassembleInstruction()
522 numOperands--; in disassembleInstruction()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/SPIRV/
H A Ddisassemble.cpp183 --numOperands; in processInstructions()
190 --numOperands; in processInstructions()
279 if (i < numOperands - 1) in disassembleImmediates()
413 if (numOperands == 8) { in disassembleInstruction()
428 --numOperands; in disassembleInstruction()
438 --numOperands; in disassembleInstruction()
446 --numOperands; in disassembleInstruction()
479 --numOperands; in disassembleInstruction()
517 --numOperands; in disassembleInstruction()
522 numOperands--; in disassembleInstruction()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/SPIRV/
H A Ddisassemble.cpp199 --numOperands; in processInstructions()
206 --numOperands; in processInstructions()
295 if (i < numOperands - 1) in disassembleImmediates()
304 if (i < numOperands - 1) in disassembleIds()
429 if (numOperands == 8) { in disassembleInstruction()
444 --numOperands; in disassembleInstruction()
454 --numOperands; in disassembleInstruction()
462 --numOperands; in disassembleInstruction()
477 numOperands -= 2; in disassembleInstruction()
495 --numOperands; in disassembleInstruction()
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DCoalescingEngine.cpp234 if (numOperands < 3) in ProcessTuple()
241 if (numOperands < 2) in ProcessTuple()
264 numOperands, in ProcessTuple()
436 const uint numOperands, in CheckIntersectionForNonHomogeneous() argument
581 const uint numOperands, in PrepareTuple() argument
637 if (numOperands > 2 && numConstants > (numOperands / 2)) in PrepareTuple()
651 const uint numOperands, in CreateTuple() argument
713 const uint numOperands, in DetermineAnchor() argument
1003 const uint numOperands, in InterferenceCheck() argument
1037 const uint numOperands, in IsAnyValueCoalescedInCCTuple() argument
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/IR/
H A DOperationSupport.cpp75 if (operands.size() <= numOperands) { in setOperands()
80 for (unsigned i = operands.size(); i != numOperands; ++i) in setOperands()
84 numOperands = operands.size(); in setOperands()
85 for (unsigned i = 0; i != numOperands; ++i) in setOperands()
100 for (unsigned i = 0; i != numOperands; ++i) in setOperands()
102 for (unsigned e = operands.size(); numOperands != e; ++numOperands) in setOperands()
103 new (&opBegin[numOperands]) OpOperand(owner, operands[numOperands]); in setOperands()
110 --numOperands; in eraseOperand()
114 if (index != numOperands) in eraseOperand()
116 operands[numOperands].~OpOperand(); in eraseOperand()
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/d5/tengo/v2/
H A Dinstructions.go11 numOperands := parser.OpcodeOperands[opcode]
14 for _, w := range numOperands {
23 width := numOperands[i]
43 numOperands := parser.OpcodeOperands[b[i]]
44 operands, read := parser.ReadOperands(numOperands, b[i+1:])
46 switch len(numOperands) {

12345678910>>...24