Searched refs:gcc_jit_extended_asm_add_output_operand (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
H A D | asm.rst | 77 :func:`gcc_jit_extended_asm_add_output_operand` and 189 gcc_jit_extended_asm_add_output_operand (gcc_jit_extended_asm *ext_asm,\ 212 gcc_jit_extended_asm_add_output_operand (ext_asm, NULL, "=r", dst); 216 gcc_jit_extended_asm_add_output_operand (ext_asm, "aIndex", "=r", index);
|
H A D | compatibility.rst | 242 * :func:`gcc_jit_extended_asm_add_output_operand`
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | libgccjit.map | 203 gcc_jit_extended_asm_add_output_operand;
|
H A D | libgccjit.h | 1891 gcc_jit_extended_asm_add_output_operand (gcc_jit_extended_asm *ext_asm,
|
H A D | libgccjit++.h | 1970 gcc_jit_extended_asm_add_output_operand in add_output_operand() 1982 gcc_jit_extended_asm_add_output_operand in add_output_operand()
|
H A D | ChangeLog | 308 (gcc_jit_extended_asm_add_output_operand): Likewise. 712 (gcc_jit_extended_asm_add_output_operand): New entrypoint. 723 (gcc_jit_extended_asm_add_output_operand): New entrypoint.
|
H A D | libgccjit.cc | 4207 gcc_jit_extended_asm_add_output_operand (gcc_jit_extended_asm *ext_asm, in gcc_jit_extended_asm_add_output_operand() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 9040 @ref{157,,gcc_jit_extended_asm_add_output_operand()} 9683 gcc_jit_extended_asm_add_output_operand (ext_asm, NULL, "=r", dst); 9695 @ref{157,,gcc_jit_extended_asm_add_output_operand()} and 9716 gcc_jit_extended_asm_add_output_operand (ext_asm, "aIndex", "=r", index); 9831 gcc_jit_extended_asm_add_output_operand (ext_asm, NULL, "=a", msr); 9847 @geindex gcc_jit_extended_asm_add_output_operand (C function) 9848 @anchor{topics/asm c gcc_jit_extended_asm_add_output_operand}@anchor{157} 9849 @deffn {C Function} void gcc_jit_extended_asm_add_output_operand (gcc_jit_extended_asm@w{… 9868 gcc_jit_extended_asm_add_output_operand (ext_asm, NULL, "=r", dst); 9872 gcc_jit_extended_asm_add_output_operand (ext_asm, "aIndex", "=r", index);
|