Home
last modified time | relevance | path

Searched refs:get_asm_operand_n_inputs (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dreg-stack.c255 static int get_asm_operand_n_inputs (rtx);
480 n_inputs = get_asm_operand_n_inputs (body); in check_asm_stack_operands()
646 get_asm_operand_n_inputs (rtx body) in get_asm_operand_n_inputs() function
658 return get_asm_operand_n_inputs (XVECEXP (body, 0, 0)); in get_asm_operand_n_inputs()
1971 n_inputs = get_asm_operand_n_inputs (body); in subst_asm_stack_regs()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dreg-stack.c243 static int get_asm_operand_n_inputs PARAMS ((rtx));
618 n_inputs = get_asm_operand_n_inputs (body);
784 get_asm_operand_n_inputs (body) in get_asm_operand_n_inputs() function
1900 n_inputs = get_asm_operand_n_inputs (body);
DChangeLog.18273 (get_asm_operand_n_inputs): New function.
8277 get_asm_operand_n_inputs.