Searched defs:is_asm (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
H A D | insns.h | 213 bool is_asm () const { return m_is_asm; } in is_asm() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | recog.h | 371 bool is_asm; member
|
H A D | regcprop.cc | 765 bool is_asm, any_replacements; in copyprop_hardreg_forward_1() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | recog.h | 265 bool is_asm; member
|
H A D | regcprop.c | 763 bool is_asm, any_replacements; in copyprop_hardreg_forward_1() local
|
H A D | recog.c | 324 int is_asm = icode < 0 && asm_noperands (PATTERN (insn)) >= 0; in insn_invalid_p() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/UpdateTestChecks/ |
H A D | common.py | 618 …, comment_marker, prefix_list, func_dict, func_name, check_label_format, is_asm, is_analyze, globa… argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/ |
H A D | c6x.c | 4139 bool is_asm = (icode < 0 in c6x_sched_reorder_1() local 4200 bool is_asm = (icode < 0 in c6x_sched_reorder_1() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/ |
H A D | c6x.cc | 4141 bool is_asm = (icode < 0 in c6x_sched_reorder_1() local 4202 bool is_asm = (icode < 0 in c6x_sched_reorder_1() local
|