Home
last modified time | relevance | path

Searched refs:n_operands (Results 1 – 25 of 1345) sorted by relevance

12345678910>>...54

/dports/math/gmp/gmp-6.2.1/tests/devel/
H A Dgen-test-longlong_h.c42 size_t n_operands = 0; in main() local
65 ops[n_operands++] = 1 << i; in main()
66 ops[n_operands++] = -(1 << i); in main()
67 ops[n_operands++] = (1 << i) - 1; in main()
68 ops[n_operands++] = -(1 << i) - 1; in main()
78 for (int i = 0; i < n_operands; i++) in main()
87 for (int i = 0; i < n_operands; i++) in main()
89 for (int j = 0; j < n_operands; j++) in main()
108 for (int i = 0; i < n_operands; i++) in main()
116 if ((i * n_operands + j) % 8 == 0) in main()
[all …]
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/tests/devel/
H A Dgen-test-longlong_h.c42 size_t n_operands = 0; in main() local
65 ops[n_operands++] = 1 << i; in main()
66 ops[n_operands++] = -(1 << i); in main()
67 ops[n_operands++] = (1 << i) - 1; in main()
68 ops[n_operands++] = -(1 << i) - 1; in main()
78 for (int i = 0; i < n_operands; i++) in main()
87 for (int i = 0; i < n_operands; i++) in main()
89 for (int j = 0; j < n_operands; j++) in main()
108 for (int i = 0; i < n_operands; i++) in main()
116 if ((i * n_operands + j) % 8 == 0) in main()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/opcodes/
H A Ds12z-opc.c72 int n_operands; member
120 return pb->n_operands; in x_opr_n_bytes()
162 int n_operands; member
196 int n = bbs->n_operands; in bfextins_n_bytes()
426 operand[(*n_operands)++] = op; in z_ext24_decode()
477 operand[(*n_operands)++] = op; in x_imm1()
797 operand[(*n_operands)++] = op; in z_opr_decode()
811 operand[(*n_operands)++] = op; in z_opr_decode2()
815 operand[(*n_operands)++] = op; in z_opr_decode2()
840 operand[(*n_operands)++] = op; in imm1234()
[all …]
/dports/devel/gdb/gdb-11.1/opcodes/
H A Ds12z-opc.c72 int n_operands; member
120 return pb->n_operands; in x_opr_n_bytes()
162 int n_operands; member
196 int n = bbs->n_operands; in bfextins_n_bytes()
426 operand[(*n_operands)++] = op; in z_ext24_decode()
477 operand[(*n_operands)++] = op; in x_imm1()
797 operand[(*n_operands)++] = op; in z_opr_decode()
811 operand[(*n_operands)++] = op; in z_opr_decode2()
815 operand[(*n_operands)++] = op; in z_opr_decode2()
840 operand[(*n_operands)++] = op; in imm1234()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/opcodes/
H A Ds12z-opc.c72 int n_operands; member
120 return pb->n_operands; in x_opr_n_bytes()
162 int n_operands; member
196 int n = bbs->n_operands; in bfextins_n_bytes()
426 operand[(*n_operands)++] = op; in z_ext24_decode()
477 operand[(*n_operands)++] = op; in x_imm1()
797 operand[(*n_operands)++] = op; in z_opr_decode()
811 operand[(*n_operands)++] = op; in z_opr_decode2()
815 operand[(*n_operands)++] = op; in z_opr_decode2()
840 operand[(*n_operands)++] = op; in imm1234()
[all …]
/dports/devel/binutils/binutils-2.37/opcodes/
H A Ds12z-opc.c72 int n_operands; member
120 return pb->n_operands; in x_opr_n_bytes()
162 int n_operands; member
196 int n = bbs->n_operands; in bfextins_n_bytes()
426 operand[(*n_operands)++] = op; in z_ext24_decode()
477 operand[(*n_operands)++] = op; in x_imm1()
797 operand[(*n_operands)++] = op; in z_opr_decode()
811 operand[(*n_operands)++] = op; in z_opr_decode2()
815 operand[(*n_operands)++] = op; in z_opr_decode2()
840 operand[(*n_operands)++] = op; in imm1234()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dgenpeep.c47 static int n_operands; variable
60 n_operands = 0; in gen_peephole()
102 …intf (" PATTERN (ins1) = gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (%d, operands));\n", n_operands); in gen_peephole()
140 if (XINT (x, 0) >= n_operands) in match_rtx()
141 n_operands = 1 + XINT (x, 0); in match_rtx()
184 if (XINT (x, 0) >= n_operands) in match_rtx()
185 n_operands = 1 + XINT (x, 0); in match_rtx()
207 if (XINT (x, 0) >= n_operands) in match_rtx()
208 n_operands = 1 + XINT (x, 0); in match_rtx()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dgenpeep.c47 static int n_operands; variable
60 n_operands = 0; in gen_peephole()
102 …intf (" PATTERN (ins1) = gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (%d, operands));\n", n_operands); in gen_peephole()
140 if (XINT (x, 0) >= n_operands) in match_rtx()
141 n_operands = 1 + XINT (x, 0); in match_rtx()
184 if (XINT (x, 0) >= n_operands) in match_rtx()
185 n_operands = 1 + XINT (x, 0); in match_rtx()
207 if (XINT (x, 0) >= n_operands) in match_rtx()
208 n_operands = 1 + XINT (x, 0); in match_rtx()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgenpeep.c47 static int n_operands; variable
60 n_operands = 0; in gen_peephole()
100 …intf (" PATTERN (ins1) = gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (%d, operands));\n", n_operands); in gen_peephole()
137 if (XINT (x, 0) >= n_operands) in match_rtx()
138 n_operands = 1 + XINT (x, 0); in match_rtx()
181 if (XINT (x, 0) >= n_operands) in match_rtx()
182 n_operands = 1 + XINT (x, 0); in match_rtx()
204 if (XINT (x, 0) >= n_operands) in match_rtx()
205 n_operands = 1 + XINT (x, 0); in match_rtx()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgenpeep.c47 static int n_operands; variable
60 n_operands = 0; in gen_peephole()
100 …intf (" PATTERN (ins1) = gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (%d, operands));\n", n_operands); in gen_peephole()
137 if (XINT (x, 0) >= n_operands) in match_rtx()
138 n_operands = 1 + XINT (x, 0); in match_rtx()
181 if (XINT (x, 0) >= n_operands) in match_rtx()
182 n_operands = 1 + XINT (x, 0); in match_rtx()
204 if (XINT (x, 0) >= n_operands) in match_rtx()
205 n_operands = 1 + XINT (x, 0); in match_rtx()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgenpeep.c47 static int n_operands; variable
60 n_operands = 0; in gen_peephole()
100 …intf (" PATTERN (ins1) = gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (%d, operands));\n", n_operands); in gen_peephole()
137 if (XINT (x, 0) >= n_operands) in match_rtx()
138 n_operands = 1 + XINT (x, 0); in match_rtx()
181 if (XINT (x, 0) >= n_operands) in match_rtx()
182 n_operands = 1 + XINT (x, 0); in match_rtx()
204 if (XINT (x, 0) >= n_operands) in match_rtx()
205 n_operands = 1 + XINT (x, 0); in match_rtx()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgenpeep.c47 static int n_operands; variable
60 n_operands = 0; in gen_peephole()
102 …intf (" PATTERN (ins1) = gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (%d, operands));\n", n_operands); in gen_peephole()
140 if (XINT (x, 0) >= n_operands) in match_rtx()
141 n_operands = 1 + XINT (x, 0); in match_rtx()
184 if (XINT (x, 0) >= n_operands) in match_rtx()
185 n_operands = 1 + XINT (x, 0); in match_rtx()
207 if (XINT (x, 0) >= n_operands) in match_rtx()
208 n_operands = 1 + XINT (x, 0); in match_rtx()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgenpeep.c47 static int n_operands; variable
60 n_operands = 0; in gen_peephole()
100 …intf (" PATTERN (ins1) = gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (%d, operands));\n", n_operands); in gen_peephole()
137 if (XINT (x, 0) >= n_operands) in match_rtx()
138 n_operands = 1 + XINT (x, 0); in match_rtx()
181 if (XINT (x, 0) >= n_operands) in match_rtx()
182 n_operands = 1 + XINT (x, 0); in match_rtx()
204 if (XINT (x, 0) >= n_operands) in match_rtx()
205 n_operands = 1 + XINT (x, 0); in match_rtx()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgenpeep.c47 static int n_operands; variable
60 n_operands = 0; in gen_peephole()
100 …intf (" PATTERN (ins1) = gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (%d, operands));\n", n_operands); in gen_peephole()
137 if (XINT (x, 0) >= n_operands) in match_rtx()
138 n_operands = 1 + XINT (x, 0); in match_rtx()
181 if (XINT (x, 0) >= n_operands) in match_rtx()
182 n_operands = 1 + XINT (x, 0); in match_rtx()
204 if (XINT (x, 0) >= n_operands) in match_rtx()
205 n_operands = 1 + XINT (x, 0); in match_rtx()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgenpeep.c47 static int n_operands; variable
60 n_operands = 0; in gen_peephole()
100 …intf (" PATTERN (ins1) = gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (%d, operands));\n", n_operands); in gen_peephole()
137 if (XINT (x, 0) >= n_operands) in match_rtx()
138 n_operands = 1 + XINT (x, 0); in match_rtx()
181 if (XINT (x, 0) >= n_operands) in match_rtx()
182 n_operands = 1 + XINT (x, 0); in match_rtx()
204 if (XINT (x, 0) >= n_operands) in match_rtx()
205 n_operands = 1 + XINT (x, 0); in match_rtx()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgenpeep.c47 static int n_operands; variable
60 n_operands = 0; in gen_peephole()
100 …intf (" PATTERN (ins1) = gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (%d, operands));\n", n_operands); in gen_peephole()
137 if (XINT (x, 0) >= n_operands) in match_rtx()
138 n_operands = 1 + XINT (x, 0); in match_rtx()
181 if (XINT (x, 0) >= n_operands) in match_rtx()
182 n_operands = 1 + XINT (x, 0); in match_rtx()
204 if (XINT (x, 0) >= n_operands) in match_rtx()
205 n_operands = 1 + XINT (x, 0); in match_rtx()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgenpeep.c47 static int n_operands; variable
60 n_operands = 0; in gen_peephole()
100 …intf (" PATTERN (ins1) = gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (%d, operands));\n", n_operands); in gen_peephole()
137 if (XINT (x, 0) >= n_operands) in match_rtx()
138 n_operands = 1 + XINT (x, 0); in match_rtx()
181 if (XINT (x, 0) >= n_operands) in match_rtx()
182 n_operands = 1 + XINT (x, 0); in match_rtx()
204 if (XINT (x, 0) >= n_operands) in match_rtx()
205 n_operands = 1 + XINT (x, 0); in match_rtx()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgenpeep.c47 static int n_operands; variable
60 n_operands = 0; in gen_peephole()
100 …intf (" PATTERN (ins1) = gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (%d, operands));\n", n_operands); in gen_peephole()
137 if (XINT (x, 0) >= n_operands) in match_rtx()
138 n_operands = 1 + XINT (x, 0); in match_rtx()
181 if (XINT (x, 0) >= n_operands) in match_rtx()
182 n_operands = 1 + XINT (x, 0); in match_rtx()
204 if (XINT (x, 0) >= n_operands) in match_rtx()
205 n_operands = 1 + XINT (x, 0); in match_rtx()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgenpeep.c47 static int n_operands; variable
60 n_operands = 0; in gen_peephole()
100 …intf (" PATTERN (ins1) = gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (%d, operands));\n", n_operands); in gen_peephole()
137 if (XINT (x, 0) >= n_operands) in match_rtx()
138 n_operands = 1 + XINT (x, 0); in match_rtx()
181 if (XINT (x, 0) >= n_operands) in match_rtx()
182 n_operands = 1 + XINT (x, 0); in match_rtx()
204 if (XINT (x, 0) >= n_operands) in match_rtx()
205 n_operands = 1 + XINT (x, 0); in match_rtx()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgenpeep.c49 static int n_operands; variable
67 n_operands = 0; in gen_peephole()
109 …intf (" PATTERN (ins1) = gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (%d, operands));\n", n_operands); in gen_peephole()
147 if (XINT (x, 0) >= n_operands) in match_rtx()
148 n_operands = 1 + XINT (x, 0); in match_rtx()
191 if (XINT (x, 0) >= n_operands) in match_rtx()
192 n_operands = 1 + XINT (x, 0); in match_rtx()
214 if (XINT (x, 0) >= n_operands) in match_rtx()
215 n_operands = 1 + XINT (x, 0); in match_rtx()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgenpeep.c47 static int n_operands; variable
60 n_operands = 0; in gen_peephole()
100 …intf (" PATTERN (ins1) = gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (%d, operands));\n", n_operands); in gen_peephole()
137 if (XINT (x, 0) >= n_operands) in match_rtx()
138 n_operands = 1 + XINT (x, 0); in match_rtx()
181 if (XINT (x, 0) >= n_operands) in match_rtx()
182 n_operands = 1 + XINT (x, 0); in match_rtx()
204 if (XINT (x, 0) >= n_operands) in match_rtx()
205 n_operands = 1 + XINT (x, 0); in match_rtx()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgenpeep.c47 static int n_operands; variable
60 n_operands = 0; in gen_peephole()
100 …intf (" PATTERN (ins1) = gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (%d, operands));\n", n_operands); in gen_peephole()
137 if (XINT (x, 0) >= n_operands) in match_rtx()
138 n_operands = 1 + XINT (x, 0); in match_rtx()
181 if (XINT (x, 0) >= n_operands) in match_rtx()
182 n_operands = 1 + XINT (x, 0); in match_rtx()
204 if (XINT (x, 0) >= n_operands) in match_rtx()
205 n_operands = 1 + XINT (x, 0); in match_rtx()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgenpeep.c47 static int n_operands; variable
60 n_operands = 0; in gen_peephole()
100 …intf (" PATTERN (ins1) = gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (%d, operands));\n", n_operands); in gen_peephole()
137 if (XINT (x, 0) >= n_operands) in match_rtx()
138 n_operands = 1 + XINT (x, 0); in match_rtx()
181 if (XINT (x, 0) >= n_operands) in match_rtx()
182 n_operands = 1 + XINT (x, 0); in match_rtx()
204 if (XINT (x, 0) >= n_operands) in match_rtx()
205 n_operands = 1 + XINT (x, 0); in match_rtx()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgenpeep.c47 static int n_operands; variable
60 n_operands = 0; in gen_peephole()
100 …intf (" PATTERN (ins1) = gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (%d, operands));\n", n_operands); in gen_peephole()
137 if (XINT (x, 0) >= n_operands) in match_rtx()
138 n_operands = 1 + XINT (x, 0); in match_rtx()
181 if (XINT (x, 0) >= n_operands) in match_rtx()
182 n_operands = 1 + XINT (x, 0); in match_rtx()
204 if (XINT (x, 0) >= n_operands) in match_rtx()
205 n_operands = 1 + XINT (x, 0); in match_rtx()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgenpeep.c47 static int n_operands; variable
60 n_operands = 0; in gen_peephole()
100 …intf (" PATTERN (ins1) = gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (%d, operands));\n", n_operands); in gen_peephole()
137 if (XINT (x, 0) >= n_operands) in match_rtx()
138 n_operands = 1 + XINT (x, 0); in match_rtx()
181 if (XINT (x, 0) >= n_operands) in match_rtx()
182 n_operands = 1 + XINT (x, 0); in match_rtx()
204 if (XINT (x, 0) >= n_operands) in match_rtx()
205 n_operands = 1 + XINT (x, 0); in match_rtx()

12345678910>>...54