Home
last modified time | relevance | path

Searched refs:max_operands (Results 1 – 25 of 75) sorted by relevance

123

/dports/lang/fpc/fpc-3.2.2/compiler/llvm/
H A Dllvmbase.pas102max_operands = ((-ord(cpubase.max_operands<=7)) and 7) or ((-ord(cpubase.max_operands>7)) and cpub…
/dports/lang/fpc-source/fpc-3.2.2/compiler/llvm/
H A Dllvmbase.pas102max_operands = ((-ord(cpubase.max_operands<=7)) and 7) or ((-ord(cpubase.max_operands>7)) and cpub…
/dports/editors/fpc-ide/fpc-3.2.2/compiler/llvm/
H A Dllvmbase.pas102max_operands = ((-ord(cpubase.max_operands<=7)) and 7) or ((-ord(cpubase.max_operands>7)) and cpub…
/dports/devel/radare2/radare2-5.1.1/libr/parse/p/
H A Dparse_ppc_pseudo.c109 static int can_replace(const char *str, int idx, int max_operands) { in can_replace() argument
116 if ((int)((int)str[idx] - 0x41) > max_operands) { in can_replace()
298 int max_operands; in replace() member
1468 if (can_replace(ops[i].str, j, ops[i].max_operands)) { in replace()
1469 if (i >= 0 && i <= 26 && argv[ops[i].max_operands][0] == 0) { in replace()
1470 char* tmp = (char*) argv[ops[i].max_operands]; in replace()
1471 argv[ops[i].max_operands] = argv[ops[i].max_operands - 1]; in replace()
1472 if (ops[i].max_operands == 3) { in replace()
H A Dparse_m68k_pseudo.c13 static bool can_replace(const char *str, int idx, int max_operands) { in can_replace() argument
20 if ((int)((int)str[idx] - 0x30) > max_operands) { in can_replace()
31 int max_operands; in replace() member
73 if (can_replace(ops[i].str, j, ops[i].max_operands)) { in replace()
H A Dparse_mips_pseudo.c13 static int can_replace(const char *str, int idx, int max_operands) { in can_replace() argument
20 if ((int)((int)str[idx] - 0x30) > max_operands) { in can_replace()
31 int max_operands; in replace() member
101 if (can_replace (ops[i].str, j, ops[i].max_operands)) { in replace()
/dports/lang/fpc/fpc-3.2.2/compiler/utils/
H A Dmkx86ins.pp20 max_operands = 4;
205 optypes : array[1..max_operands] of string;
389 for j:=1 to max_operands-ops do
390 optypes[max_operands-j+1]:='ot_none';
/dports/lang/fpc-source/fpc-3.2.2/compiler/utils/
H A Dmkx86ins.pp20 max_operands = 4;
205 optypes : array[1..max_operands] of string;
389 for j:=1 to max_operands-ops do
390 optypes[max_operands-j+1]:='ot_none';
/dports/editors/fpc-ide/fpc-3.2.2/compiler/utils/
H A Dmkx86ins.pp20 max_operands = 4;
205 optypes : array[1..max_operands] of string;
389 for j:=1 to max_operands-ops do
390 optypes[max_operands-j+1]:='ot_none';
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dtr.c1695 int max_operands; in main() local
1748 max_operands = 1 + (delete <= squeeze_repeats); in main()
1766 if (max_operands < non_option_args) in main()
1768 error (0, 0, _("extra operand %s"), quote (argv[optind + max_operands])); in main()
/dports/misc/gnuls/coreutils-8.30/src/
H A Dtr.c1695 int max_operands; in main() local
1748 max_operands = 1 + (delete <= squeeze_repeats); in main()
1766 if (max_operands < non_option_args) in main()
1768 error (0, 0, _("extra operand %s"), quote (argv[optind + max_operands])); in main()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/config/
H A Dtc-m68hc11.c140 int max_operands; member
438 opc->min_operands, opc->max_operands, opc->format, opc->used); in m68hc11_print_statistics()
655 opc->max_operands = 0; in md_begin()
683 if (expect > opc->max_operands) in md_begin()
684 opc->max_operands = expect; in md_begin()
2390 if (opc->max_operands == 0) in find_opcode()
2396 for (i = 0; i < opc->max_operands;) in find_opcode()
H A Dtc-mmix.c475 get_operands (max_operands, s, exp) in get_operands() argument
476 int max_operands; in get_operands()
495 else if (numexp == max_operands)
850 int max_operands = 3; local
1061 max_operands = 2;
1067 max_operands = 1;
1083 n_operands = get_operands (max_operands, operands, exp);
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/config/
H A Dtc-m68hc11.c141 int max_operands; member
439 opc->min_operands, opc->max_operands, opc->format, opc->used); in m68hc11_print_statistics()
656 opc->max_operands = 0; in md_begin()
684 if (expect > opc->max_operands) in md_begin()
685 opc->max_operands = expect; in md_begin()
2391 if (opc->max_operands == 0) in find_opcode()
2397 for (i = 0; i < opc->max_operands;) in find_opcode()
H A Dtc-mmix.c462 get_operands (max_operands, s, exp) in get_operands() argument
463 int max_operands; in get_operands()
482 else if (numexp == max_operands)
837 int max_operands = 3; local
1048 max_operands = 2;
1054 max_operands = 1;
1070 n_operands = get_operands (max_operands, operands, exp);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/config/
H A Dtc-m68hc11.c140 int max_operands;
438 opc->min_operands, opc->max_operands, opc->format, opc->used);
655 opc->max_operands = 0;
683 if (expect > opc->max_operands)
684 opc->max_operands = expect;
2390 if (opc->max_operands == 0)
2396 for (i = 0; i < opc->max_operands;)
H A Dtc-mmix.c475 get_operands (max_operands, s, exp) in get_operands() argument
476 int max_operands; in get_operands()
495 else if (numexp == max_operands)
850 int max_operands = 3; local
1061 max_operands = 2;
1067 max_operands = 1;
1083 n_operands = get_operands (max_operands, operands, exp);
/dports/devel/djgpp-binutils/binutils-2.17/gas/config/
H A Dtc-m68hc11.c141 int max_operands; member
439 opc->min_operands, opc->max_operands, opc->format, opc->used); in m68hc11_print_statistics()
656 opc->max_operands = 0; in md_begin()
684 if (expect > opc->max_operands) in md_begin()
685 opc->max_operands = expect; in md_begin()
2391 if (opc->max_operands == 0) in find_opcode()
2397 for (i = 0; i < opc->max_operands;) in find_opcode()
/dports/lang/fpc/fpc-3.2.2/compiler/jvm/
H A Dcpubase.pas182 max_operands = 2;
/dports/lang/fpc-source/fpc-3.2.2/compiler/jvm/
H A Dcpubase.pas182 max_operands = 2;
/dports/editors/fpc-ide/fpc-3.2.2/compiler/jvm/
H A Dcpubase.pas182 max_operands = 2;
/dports/editors/fpc-ide/fpc-3.2.2/compiler/mips/
H A Dcpubase.pas141 max_operands = 4;
/dports/lang/fpc/fpc-3.2.2/compiler/mips/
H A Dcpubase.pas141 max_operands = 4;
/dports/lang/fpc-source/fpc-3.2.2/compiler/mips/
H A Dcpubase.pas141 max_operands = 4;
/dports/devel/binutils/binutils-2.37/gas/config/
H A Dtc-m68hc11.c156 int max_operands; member
183 int max_operands; member
488 opc->min_operands, opc->max_operands, opc->format, opc->used); in m68hc11_print_statistics()
663 opc->max_operands = 0; in md_begin()
707 if (expect > opc->max_operands) in md_begin()
708 opc->max_operands = expect; in md_begin()
2753 if (opc->max_operands == 0) in find_opcode()
2759 for (i = 0; i < opc->max_operands;) in find_opcode()

123