/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/mips/ |
H A D | mips32-dsp2.s | 2320 …dspckacc_astio dpa.w.ph, $ac2, 0x80000000, 0x00000000, 0x80000000, 0x00000000, 0xfea8b6db, 0x00000… 2325 …dspckacc_astio dpa.w.ph, $ac2, 0xfffec14f, 0x38e18814, 0xfffec14f, 0x638c8814, 0x0000aaaa, 0x80058… 2326 …dspckacc_astio dpa.w.ph, $ac2, 0x7fffffff, 0xffffffff, 0x80000000, 0x3ffc0006, 0x00007ff9, 0xfff67… 2328 …dspckacc_astio dpa.w.ph, $ac2, 0x0f0f0f0f, 0x0f0f0f0f, 0x0f0f0f0f, 0x0f0e3536, 0x001f0000, 0xf8f90… 2329 …dspckacc_astio dpa.w.ph, $ac2, 0x80000000, 0x00000000, 0x80000000, 0x2aab0000, 0x0000aaaa, 0x09558… 2341 …dspckacc_astio dpa.w.ph, $ac2, 0xffffffff, 0xfff5c2de, 0xffffffff, 0xe7f502dd, 0x7ffff003, 0xc0018… 2342 …dspckacc_astio dpa.w.ph, $ac2, 0x00000000, 0x00000000, 0xffffffff, 0xc0597f4e, 0x7fff7fff, 0x80060… 2344 …dspckacc_astio dpa.w.ph, $ac2, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xff69fff2, 0x00000… 2346 …dspckacc_astio dpa.w.ph, $ac2, 0xffffffff, 0xffffffff, 0x00000000, 0x01b6077b, 0xf8848000, 0xfffff… 2347 …dspckacc_astio dpa.w.ph, $ac2, 0xffffffff, 0xfffffffe, 0xffffffff, 0xf873d01e, 0x7ffffc01, 0xf0f00… [all …]
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/nova/ |
H A D | README | 62 * lda 2,,3 # load value from (ac3) into ac2 63 * lda 0,,2 # load value from (ac2) into ac0 66 + lda 2,50 # load value from ZP 50 into ac2 67 + lda 0,12,2 # load value from (ac2+12) into ac0 69 * lda 2,,3 # load value from (ac3) into ac2 70 * lda 0,12,2 # load value from 12(ac2) into ac0 73 + lda %2,50 # load value from ZP 50 into ac2 75 + addz %0,%2,skp # add offset to ac2 and skip 77 + lda %0,,%2 # load value from (ac2) into ac0
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/authzid/ |
H A D | authzid.c | 52 const authzid_conn_t *ac2 = (const authzid_conn_t *)c2; in authzid_conn_cmp() local 54 return SLAP_PTRCMP( ac1->conn, ac2->conn ); in authzid_conn_cmp() 61 authzid_conn_t *ac2 = (authzid_conn_t *)c2; in authzid_conn_dup() local 63 if ( ac1->conn == ac2->conn ) { in authzid_conn_dup()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-sra.cc | 2130 struct access *ac2 = (*access_vec)[j]; in sort_and_splice_var_accesses() local 2131 if (ac2->offset != access->offset || ac2->size != access->size) in sort_and_splice_var_accesses() 2133 if (ac2->write) in sort_and_splice_var_accesses() 2137 || is_gimple_reg_type (ac2->type)); in sort_and_splice_var_accesses() 2142 if (is_gimple_reg_type (ac2->type)) in sort_and_splice_var_accesses() 2150 grp_assignment_read |= ac2->grp_assignment_read; in sort_and_splice_var_accesses() 2151 grp_assignment_write |= ac2->grp_assignment_write; in sort_and_splice_var_accesses() 2152 grp_partial_lhs |= ac2->grp_partial_lhs; in sort_and_splice_var_accesses() 2153 unscalarizable_region |= ac2->grp_unscalarizable_region; in sort_and_splice_var_accesses() 2154 relink_to_new_repr (access, ac2); in sort_and_splice_var_accesses() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-sra.c | 2090 struct access *ac2 = (*access_vec)[j]; in sort_and_splice_var_accesses() local 2091 if (ac2->offset != access->offset || ac2->size != access->size) in sort_and_splice_var_accesses() 2093 if (ac2->write) in sort_and_splice_var_accesses() 2097 || is_gimple_reg_type (ac2->type)); in sort_and_splice_var_accesses() 2102 if (is_gimple_reg_type (ac2->type)) in sort_and_splice_var_accesses() 2110 grp_assignment_read |= ac2->grp_assignment_read; in sort_and_splice_var_accesses() 2111 grp_assignment_write |= ac2->grp_assignment_write; in sort_and_splice_var_accesses() 2112 grp_partial_lhs |= ac2->grp_partial_lhs; in sort_and_splice_var_accesses() 2113 unscalarizable_region |= ac2->grp_unscalarizable_region; in sort_and_splice_var_accesses() 2114 relink_to_new_repr (access, ac2); in sort_and_splice_var_accesses() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsRegisterInfo.td | 183 def HI2 : MipsReg<2, "ac2">, DwarfRegNum<[178]>; 187 def LO2 : MipsReg<2, "ac2">, DwarfRegNum<[179]>;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | interface.c | 1118 int ac1, ac2, i, j, k, n1; in count_types_test() local 1187 ac2 = 0; in count_types_test() 1193 ac2++; in count_types_test() 1195 if (ac1 > ac2) in count_types_test()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | interface.cc | 1129 int ac1, ac2, i, j, k, n1; in count_types_test() local 1198 ac2 = 0; in count_types_test() 1204 ac2++; in count_types_test() 1206 if (ac1 > ac2) in count_types_test()
|
/netbsd-src/sys/arch/m68k/060sp/dist/ |
H A D | fplsp.sa | 1456 dc.l $042260ff,$00001ac2,$f2009000,$123c0003
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | extend.texi | 16308 @code{$ac1}, @code{$ac2} or @code{$ac3}).
|
H A D | gcc.info | 48971 ('$ac0', '$ac1', '$ac2' or '$ac3').
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | extend.texi | 15323 @code{$ac1}, @code{$ac2} or @code{$ac3}).
|
H A D | gcc.info | 44979 ('$ac0', '$ac1', '$ac2' or '$ac3').
|