Searched refs:n_inputs (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | reg-stack.c | 608 int n_inputs, n_outputs; local 618 n_inputs = get_asm_operand_n_inputs (body); 619 n_outputs = recog_data.n_operands - n_inputs; 715 for (i = n_outputs; i < n_outputs + n_inputs; i++) 753 for (i = n_outputs; i < n_outputs + n_inputs; i++) 1886 int n_inputs, n_outputs; local 1900 n_inputs = get_asm_operand_n_inputs (body); 1901 n_outputs = recog_data.n_operands - n_inputs; 1982 for (i = n_outputs; i < n_outputs + n_inputs; i++) 2026 for (i = n_outputs; i < n_outputs + n_inputs; i++) [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors_format.inc | 300 // Stops when "consuming" n_inputs input items. 301 static void scanf_common(void *ctx, int n_inputs, bool allowGnuMalloc, 303 CHECK_GT(n_inputs, 0); 333 --n_inputs; 334 if (n_inputs < 0)
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | reg-stack.c | 470 int n_inputs, n_outputs; in check_asm_stack_operands() local 480 n_inputs = get_asm_operand_n_inputs (body); in check_asm_stack_operands() 481 n_outputs = recog_data.n_operands - n_inputs; in check_asm_stack_operands() 577 for (i = n_outputs; i < n_outputs + n_inputs; i++) in check_asm_stack_operands() 615 for (i = n_outputs; i < n_outputs + n_inputs; i++) in check_asm_stack_operands() 1957 int n_inputs, n_outputs; in subst_asm_stack_regs() local 1971 n_inputs = get_asm_operand_n_inputs (body); in subst_asm_stack_regs() 1972 n_outputs = recog_data.n_operands - n_inputs; in subst_asm_stack_regs() 2052 for (i = n_outputs; i < n_outputs + n_inputs; i++) in subst_asm_stack_regs() 2095 for (i = n_outputs; i < n_outputs + n_inputs; i++) in subst_asm_stack_regs() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/ |
| H A D | ia64.c | 2888 rtx n_inputs = GEN_INT (current_frame_info.n_input_regs); local 2891 n_inputs, const0_rtx));
|
| /openbsd-src/gnu/gcc/gcc/config/ia64/ |
| H A D | ia64.c | 3493 rtx n_inputs = GEN_INT (current_frame_info.n_input_regs); in ia64_expand_epilogue() local 3496 n_inputs, const0_rtx)); in ia64_expand_epilogue()
|