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

/freebsd-10.1-release/contrib/gcc/
H A Dreg-stack.c256 static int get_asm_operand_n_inputs (rtx);
486 n_inputs = get_asm_operand_n_inputs (body);
653 get_asm_operand_n_inputs (rtx body)
665 return get_asm_operand_n_inputs (XVECEXP (body, 0, 0));
1986 n_inputs = get_asm_operand_n_inputs (body);
646 get_asm_operand_n_inputs (rtx body) function

Completed in 55 milliseconds