Home
last modified time | relevance | path

Searched refs:asm_template (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.h1362 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 Dlibgccjit.h1850 const char *asm_template);
1860 const char *asm_template,
H A Dlibgccjit++.h471 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 Dlibgccjit.cc4116 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 Djit-playback.h610 const char *asm_template,
H A Djit-recording.cc4506 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 Djit-playback.cc2251 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 Dasm.rst98 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 Dasm.rst99 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 Dnios2-ldstwm.sml161 val asm_template = ldstwm ^ "\\\\t{" ^ (opnds n) ^ "}" ^ value
184 " \"" ^ asm_template ^ "\"\n" ^
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nios2/
H A Dnios2-ldstwm.sml161 val asm_template = ldstwm ^ "\\\\t{" ^ (opnds n) ^ "}" ^ value
184 " \"" ^ asm_template ^ "\"\n" ^
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.cc2656 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 Dlibgccjit.texi9725 …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,