| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64-sve-builtins-functions.h | 477 CONSTEXPR fixed_insn_function (insn_code code) : m_code (code) {} in fixed_insn_function() 482 return e.use_exact_insn (m_code); in expand() 486 insn_code m_code; variable 576 : m_code (code), m_wide_unspec (wide_unspec) {} in shift_wide() 587 if (aarch64_simd_shift_imm_p (shift, elem_mode, m_code == ASHIFT)) in expand() 590 return e.map_to_rtx_codes (m_code, m_code, -1); in expand() 600 rtx_code m_code; variable 610 CONSTEXPR unary_count (rtx_code code) : m_code (code) {} in unary_count() 620 return e.use_pred_x_insn (code_for_aarch64_pred (m_code, mode)); in expand() 622 return e.use_cond_insn (code_for_cond (m_code, mode)); in expand() [all …]
|
| H A D | aarch64-sve-builtins-base.cc | 384 : m_code (code), m_unspec_for_fp (unspec_for_fp) {} in svcmp_impl() 402 return gimple_build_assign (f.lhs, m_code, rhs1, rhs2); in fold() 420 rtx_code code = get_rtx_code (m_code, unsigned_p); in expand() 429 tree_code m_code; member in __anonea3c03cb0111::svcmp_impl 441 : m_code (code), m_unspec_for_sint (unspec_for_sint), in svcmp_wide_impl() 449 rtx_code code = get_rtx_code (m_code, unsigned_p); in expand() 471 tree_code m_code; member in __anonea3c03cb0111::svcmp_wide_impl
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64-sve-builtins-functions.h | 477 CONSTEXPR fixed_insn_function (insn_code code) : m_code (code) {} in fixed_insn_function() 482 return e.use_exact_insn (m_code); in expand() 486 insn_code m_code; variable 576 : m_code (code), m_wide_unspec (wide_unspec) {} in shift_wide() 587 if (aarch64_simd_shift_imm_p (shift, elem_mode, m_code == ASHIFT)) in expand() 590 return e.map_to_rtx_codes (m_code, m_code, -1); in expand() 600 rtx_code m_code; variable 610 CONSTEXPR unary_count (rtx_code code) : m_code (code) {} in unary_count() 620 return e.use_pred_x_insn (code_for_aarch64_pred (m_code, mode)); in expand() 622 return e.use_cond_insn (code_for_cond (m_code, mode)); in expand() [all …]
|
| H A D | aarch64-sve-builtins-base.cc | 384 : m_code (code), m_unspec_for_fp (unspec_for_fp) {} in svcmp_impl() 402 return gimple_build_assign (f.lhs, m_code, rhs1, rhs2); in fold() 420 rtx_code code = get_rtx_code (m_code, unsigned_p); in expand() 429 tree_code m_code; member in __anonad83dbbe0111::svcmp_impl 441 : m_code (code), m_unspec_for_sint (unspec_for_sint), in svcmp_wide_impl() 449 rtx_code code = get_rtx_code (m_code, unsigned_p); in expand() 471 tree_code m_code; member in __anonad83dbbe0111::svcmp_wide_impl
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
| H A D | brig-to-generic.cc | 161 m_data = m_code = m_operand = NULL; in find_brig_sections() 183 m_code = (const char *) section_header; in find_brig_sections() 197 if (m_code == NULL) in find_brig_sections() 239 const BrigSectionHeader *csection_header = (const BrigSectionHeader *) m_code; in analyze() 265 const BrigBase *entry = (const BrigBase *) (m_code + b); in analyze() 382 const BrigSectionHeader *csection_header = (const BrigSectionHeader *) m_code; in parse() 386 const BrigBase *entry = (const BrigBase *) (m_code + b); in parse() 421 return (const BrigBase *) (m_code + entry_offset); in get_brig_code_entry()
|
| H A D | brig-to-generic.h | 149 const char *m_code; variable
|
| /netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| H A D | LDAPUrl.cpp | 497 m_code(code), m_addMsg(msg) {} in LDAPUrlException() 501 return m_code; in getCode() 512 if ( code2string[i].code == m_code ) { in getErrorMessage()
|
| H A D | LDAPUrl.h | 206 int m_code;
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-score.c | 2484 s3_adjust_paritybit (bfd_vma m_code, enum insn_class i_class) in s3_adjust_paritybit() argument 2499 m_code_high = m_code & 0x1fffc0000000LL; in s3_adjust_paritybit() 2500 m_code_middle = m_code & 0x3fff8000; in s3_adjust_paritybit() 2501 m_code_low = m_code & 0x00007fff; in s3_adjust_paritybit() 2510 m_code_high = m_code & 0x3fff8000; in s3_adjust_paritybit() 2511 m_code_low = m_code & 0x00007fff; in s3_adjust_paritybit() 2518 m_code_high = m_code & 0x3fff8000; in s3_adjust_paritybit() 2519 m_code_low = m_code & 0x00007fff; in s3_adjust_paritybit() 2527 m_code_high = m_code & 0x3fff8000; in s3_adjust_paritybit() 2528 m_code_low = m_code & 0x00007fff; in s3_adjust_paritybit()
|
| H A D | tc-score7.c | 2622 s7_adjust_paritybit (unsigned long m_code, enum insn_class i_class) in s7_adjust_paritybit() argument 2657 m_code_high = m_code & 0x3fff8000; in s7_adjust_paritybit() 2658 m_code_low = m_code & 0x00007fff; in s7_adjust_paritybit()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-score.c | 2488 s3_adjust_paritybit (bfd_vma m_code, enum insn_class i_class) in s3_adjust_paritybit() argument 2503 m_code_high = m_code & 0x1fffc0000000LL; in s3_adjust_paritybit() 2504 m_code_middle = m_code & 0x3fff8000; in s3_adjust_paritybit() 2505 m_code_low = m_code & 0x00007fff; in s3_adjust_paritybit() 2514 m_code_high = m_code & 0x3fff8000; in s3_adjust_paritybit() 2515 m_code_low = m_code & 0x00007fff; in s3_adjust_paritybit() 2522 m_code_high = m_code & 0x3fff8000; in s3_adjust_paritybit() 2523 m_code_low = m_code & 0x00007fff; in s3_adjust_paritybit() 2531 m_code_high = m_code & 0x3fff8000; in s3_adjust_paritybit() 2532 m_code_low = m_code & 0x00007fff; in s3_adjust_paritybit()
|
| H A D | tc-score7.c | 2622 s7_adjust_paritybit (unsigned long m_code, enum insn_class i_class) in s7_adjust_paritybit() argument 2657 m_code_high = m_code & 0x3fff8000; in s7_adjust_paritybit() 2658 m_code_low = m_code & 0x00007fff; in s7_adjust_paritybit()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | opts.c | 1241 m_code (code), m_values (values) in option_help_tuple() 1245 int m_code; variable 1597 const struct cl_option *option = cl_options + help_tuples[i].m_code; in print_filtered_help()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | opts.cc | 1518 m_code (code), m_values (values) in option_help_tuple() 1522 int m_code; member in option_help_tuple 1874 const struct cl_option *option = cl_options + help_tuples[i].m_code; in print_filtered_help()
|