/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | jit-recording.h | 1362 const char *asm_template); 1387 const char *asm_template, 2366 string *asm_template) in extended_asm() argument 2368 m_asm_template (asm_template), in extended_asm() 2417 string *asm_template) in extended_asm_simple() argument 2418 : extended_asm (b, loc, asm_template) in extended_asm_simple() 2439 string *asm_template,
|
H A D | libgccjit.h | 1850 const char *asm_template); 1860 const char *asm_template,
|
H A D | libgccjit++.h | 471 extended_asm add_extended_asm (const std::string &asm_template, 473 extended_asm end_with_extended_asm_goto (const std::string &asm_template, 1626 block::add_extended_asm (const std::string &asm_template, in add_extended_asm() argument 1631 asm_template.c_str ()); in add_extended_asm() 1635 block::end_with_extended_asm_goto (const std::string &asm_template, in end_with_extended_asm_goto() argument 1650 asm_template.c_str (), in end_with_extended_asm_goto()
|
H A D | libgccjit.cc | 4116 const char *asm_template) in gcc_jit_block_add_extended_asm() argument 4122 RETURN_NULL_IF_FAIL (asm_template, ctxt, loc, "NULL asm_template"); in gcc_jit_block_add_extended_asm() 4124 return (gcc_jit_extended_asm *)block->add_extended_asm (loc, asm_template); in gcc_jit_block_add_extended_asm() 4136 const char *asm_template, in gcc_jit_block_end_with_extended_asm_goto() argument 4145 RETURN_NULL_IF_FAIL (asm_template, ctxt, loc, "NULL asm_template"); in gcc_jit_block_end_with_extended_asm_goto() 4153 (loc, asm_template, in gcc_jit_block_end_with_extended_asm_goto()
|
H A D | jit-playback.h | 610 const char *asm_template,
|
H A D | jit-recording.cc | 4506 const char *asm_template) in add_extended_asm() argument 4509 = new extended_asm_simple (this, loc, new_string (asm_template)); in add_extended_asm() 4606 const char *asm_template, in end_with_extended_asm_goto() argument 4612 = new extended_asm_goto (this, loc, new_string (asm_template), in end_with_extended_asm_goto() 7447 string *asm_template, in extended_asm_goto() argument 7451 : extended_asm (b, loc, asm_template), in extended_asm_goto()
|
H A D | jit-playback.cc | 2251 const char *asm_template, in add_extended_asm() argument 2259 tree t_string = build_string (asm_template); in add_extended_asm()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
H A D | asm.rst | 98 const char *asm_template) 103 The parameter ``asm_template`` corresponds to the `AssemblerTemplate` 111 const char *asm_template,\
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/ |
H A D | asm.rst | 99 gccjit::block::add_extended_asm (const std::string &asm_template,\ 105 The parameter ``asm_template`` corresponds to the `AssemblerTemplate` 111 gccjit::block::end_with_extended_asm_goto (const std::string &asm_template,\
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nios2/ |
H A D | nios2-ldstwm.sml | 161 val asm_template = ldstwm ^ "\\\\t{" ^ (opnds n) ^ "}" ^ value 184 " \"" ^ asm_template ^ "\"\n" ^
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nios2/ |
H A D | nios2-ldstwm.sml | 161 val asm_template = ldstwm ^ "\\\\t{" ^ (opnds n) ^ "}" ^ value 184 " \"" ^ asm_template ^ "\"\n" ^
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
H A D | nvptx.cc | 2656 nvptx_output_atomic_insn (const char *asm_template, rtx *operands, int mem_pos, in nvptx_output_atomic_insn() argument 2661 output_asm_insn (asm_template, operands); in nvptx_output_atomic_insn()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 9725 …dd_extended_asm (gcc_jit_block@w{ }*block, gcc_jit_location@w{ }*loc, const char@w{ }*asm_template) 9730 The parameter @code{asm_template} corresponds to the @cite{AssemblerTemplate} 9738 …(gcc_jit_block@w{ }*block, gcc_jit_location@w{ }*loc, const char@w{ }*asm_template, int@w{ }num_go… 9759 const char *asm_template = 9770 asm_template, 15299 …d_asm} gccjit::@ref{18b,,block}::add_extended_asm (const std::string &asm_template, gccjit::locati… 15304 The parameter @code{asm_template} corresponds to the @cite{AssemblerTemplate} 15312 …jit::@ref{18b,,block}::end_with_extended_asm_goto (const std::string &asm_template, std::vector<bl… 15333 const char *asm_template = 15344 = (b_start.end_with_extended_asm_goto (asm_template,
|