Searched refs:ptx_type (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
H A D | nvptx.c | 666 const char *ptx_type = nvptx_ptx_type_from_mode (mode, false); in write_arg_mode() local 672 s << ".param" << ptx_type << " %in_ar" << argno; in write_arg_mode() 676 s << "\t.reg" << ptx_type << " "; in write_arg_mode() 684 s << "\tld.param" << ptx_type << " "; in write_arg_mode() 740 const char *ptx_type = nvptx_ptx_type_from_mode (mode, false); in write_return_mode() local 747 s << pfx << ptx_type << " " << reg_names[NVPTX_RETURN_REGNUM] << sfx; in write_return_mode() 2396 const char *ptx_type = nvptx_ptx_type_from_mode (mode, false); in nvptx_output_call_insn() local 2401 ptx_type, argno, ptx_type, argno); in nvptx_output_call_insn()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
H A D | nvptx.cc | 824 const char *ptx_type = nvptx_ptx_type_from_mode (mode, false); in write_arg_mode() local 830 s << ".param" << ptx_type << " %in_ar" << argno; in write_arg_mode() 834 s << "\t.reg" << ptx_type << " "; in write_arg_mode() 842 s << "\tld.param" << ptx_type << " "; in write_arg_mode() 898 const char *ptx_type = nvptx_ptx_type_from_mode (mode, false); in write_return_mode() local 905 s << pfx << ptx_type << " " << reg_names[NVPTX_RETURN_REGNUM] << sfx; in write_return_mode() 2716 const char *ptx_type = nvptx_ptx_type_from_mode (mode, false); in nvptx_output_call_insn() local 2721 ptx_type, argno, ptx_type, argno); in nvptx_output_call_insn()
|