Searched refs:get_asm_operand_n_inputs (Results 1 – 3 of 3) sorted by relevance
255 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() function658 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()
243 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() function1900 n_inputs = get_asm_operand_n_inputs (body);
8273 (get_asm_operand_n_inputs): New function.8277 get_asm_operand_n_inputs.