Home
last modified time | relevance | path

Searched refs:kind1 (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-generated-actions.h371 #define GMOCK_INTERNAL_DECL_HAS_2_TEMPLATE_PARAMS(kind0, name0, kind1, \ argument
372 name1) kind0 name0, kind1 name1
374 kind2, name2) kind0 name0, kind1 name1, kind2 name2
376 kind2, name2, kind3, name3) kind0 name0, kind1 name1, kind2 name2, \
379 kind2, name2, kind3, name3, kind4, name4) kind0 name0, kind1 name1, \
383 kind1 name1, kind2 name2, kind3 name3, kind4 name4, kind5 name5
390 kind7, name7) kind0 name0, kind1 name1, kind2 name2, kind3 name3, \
394 kind7, name7, kind8, name8) kind0 name0, kind1 name1, kind2 name2, \
397 #define GMOCK_INTERNAL_DECL_HAS_10_TEMPLATE_PARAMS(kind0, name0, kind1, \ argument
400 kind1 name1, kind2 name2, kind3 name3, kind4 name4, kind5 name5, \
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dintrinsic.c475 a1, type1, kind1, optional1, INTENT_IN, in add_sym_1()
501 a1, type1, kind1, optional1, intent1, in add_sym_1_intent()
525 a1, type1, kind1, optional1, intent1, in add_sym_1s()
548 a1, type1, kind1, optional1, intent1, in add_sym_1p()
574 a1, type1, kind1, optional1, INTENT_IN, in add_sym_1m()
601 a1, type1, kind1, optional1, INTENT_IN, in add_sym_2()
629 a1, type1, kind1, optional1, intent1, in add_sym_2_intent()
657 a1, type1, kind1, optional1, intent1, in add_sym_2s()
815 a1, type1, kind1, optional1, intent1, in add_sym_3s()
913 a1, type1, kind1, optional1, intent1, in add_sym_4s()
[all …]
H A Dintrinsic.cc534 a1, type1, kind1, optional1, INTENT_IN, in add_sym_1()
560 a1, type1, kind1, optional1, intent1, in add_sym_1_intent()
584 a1, type1, kind1, optional1, intent1, in add_sym_1s()
607 a1, type1, kind1, optional1, intent1, in add_sym_1p()
633 a1, type1, kind1, optional1, INTENT_IN, in add_sym_1m()
660 a1, type1, kind1, optional1, INTENT_IN, in add_sym_2()
688 a1, type1, kind1, optional1, intent1, in add_sym_2_intent()
716 a1, type1, kind1, optional1, intent1, in add_sym_2s()
874 a1, type1, kind1, optional1, intent1, in add_sym_3s()
939 a1, type1, kind1, optional1, intent1, in add_sym_4s()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dintrinsic.c475 a1, type1, kind1, optional1, INTENT_IN, in add_sym_1()
501 a1, type1, kind1, optional1, intent1, in add_sym_1_intent()
525 a1, type1, kind1, optional1, intent1, in add_sym_1s()
548 a1, type1, kind1, optional1, intent1, in add_sym_1p()
574 a1, type1, kind1, optional1, INTENT_IN, in add_sym_1m()
601 a1, type1, kind1, optional1, INTENT_IN, in add_sym_2()
629 a1, type1, kind1, optional1, intent1, in add_sym_2_intent()
657 a1, type1, kind1, optional1, intent1, in add_sym_2s()
815 a1, type1, kind1, optional1, intent1, in add_sym_3s()
913 a1, type1, kind1, optional1, intent1, in add_sym_4s()
[all …]
/netbsd/external/gpl3/gcc/dist/libgomp/
H A Doacc-parallel.c61 unsigned short kind1 = kinds[i] & 0xff; in handle_ftn_pointers() local
64 if (kind1 == GOMP_MAP_FORCE_DEVICEPTR) in handle_ftn_pointers()
H A Doacc-mem.c1049 unsigned char kind1 = kinds[pos + 1] & 0xff; in find_group_last() local
1050 if (kind1 == GOMP_MAP_ALWAYS_POINTER) in find_group_last()
/netbsd/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-parallel.c61 unsigned short kind1 = kinds[i] & 0xff; in handle_ftn_pointers() local
64 if (kind1 == GOMP_MAP_FORCE_DEVICEPTR) in handle_ftn_pointers()
H A Doacc-mem.c1049 unsigned char kind1 = kinds[pos + 1] & 0xff; in find_group_last() local
1050 if (kind1 == GOMP_MAP_ALWAYS_POINTER) in find_group_last()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-slp-patterns.cc720 slp_tree op1, complex_perm_kinds_t kind1, in is_eq_or_top() argument
724 if (perm1 != kind1 && perm1 != PERM_TOP) in is_eq_or_top()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dtarget-float.c2305 enum target_float_ops_kind kind1 = get_target_float_ops_kind (type1);
2310 return get_target_float_ops (std::max (kind1, kind2));
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-float.c2305 enum target_float_ops_kind kind1 = get_target_float_ops_kind (type1);
2310 return get_target_float_ops (std::max (kind1, kind2));
/netbsd/external/gpl3/gcc/dist/gcc/config/bfin/
H A Dbfin.c4710 e_funkind kind1, kind2; in bfin_comp_type_attributes() local
4715 kind1 = funkind (type1); in bfin_comp_type_attributes()
4718 if (kind1 != kind2) in bfin_comp_type_attributes()
H A Dbfin.cc4711 e_funkind kind1, kind2; in bfin_comp_type_attributes() local
4716 kind1 = funkind (type1); in bfin_comp_type_attributes()
4719 if (kind1 != kind2) in bfin_comp_type_attributes()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/bfin/
H A Dbfin.c4710 e_funkind kind1, kind2; in bfin_comp_type_attributes() local
4715 kind1 = funkind (type1); in bfin_comp_type_attributes()
4718 if (kind1 != kind2) in bfin_comp_type_attributes()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td5636 class BaseSIMDThreeSameVectorDot<bit Q, bit U, bit Mixed, string asm, string kind1,
5640 BaseSIMDThreeSameVectorTied<Q, U, 0b100, {0b1001, Mixed}, RegType, asm, kind1,
5645 let AsmString = !strconcat(asm, "{\t$Rd" # kind1 # ", $Rn" # kind2 # ", $Rm" # kind2 # "}");
5658 class BaseSIMDThreeSameVectorFML<bit Q, bit U, bit b13, bits<3> size, string asm, string kind1,
5662 BaseSIMDThreeSameVectorTied<Q, U, size, 0b11101, RegType, asm, kind1,
5667 let AsmString = !strconcat(asm, "{\t$Rd" # kind1 # ", $Rn" # kind2 # ", $Rm" # kind2 # "}");
7891 class BaseSIMDThreeSameVectorBFDot<bit Q, bit U, string asm, string kind1,
7894 …: BaseSIMDThreeSameVectorTied<Q, U, 0b010, 0b11111, RegType, asm, kind1, [(set (AccumType RegType:…
7899 "{\t$Rd" # kind1 # ", $Rn" # kind2 #