| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| D | altivec-abi.c | 3 vector short vshort = {111, 222, 333, 444, 555, 666, 777, 888}; 4 vector unsigned short vushort = {100, 200, 300, 400, 500, 600, 700, 800}; 5 vector int vint = {-10, -20, -30, -40}; 6 vector unsigned int vuint = {1111, 2222, 3333, 4444}; 7 vector char vchar = {'a','b','c','d','e','f','g','h','i','l','m','n','o','p','q','r'}; 8 vector unsigned char vuchar = {'A','B','C','D','E','F','G','H','I','L','M','N','O','P','Q','R'}; 9 vector float vfloat = {1.25, 3.75, 5.5, 1.25}; 11 vector short vshort_d = {0,0,0,0,0,0,0,0}; 12 vector unsigned short vushort_d = {0,0,0,0,0,0,0,0}; 13 vector int vint_d = {0,0,0,0}; [all …]
|
| D | e500-abi.c | 5 #define vector __attribute__((vector_size(8))) macro 7 vector unsigned short f_vec; 8 vector short g_vec; 9 vector float h_vec; 10 vector float i_vec; 11 vector unsigned int l_vec; 12 vector int m_vec; 13 vector int n_vec; 16 vector unsigned int a_vec_d = {1, 1}; 17 vector int b_vec_d = {0, 0}; [all …]
|
| D | altivec-regs.c | 4 vector unsigned int 5 vector_fun (volatile vector unsigned int a, volatile vector unsigned int b) in vector_fun() 7 vector unsigned int c; in vector_fun() 8 a = ((vector unsigned int) vec_splat_u8(2)); in vector_fun() 9 b = ((vector unsigned int) vec_splat_u8(3)); in vector_fun() 18 vector unsigned int y; in main() 19 vector unsigned int x; in main() 20 vector unsigned int z; in main() 26 x = ((vector unsigned int) vec_splat_u8 (0)); in main() 35 x = ((vector unsigned int) vec_splat_u8 (-2)); in main() [all …]
|
| D | vsx-regs.c | 4 vector unsigned int 5 vector_fun (vector unsigned int a, vector unsigned int b) in vector_fun() 7 vector unsigned int c; in vector_fun() 8 a = ((vector unsigned int) vec_splat_u8(2)); in vector_fun() 9 b = ((vector unsigned int) vec_splat_u8(3)); in vector_fun() 18 vector unsigned int y; in main() 19 vector unsigned int x; in main() 20 vector unsigned int z; in main() 29 x = ((vector unsigned int) vec_splat_u8 (-2)); in main() 30 y = ((vector unsigned int) vec_splat_u8 (1)); in main() [all …]
|
| D | e500-regs.c | 4 #define vector __attribute__((vector_size(8))) macro 7 vector int 8 vector_fun (vector int a, vector int b) in vector_fun() 10 vector int c; in vector_fun() 11 a = (vector int) __ev_create_s32 (2, 2); in vector_fun() 12 b = (vector int) __ev_create_s32 (3, 3); in vector_fun() 21 vector int y; in main() 22 vector int x; in main() 23 vector int z; in main() 32 x = (vector int) __ev_create_s32 (-2, -2); in main() [all …]
|
| /netbsd/src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
| D | comparedf2_test.c | 37 int test__cmpdf2(const struct TestVector *vector) { in test__cmpdf2() argument 39 if (__eqdf2(vector->a, vector->b) != vector->eqReference) { in test__cmpdf2() 41 vector->a, vector->b, in test__cmpdf2() 42 __eqdf2(vector->a, vector->b), in test__cmpdf2() 43 vector->eqReference); in test__cmpdf2() 47 if (__gedf2(vector->a, vector->b) != vector->geReference) { in test__cmpdf2() 49 vector->a, vector->b, in test__cmpdf2() 50 __gedf2(vector->a, vector->b), in test__cmpdf2() 51 vector->geReference); in test__cmpdf2() 55 if (__gtdf2(vector->a, vector->b) != vector->gtReference) { in test__cmpdf2() [all …]
|
| D | comparesf2_test.c | 37 int test__cmpsf2(const struct TestVector *vector) { in test__cmpsf2() argument 39 if (__eqsf2(vector->a, vector->b) != vector->eqReference) { in test__cmpsf2() 41 vector->a, vector->b, in test__cmpsf2() 42 __eqsf2(vector->a, vector->b), in test__cmpsf2() 43 vector->eqReference); in test__cmpsf2() 47 if (__gesf2(vector->a, vector->b) != vector->geReference) { in test__cmpsf2() 49 vector->a, vector->b, in test__cmpsf2() 50 __gesf2(vector->a, vector->b), in test__cmpsf2() 51 vector->geReference); in test__cmpsf2() 55 if (__gtsf2(vector->a, vector->b) != vector->gtReference) { in test__cmpsf2() [all …]
|
| /netbsd/src/sys/arch/atari/atari/ |
| D | intr.c | 108 intr_establish(int vector, int type, int pri, hw_ifun_t ih_fun, void *ih_arg) in intr_establish() argument 120 ih->ih_vector = vector; in intr_establish() 128 if (vector < AVEC_MIN || vector > AVEC_MAX) { in intr_establish() 132 vec_list = &autovec_list[vector - 1]; in intr_establish() 133 hard_vec = &autovects[vector - 1]; in intr_establish() 134 ih->ih_intrcnt = &intrcnt_auto[vector - 1]; in intr_establish() 137 if (vector < UVEC_MIN || vector > UVEC_MAX) { in intr_establish() 141 vec_list = &uservec_list[vector]; in intr_establish() 142 hard_vec = &uservects[vector]; in intr_establish() 143 ih->ih_intrcnt = &intrcnt_user[vector]; in intr_establish() [all …]
|
| /netbsd/src/sys/arch/ia64/ia64/ |
| D | interrupt.c | 76 interrupt(uint64_t vector, struct trapframe *tf) in interrupt() argument 95 if (vector == 0) { in interrupt() 102 vector = (int)inta; in interrupt() 103 } else if (vector == 15) in interrupt() 106 if (vector == CLOCK_VECTOR) {/* clock interrupt */ in interrupt() 137 } else if (vector == ipi_vector[IPI_AST]) { in interrupt() 140 } else if (vector == ipi_vector[IPI_HIGH_FP]) { in interrupt() 150 } else if (vector == ipi_vector[IPI_RENDEZVOUS]) { in interrupt() 156 } else if (vector == ipi_vector[IPI_STOP]) { in interrupt() 165 } else if (vector == ipi_vector[IPI_PREEMPT]) { in interrupt() [all …]
|
| D | trap.c | 254 printtrap(int vector, struct trapframe *tf, int isfatal, int user) in printtrap() argument 262 vector, ia64_vector_names[vector]); in printtrap() 350 trap_panic(int vector, struct trapframe *tf) in trap_panic() argument 353 printtrap(vector, tf, 1, TRAPF_USERMODE(tf)); in trap_panic() 356 if (ia64_trap(vector, 0, tf)) return; in trap_panic() 378 trap(int vector, struct trapframe *tf) in trap() argument 394 printtrap(vector, tf, 0, TRAPF_USERMODE(tf)); in trap() 404 switch (vector) { in trap() 411 trap_panic(vector, tf); in trap() 418 trap_panic(vector, tf); in trap() [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | s390-opc.txt | 1182 e70000000013 vgef VRV_VVXRDU "vector gather element 4 byte elements" z13 zarch vx 1183 e70000000012 vgeg VRV_VVXRDU "vector gather element 8 byte elements" z13 zarch vx 1184 e70000000044 vgbm VRI_V0U "vector generate byte mask" z13 zarch vx 1185 e70000000044 vzero VRI_V "vector set to zero" z13 zarch vx 1186 e700ffff0044 vone VRI_V "vector set to ones" z13 zarch vx 1187 e70000000046 vgm VRI_V0UUU "vector generate mask" z13 zarch vx 1188 e70000000046 vgmb VRI_V0UU "vector generate mask byte" z13 zarch vx 1189 e70000001046 vgmh VRI_V0UU "vector generate mask halfword" z13 zarch vx 1190 e70000002046 vgmf VRI_V0UU "vector generate mask word" z13 zarch vx 1191 e70000003046 vgmg VRI_V0UU "vector generate mask double word" z13 zarch vx [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | s390-opc.txt | 1182 e70000000013 vgef VRV_VVXRDU "vector gather element 4 byte elements" z13 zarch vx 1183 e70000000012 vgeg VRV_VVXRDU "vector gather element 8 byte elements" z13 zarch vx 1184 e70000000044 vgbm VRI_V0U "vector generate byte mask" z13 zarch vx 1185 e70000000044 vzero VRI_V "vector set to zero" z13 zarch vx 1186 e700ffff0044 vone VRI_V "vector set to ones" z13 zarch vx 1187 e70000000046 vgm VRI_V0UUU "vector generate mask" z13 zarch vx 1188 e70000000046 vgmb VRI_V0UU "vector generate mask byte" z13 zarch vx 1189 e70000001046 vgmh VRI_V0UU "vector generate mask halfword" z13 zarch vx 1190 e70000002046 vgmf VRI_V0UU "vector generate mask word" z13 zarch vx 1191 e70000003046 vgmg VRI_V0UU "vector generate mask double word" z13 zarch vx [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
| D | vector | 1 // Debugging vector implementation -*- C++ -*- 25 /** @file debug/vector 36 template<typename _Tp, typename _Allocator> class vector; 39 #include <vector> 46 /** @brief Base class for Debug Mode vector. 114 /// Class std::vector with safety/checking/debug instrumentation. 117 class vector 119 vector<_Tp, _Allocator>, _Allocator, __gnu_debug::_Safe_sequence>, 120 public _GLIBCXX_STD_C::vector<_Tp, _Allocator>, 122 vector<_Tp, _Allocator>, [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/ |
| D | ppc_record_test_isa_3_1.c | 19 static vector unsigned long vec_xa, vec_xb, vec_xt; 37 vec_xb = (vector unsigned long){0x4110000041800000, 0x41c8000042100000}; in main() 39 vec_xt = (vector unsigned long){0xFF00FF00FF00FF00, 0xAA00AA00AA00AA00}; in main() 60 vec_xa = (vector unsigned long){0x333134343987601, 0x9994bbbc9983307}; in main() 61 vec_xb = (vector unsigned long){0x411234041898760, 0x41c833042103400}; in main() 63 vec_xb = (vector unsigned long){0x123456789987650, 0x235676546989807}; in main() 65 vec_xb = (vector unsigned long){0x878363439823470, 0x413434c99839870}; in main() 67 vec_xb = (vector unsigned long){0x043765434398760, 0x419876555558850}; in main() 69 vec_xb = (vector unsigned long){0x33313434398760, 0x9994bbbc99899330}; in main() 78 vec_xa = (vector unsigned long){0x33313434398760, 0x9994bbbc998330}; in main() [all …]
|
| /netbsd/src/sys/arch/atari/isa/ |
| D | isa_milan.c | 116 isa_callback(int vector) in isa_callback() argument 121 iinfo_p = &milan_isa_iinfo[vector]; in isa_callback() 125 if (vector > 7) { in isa_callback() 126 WICU(AD_8259_SLAVE, 0x60 | (vector & 7)); in isa_callback() 127 vector = IRQ_SLAVE; in isa_callback() 129 WICU(AD_8259_MASTER, 0x60 | (vector & 7)); in isa_callback() 135 milan_isa_intr(int vector, int sr) in milan_isa_intr() argument 140 if (vector >= MILAN_MAX_ISA_INTS) { in milan_isa_intr() 141 printf("milan_isa_intr: Bogus vector %d\n", vector); in milan_isa_intr() 145 iinfo_p = &milan_isa_iinfo[vector]; in milan_isa_intr() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | target-memory.c | 42 claim_memory (const std::vector<memory_write_request> &blocks, in claim_memory() 43 std::vector<memory_write_request> *result, in claim_memory() 89 split_regular_and_flash_blocks (const std::vector<memory_write_request> &blocks, in split_regular_and_flash_blocks() 90 std::vector<memory_write_request> *regular_blocks, in split_regular_and_flash_blocks() 91 std::vector<memory_write_request> *flash_blocks) in split_regular_and_flash_blocks() 107 std::vector<memory_write_request> *r; in split_regular_and_flash_blocks() 147 static std::vector<memory_write_request> 148 blocks_to_erase (const std::vector<memory_write_request> &written) in blocks_to_erase() 150 std::vector<memory_write_request> result; in blocks_to_erase() 174 static std::vector<memory_write_request> [all …]
|
| D | tracepoint.h | 34 std::vector<mem_range> memory; 37 std::vector<int> tvars; 185 std::vector<gdb::unique_xmalloc_ptr<char[]>> actions; 186 std::vector<gdb::unique_xmalloc_ptr<char[]>> step_actions; 195 std::vector<gdb::unique_xmalloc_ptr<char[]>> cmd_strings; 286 std::vector<std::string> stringify (); 288 const std::vector<std::string> &wholly_collected () in wholly_collected() 291 const std::vector<std::string> &computed () in computed() 297 std::vector<unsigned char> m_regs_mask; 299 std::vector<memrange> m_memranges; [all …]
|
| D | linespec.c | 104 std::vector<symtab *> file_symtabs; 108 std::vector<block_symbol> function_symbols; 109 std::vector<bound_minimal_symbol> minimal_symbols; 116 std::vector<block_symbol> label_symbols; 117 std::vector<block_symbol> function_symbols; 188 const std::vector<symtab *> *file_symtabs; 193 std::vector<block_symbol> *symbols; 194 std::vector<bound_minimal_symbol> *minimal_symbols; 360 static std::vector<symtab_and_line> decode_objc (struct linespec_state *self, 364 static std::vector<symtab *> symtabs_from_filename [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | stl_vector.h | 425 class vector : protected _Vector_base<_Tp, _Alloc> in _GLIBCXX_VISIBILITY() 455 typedef __gnu_cxx::__normal_iterator<pointer, vector> iterator; in _GLIBCXX_VISIBILITY() 456 typedef __gnu_cxx::__normal_iterator<const_pointer, vector> in _GLIBCXX_VISIBILITY() 528 vector() = default; in _GLIBCXX_VISIBILITY() 530 vector() { } in _GLIBCXX_VISIBILITY() 539 vector(const allocator_type& __a) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() 553 vector(size_type __n, const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 566 vector(size_type __n, const value_type& __value, in _GLIBCXX_VISIBILITY() 580 vector(size_type __n, const value_type& __value = value_type(), in _GLIBCXX_VISIBILITY() 598 vector(const vector& __x) in _GLIBCXX_VISIBILITY() [all …]
|
| D | vector.tcc | 67 vector<_Tp, _Alloc>:: 107 typename vector<_Tp, _Alloc>::reference 111 vector<_Tp, _Alloc>:: 132 typename vector<_Tp, _Alloc>::iterator 133 vector<_Tp, _Alloc>:: 174 typename vector<_Tp, _Alloc>::iterator 175 vector<_Tp, _Alloc>:: 188 typename vector<_Tp, _Alloc>::iterator 189 vector<_Tp, _Alloc>:: 203 vector<_Tp, _Alloc>& [all …]
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | visx | 19 >2 byte 101 (unsigned char vector) 20 >2 byte 102 (short integer vector) 21 >2 byte 103 (float 32 vector) 22 >2 byte 104 (float 64 vector) 23 >2 byte 105 (signed char vector) 24 >2 byte 106 (bit plane vector) 25 >2 byte 121 (feature vector) 26 >2 byte 122 (feature vector library) 28 >2 byte 126 (bit vector)
|
| /netbsd/src/sys/arch/arc/arc/ |
| D | c_isa.c | 182 char vector; in isabr_dti_intr_status() local 185 vector = isa_inb(IO_ICU1); in isabr_dti_intr_status() 186 isa_vector = vector & 7; in isabr_dti_intr_status() 187 if (vector > 0 || isa_vector == 2) { in isabr_dti_intr_status() 189 vector = isa_inb(IO_ICU2); in isabr_dti_intr_status() 190 if (vector > 0) { in isabr_dti_intr_status() 194 isa_vector = (vector & 7) | 8; in isabr_dti_intr_status()
|
| /netbsd/src/external/bsd/kyua-cli/dist/utils/text/ |
| D | operations_test.cpp | 57 const std::vector< std::string > lines = text::split(expected, '\n'); in refill_test() 118 std::vector< std::string > exp_lines; in ATF_TEST_CASE_BODY() 176 std::vector< std::string > exp_lines; in ATF_TEST_CASE_BODY() 187 std::vector< std::string > lines; in ATF_TEST_CASE_BODY() 195 std::vector< std::string > lines; in ATF_TEST_CASE_BODY() 204 std::vector< std::string > lines; in ATF_TEST_CASE_BODY() 228 std::vector< std::string > words = text::split("", ' '); in ATF_TEST_CASE_BODY() 229 std::vector< std::string > exp_words; in ATF_TEST_CASE_BODY() 237 std::vector< std::string > words = text::split("foo", ' '); in ATF_TEST_CASE_BODY() 238 std::vector< std::string > exp_words; in ATF_TEST_CASE_BODY() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | athlon.md | 38 (define_attr "athlon_decode" "direct,vector,double" 40 (const_string "vector") 43 (const_string "vector") 47 (const_string "vector")] 50 (define_attr "amdfam10_decode" "direct,vector,double" 84 ;; We solve that by specialized vector decoder unit and exclusion set. 87 (define_reservation "athlon-vector" "nothing,athlon-decodev") 160 "athlon-vector,athlon-ieu") 175 "athlon-vector,athlon-load,athlon-ieu") 187 "athlon-vector,(athlon-ieu+athlon-load)") [all …]
|
| /netbsd/src/sys/arch/alpha/alpha/ |
| D | dec_6600.c | 203 dec_6600_mcheck(unsigned long vector, struct ev6_logout_area *la) in dec_6600_mcheck() argument 207 if (vector == ALPHA_SYS_ERROR || vector == ALPHA_PROC_ERROR) in dec_6600_mcheck() 210 switch (vector) { in dec_6600_mcheck() 228 t, c, vector, la->mchk_rev, la->mchk_code, la->la.la_flags); in dec_6600_mcheck() 258 unsigned long vector, unsigned long param) in dec_6600_mcheck_handler() argument 268 machine_check(mces, framep, vector, param); in dec_6600_mcheck_handler() 270 dec_6600_mcheck(vector, la); in dec_6600_mcheck_handler() 272 switch (vector) { in dec_6600_mcheck_handler() 280 machine_check(mces, framep, vector, param); in dec_6600_mcheck_handler()
|