Searched refs:decode_asm_operands (Results 1 – 16 of 16) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | recog.cc | 166 decode_asm_operands (x, operands, NULL, constraints, NULL, NULL); in check_asm_operands() 2045 decode_asm_operands (rtx body, rtx *operands, rtx **operand_locs, in decode_asm_operands() function 2773 decode_asm_operands (body, recog_data.operand, in extract_insn()
|
| D | lra.cc | 1025 decode_asm_operands (PATTERN (insn), NULL, in lra_set_insn_recog_data() 1237 decode_asm_operands (PATTERN (insn), NULL, in lra_update_insn_recog_data()
|
| D | final.cc | 1403 templ = decode_asm_operands (body, NULL, NULL, NULL, NULL, NULL); in asm_insn_count() 2673 string = decode_asm_operands (body, ops, NULL, NULL, NULL, &loc); in final_scan_insn_1()
|
| D | rtl.h | 3782 extern const char *decode_asm_operands (rtx, rtx *, rtx **, const char **,
|
| D | reload1.cc | 1342 decode_asm_operands (pat, recog_data.operand, recog_data.operand_loc, in maybe_fix_stack_asms()
|
| D | ChangeLog-2007 | 26050 the change of decode_asm_operands. 26275 * recog.c (decode_asm_operands): No mixed declarations and code. 26282 (decode_asm_operands): Add loc operand. 26288 * recog.c (decode_asm_operands): Add loc operand.
|
| D | ChangeLog-1999 | 20554 decode_asm_operands, extract_insn, preprocess_constraints, 20569 * rtl.h (decode_asm_operands): Likewise.
|
| D | ChangeLog-2000 | 26765 emit_note, decode_asm_operands): Constify. 26819 * recog.c (decode_asm_operands): Likewise.
|
| D | ChangeLog-2009 | 1608 * recog.c (decode_asm_operands): Remove unused noperands variable. 9478 (decode_asm_operands): Use extract_asm_operands.
|
| D | ChangeLog-2008 | 26158 * recog.c (decode_asm_operands): Remove old location code.
|
| D | ChangeLog-2001 | 6865 * recog.c (decode_asm_operands): Check that the SRC is ASM_OPERANDS.
|
| D | ChangeLog-2016 | 21727 (decode_asm_operands): Handle basic asm in PARALLEL block.
|
| D | ChangeLog-2018 | 13743 * recog.c (decode_asm_operands): Likewise.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/ |
| D | sh.cc | 8960 = decode_asm_operands (body, NULL, NULL, NULL, NULL, NULL); in sh_insn_length_adjustment()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/ |
| D | sparc.cc | 1133 && !strcmp (decode_asm_operands (PATTERN (insn), in next_active_non_empty_insn()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/ |
| D | mips.cc | 19200 const char *string = decode_asm_operands (body, ops, NULL, NULL, in mips_reorg_process_insns()
|