Home
last modified time | relevance | path

Searched refs:num_goto_blocks (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/
H A Dasm.rst112 int num_goto_blocks,\
137 ``num_goto_blocks`` must be >= 0.
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit.h1861 int num_goto_blocks,
H A Dlibgccjit.cc4137 int num_goto_blocks, in gcc_jit_block_end_with_extended_asm_goto() argument
4146 RETURN_NULL_IF_FAIL (num_goto_blocks >= 0, ctxt, loc, "num_goto_blocks < 0"); in gcc_jit_block_end_with_extended_asm_goto()
4147 for (int i = 0; i < num_goto_blocks; i++) in gcc_jit_block_end_with_extended_asm_goto()
4154 num_goto_blocks, (gcc::jit::recording::block **)goto_blocks, in gcc_jit_block_end_with_extended_asm_goto()
H A Djit-recording.cc4607 int num_goto_blocks, in end_with_extended_asm_goto() argument
4613 num_goto_blocks, goto_blocks, in end_with_extended_asm_goto()
7448 int num_goto_blocks, in extended_asm_goto() argument
7452 m_goto_blocks (num_goto_blocks), in extended_asm_goto()
7455 for (int i = 0; i < num_goto_blocks; i++) in extended_asm_goto()
H A Djit-recording.h1388 int num_goto_blocks,
2440 int num_goto_blocks,
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/
H A Dasm.rst137 ``num_goto_blocks`` corresponds to the ``GotoLabels`` parameter within C's
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi9738 …ck, gcc_jit_location@w{ }*loc, const char@w{ }*asm_template, int@w{ }num_goto_blocks, gcc_jit_bloc…
9782 @code{num_goto_blocks} must be >= 0.
15354 @code{num_goto_blocks} corresponds to the @code{GotoLabels} parameter within C’s