Home
last modified time | relevance | path

Searched refs:n_popped (Results 1 – 25 of 116) sorted by relevance

12345

/dports/sysutils/cfengine317/cfengine-3.17.0/libntech/tests/unit/
H A Dthreaded_queue_test.c350 … size_t n_popped = ThreadedQueuePopN(thread_queue, (void***)&items, 5, THREAD_BLOCK_INDEFINITELY); in thread_pop_5_3() local
351 assert_int_equal(n_popped, 3); in thread_pop_5_3()
/dports/sysutils/cfengine/cfengine-3.19.0/libntech/tests/unit/
H A Dthreaded_queue_test.c350 … size_t n_popped = ThreadedQueuePopN(thread_queue, (void***)&items, 5, THREAD_BLOCK_INDEFINITELY); in thread_pop_5_3() local
351 assert_int_equal(n_popped, 3); in thread_pop_5_3()
/dports/sysutils/cfengine316/cfengine-3.16.0/libntech/tests/unit/
H A Dthreaded_queue_test.c350 … size_t n_popped = ThreadedQueuePopN(thread_queue, (void***)&items, 5, THREAD_BLOCK_INDEFINITELY); in thread_pop_5_3() local
351 assert_int_equal(n_popped, 3); in thread_pop_5_3()
/dports/sysutils/cfengine-devel/core-d08ae9eff/libntech/tests/unit/
H A Dthreaded_queue_test.c350 … size_t n_popped = ThreadedQueuePopN(thread_queue, (void***)&items, 5, THREAD_BLOCK_INDEFINITELY); in thread_pop_5_3() local
351 assert_int_equal(n_popped, 3); in thread_pop_5_3()
/dports/sysutils/cfengine318/cfengine-3.18.1/libntech/tests/unit/
H A Dthreaded_queue_test.c350 … size_t n_popped = ThreadedQueuePopN(thread_queue, (void***)&items, 5, THREAD_BLOCK_INDEFINITELY); in thread_pop_5_3() local
351 assert_int_equal(n_popped, 3); in thread_pop_5_3()
/dports/sysutils/cfengine319/cfengine-3.19.0/libntech/tests/unit/
H A Dthreaded_queue_test.c350 … size_t n_popped = ThreadedQueuePopN(thread_queue, (void***)&items, 5, THREAD_BLOCK_INDEFINITELY); in thread_pop_5_3() local
351 assert_int_equal(n_popped, 3); in thread_pop_5_3()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dcalls.c251 HOST_WIDE_INT n_popped = RETURN_POPS_ARGS (fndecl, funtype, stack_size); in emit_call_1() local
258 n_popped += CALL_POPS_ARGS (* args_so_far); in emit_call_1()
270 && (n_popped > 0 || stack_size == 0)) in emit_call_1()
272 rtx n_pop = GEN_INT (n_popped); in emit_call_1()
300 && n_popped > 0 && ! (ecf_flags & ECF_SP_DEPRESSED)) in emit_call_1()
305 rtx n_pop = GEN_INT (n_popped); in emit_call_1()
412 if (n_popped > 0) in emit_call_1()
419 rounded_stack_size -= n_popped; in emit_call_1()
421 stack_pointer_delta -= n_popped; in emit_call_1()
456 else if (n_popped) in emit_call_1()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dcalls.c258 HOST_WIDE_INT n_popped in emit_call_1() local
262 n_popped += CALL_POPS_ARGS (*get_cumulative_args (args_so_far)); in emit_call_1()
298 && (n_popped > 0 || stack_size == 0)) in emit_call_1()
300 rtx n_pop = GEN_INT (n_popped); in emit_call_1()
326 && n_popped > 0) in emit_call_1()
331 rtx n_pop = GEN_INT (n_popped); in emit_call_1()
424 if (n_popped > 0) in emit_call_1()
431 rounded_stack_size -= n_popped; in emit_call_1()
433 stack_pointer_delta -= n_popped; in emit_call_1()
479 else if (n_popped) in emit_call_1()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dcalls.c258 HOST_WIDE_INT n_popped in emit_call_1() local
262 n_popped += CALL_POPS_ARGS (*get_cumulative_args (args_so_far)); in emit_call_1()
298 && (n_popped > 0 || stack_size == 0)) in emit_call_1()
300 rtx n_pop = GEN_INT (n_popped); in emit_call_1()
326 && n_popped > 0) in emit_call_1()
331 rtx n_pop = GEN_INT (n_popped); in emit_call_1()
424 if (n_popped > 0) in emit_call_1()
431 rounded_stack_size -= n_popped; in emit_call_1()
433 stack_pointer_delta -= n_popped; in emit_call_1()
479 else if (n_popped) in emit_call_1()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dcalls.c376 HOST_WIDE_INT n_popped = RETURN_POPS_ARGS (fndecl, funtype, stack_size); in emit_call_1() local
383 n_popped += CALL_POPS_ARGS (* args_so_far); in emit_call_1()
395 && (n_popped > 0 || stack_size == 0)) in emit_call_1()
397 rtx n_pop = GEN_INT (n_popped); in emit_call_1()
425 && n_popped > 0 && ! (ecf_flags & ECF_SP_DEPRESSED)) in emit_call_1()
430 rtx n_pop = GEN_INT (n_popped); in emit_call_1()
531 if (n_popped > 0) in emit_call_1()
538 rounded_stack_size -= n_popped; in emit_call_1()
540 stack_pointer_delta -= n_popped; in emit_call_1()
575 else if (n_popped) in emit_call_1()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dcalls.c266 HOST_WIDE_INT n_popped in emit_call_1() local
270 n_popped += CALL_POPS_ARGS (*get_cumulative_args (args_so_far)); in emit_call_1()
306 && (n_popped > 0 || stack_size == 0)) in emit_call_1()
308 rtx n_pop = GEN_INT (n_popped); in emit_call_1()
334 && n_popped > 0) in emit_call_1()
339 rtx n_pop = GEN_INT (n_popped); in emit_call_1()
432 if (n_popped > 0) in emit_call_1()
439 rounded_stack_size -= n_popped; in emit_call_1()
441 stack_pointer_delta -= n_popped; in emit_call_1()
487 else if (n_popped) in emit_call_1()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dcalls.c376 HOST_WIDE_INT n_popped = RETURN_POPS_ARGS (fndecl, funtype, stack_size); in save_call_clobbered_regs()
383 n_popped += CALL_POPS_ARGS (* args_so_far); in save_call_clobbered_regs()
395 && (n_popped > 0 || stack_size == 0)) in save_call_clobbered_regs()
397 rtx n_pop = GEN_INT (n_popped); in save_call_clobbered_regs()
425 && n_popped > 0 && ! (ecf_flags & ECF_SP_DEPRESSED)) in save_call_clobbered_regs()
430 rtx n_pop = GEN_INT (n_popped); in save_call_clobbered_regs()
531 if (n_popped > 0) in save_call_clobbered_regs()
538 rounded_stack_size -= n_popped; in save_call_clobbered_regs()
540 stack_pointer_delta -= n_popped; in save_call_clobbered_regs()
575 else if (n_popped) in save_call_clobbered_regs()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dcalls.c275 HOST_WIDE_INT n_popped = 0; in emit_call_1() local
282 n_popped += targetm.calls.return_pops_args (fndecl, funtype, stack_size); in emit_call_1()
285 n_popped += CALL_POPS_ARGS (*get_cumulative_args (args_so_far)); in emit_call_1()
333 else if (n_popped > 0 in emit_call_1()
338 rtx n_pop = GEN_INT (n_popped); in emit_call_1()
412 if (n_popped > 0) in emit_call_1()
419 rounded_stack_size -= n_popped; in emit_call_1()
421 stack_pointer_delta -= n_popped; in emit_call_1()
467 else if (n_popped) in emit_call_1()
468 anti_adjust_stack (GEN_INT (n_popped)); in emit_call_1()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dcalls.c275 HOST_WIDE_INT n_popped = 0; in emit_call_1() local
282 n_popped += targetm.calls.return_pops_args (fndecl, funtype, stack_size); in emit_call_1()
285 n_popped += CALL_POPS_ARGS (*get_cumulative_args (args_so_far)); in emit_call_1()
333 else if (n_popped > 0 in emit_call_1()
338 rtx n_pop = GEN_INT (n_popped); in emit_call_1()
412 if (n_popped > 0) in emit_call_1()
419 rounded_stack_size -= n_popped; in emit_call_1()
421 stack_pointer_delta -= n_popped; in emit_call_1()
467 else if (n_popped) in emit_call_1()
468 anti_adjust_stack (GEN_INT (n_popped)); in emit_call_1()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dcalls.c384 poly_int64 n_popped = 0; in emit_call_1() local
391 n_popped += targetm.calls.return_pops_args (fndecl, funtype, stack_size); in emit_call_1()
394 n_popped += CALL_POPS_ARGS (*get_cumulative_args (args_so_far)); in emit_call_1()
443 else if (maybe_ne (n_popped, 0) in emit_call_1()
448 rtx n_pop = gen_int_mode (n_popped, Pmode); in emit_call_1()
518 if (maybe_ne (n_popped, 0)) in emit_call_1()
525 rounded_stack_size -= n_popped; in emit_call_1()
527 stack_pointer_delta -= n_popped; in emit_call_1()
573 else if (maybe_ne (n_popped, 0)) in emit_call_1()
574 anti_adjust_stack (gen_int_mode (n_popped, Pmode)); in emit_call_1()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dcalls.c379 poly_int64 n_popped = 0; in emit_call_1() local
386 n_popped += targetm.calls.return_pops_args (fndecl, funtype, stack_size); in emit_call_1()
389 n_popped += CALL_POPS_ARGS (*get_cumulative_args (args_so_far)); in emit_call_1()
438 else if (maybe_ne (n_popped, 0) in emit_call_1()
443 rtx n_pop = gen_int_mode (n_popped, Pmode); in emit_call_1()
513 if (maybe_ne (n_popped, 0)) in emit_call_1()
520 rounded_stack_size -= n_popped; in emit_call_1()
522 stack_pointer_delta -= n_popped; in emit_call_1()
568 else if (maybe_ne (n_popped, 0)) in emit_call_1()
569 anti_adjust_stack (gen_int_mode (n_popped, Pmode)); in emit_call_1()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dcalls.c379 poly_int64 n_popped = 0; in emit_call_1() local
386 n_popped += targetm.calls.return_pops_args (fndecl, funtype, stack_size); in emit_call_1()
389 n_popped += CALL_POPS_ARGS (*get_cumulative_args (args_so_far)); in emit_call_1()
438 else if (maybe_ne (n_popped, 0) in emit_call_1()
443 rtx n_pop = gen_int_mode (n_popped, Pmode); in emit_call_1()
513 if (maybe_ne (n_popped, 0)) in emit_call_1()
520 rounded_stack_size -= n_popped; in emit_call_1()
522 stack_pointer_delta -= n_popped; in emit_call_1()
568 else if (maybe_ne (n_popped, 0)) in emit_call_1()
569 anti_adjust_stack (gen_int_mode (n_popped, Pmode)); in emit_call_1()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dcalls.c379 poly_int64 n_popped = 0; in emit_call_1() local
386 n_popped += targetm.calls.return_pops_args (fndecl, funtype, stack_size); in emit_call_1()
389 n_popped += CALL_POPS_ARGS (*get_cumulative_args (args_so_far)); in emit_call_1()
438 else if (maybe_ne (n_popped, 0) in emit_call_1()
443 rtx n_pop = gen_int_mode (n_popped, Pmode); in emit_call_1()
513 if (maybe_ne (n_popped, 0)) in emit_call_1()
520 rounded_stack_size -= n_popped; in emit_call_1()
522 stack_pointer_delta -= n_popped; in emit_call_1()
568 else if (maybe_ne (n_popped, 0)) in emit_call_1()
569 anti_adjust_stack (gen_int_mode (n_popped, Pmode)); in emit_call_1()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcalls.c391 poly_int64 n_popped = 0; in emit_call_1() local
398 n_popped += targetm.calls.return_pops_args (fndecl, funtype, stack_size); in emit_call_1()
401 n_popped += CALL_POPS_ARGS (*get_cumulative_args (args_so_far)); in emit_call_1()
450 else if (maybe_ne (n_popped, 0) in emit_call_1()
455 rtx n_pop = gen_int_mode (n_popped, Pmode); in emit_call_1()
529 if (maybe_ne (n_popped, 0)) in emit_call_1()
536 rounded_stack_size -= n_popped; in emit_call_1()
538 stack_pointer_delta -= n_popped; in emit_call_1()
584 else if (maybe_ne (n_popped, 0)) in emit_call_1()
585 anti_adjust_stack (gen_int_mode (n_popped, Pmode)); in emit_call_1()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dcalls.c382 poly_int64 n_popped = 0; in emit_call_1() local
389 n_popped += targetm.calls.return_pops_args (fndecl, funtype, stack_size); in emit_call_1()
392 n_popped += CALL_POPS_ARGS (*get_cumulative_args (args_so_far)); in emit_call_1()
441 else if (maybe_ne (n_popped, 0) in emit_call_1()
446 rtx n_pop = gen_int_mode (n_popped, Pmode); in emit_call_1()
516 if (maybe_ne (n_popped, 0)) in emit_call_1()
523 rounded_stack_size -= n_popped; in emit_call_1()
525 stack_pointer_delta -= n_popped; in emit_call_1()
571 else if (maybe_ne (n_popped, 0)) in emit_call_1()
572 anti_adjust_stack (gen_int_mode (n_popped, Pmode)); in emit_call_1()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dcalls.c391 poly_int64 n_popped = 0; in emit_call_1() local
398 n_popped += targetm.calls.return_pops_args (fndecl, funtype, stack_size); in emit_call_1()
401 n_popped += CALL_POPS_ARGS (*get_cumulative_args (args_so_far)); in emit_call_1()
450 else if (maybe_ne (n_popped, 0) in emit_call_1()
455 rtx n_pop = gen_int_mode (n_popped, Pmode); in emit_call_1()
529 if (maybe_ne (n_popped, 0)) in emit_call_1()
536 rounded_stack_size -= n_popped; in emit_call_1()
538 stack_pointer_delta -= n_popped; in emit_call_1()
584 else if (maybe_ne (n_popped, 0)) in emit_call_1()
585 anti_adjust_stack (gen_int_mode (n_popped, Pmode)); in emit_call_1()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dcalls.c387 poly_int64 n_popped = 0; in emit_call_1() local
394 n_popped += targetm.calls.return_pops_args (fndecl, funtype, stack_size); in emit_call_1()
397 n_popped += CALL_POPS_ARGS (*get_cumulative_args (args_so_far)); in emit_call_1()
446 else if (maybe_ne (n_popped, 0) in emit_call_1()
451 rtx n_pop = gen_int_mode (n_popped, Pmode); in emit_call_1()
521 if (maybe_ne (n_popped, 0)) in emit_call_1()
528 rounded_stack_size -= n_popped; in emit_call_1()
530 stack_pointer_delta -= n_popped; in emit_call_1()
576 else if (maybe_ne (n_popped, 0)) in emit_call_1()
577 anti_adjust_stack (gen_int_mode (n_popped, Pmode)); in emit_call_1()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dcalls.c382 poly_int64 n_popped = 0; in emit_call_1() local
389 n_popped += targetm.calls.return_pops_args (fndecl, funtype, stack_size); in emit_call_1()
392 n_popped += CALL_POPS_ARGS (*get_cumulative_args (args_so_far)); in emit_call_1()
441 else if (maybe_ne (n_popped, 0) in emit_call_1()
446 rtx n_pop = gen_int_mode (n_popped, Pmode); in emit_call_1()
516 if (maybe_ne (n_popped, 0)) in emit_call_1()
523 rounded_stack_size -= n_popped; in emit_call_1()
525 stack_pointer_delta -= n_popped; in emit_call_1()
571 else if (maybe_ne (n_popped, 0)) in emit_call_1()
572 anti_adjust_stack (gen_int_mode (n_popped, Pmode)); in emit_call_1()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dcalls.c391 poly_int64 n_popped = 0; in emit_call_1() local
398 n_popped += targetm.calls.return_pops_args (fndecl, funtype, stack_size); in emit_call_1()
401 n_popped += CALL_POPS_ARGS (*get_cumulative_args (args_so_far)); in emit_call_1()
450 else if (maybe_ne (n_popped, 0) in emit_call_1()
455 rtx n_pop = gen_int_mode (n_popped, Pmode); in emit_call_1()
529 if (maybe_ne (n_popped, 0)) in emit_call_1()
536 rounded_stack_size -= n_popped; in emit_call_1()
538 stack_pointer_delta -= n_popped; in emit_call_1()
584 else if (maybe_ne (n_popped, 0)) in emit_call_1()
585 anti_adjust_stack (gen_int_mode (n_popped, Pmode)); in emit_call_1()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dcalls.c387 poly_int64 n_popped = 0; in emit_call_1() local
394 n_popped += targetm.calls.return_pops_args (fndecl, funtype, stack_size); in emit_call_1()
397 n_popped += CALL_POPS_ARGS (*get_cumulative_args (args_so_far)); in emit_call_1()
446 else if (maybe_ne (n_popped, 0) in emit_call_1()
451 rtx n_pop = gen_int_mode (n_popped, Pmode); in emit_call_1()
521 if (maybe_ne (n_popped, 0)) in emit_call_1()
528 rounded_stack_size -= n_popped; in emit_call_1()
530 stack_pointer_delta -= n_popped; in emit_call_1()
576 else if (maybe_ne (n_popped, 0)) in emit_call_1()
577 anti_adjust_stack (gen_int_mode (n_popped, Pmode)); in emit_call_1()

12345