Searched refs:aliased (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/sys/arch/sparc64/include/
H A Dpte.h257 #define SUN4U_TSB_DATA(g,sz,pa,priv,write,cache,aliased,valid,ie,wc) \
259 ((cache)?((aliased)?SUN4U_TLB_CP:SUN4U_TLB_CACHE_MASK):((wc)?0LL:SUN4U_TLB_E))|\
262 #define SUN4V_TSB_DATA(g,sz,pa,priv,write,cache,aliased,valid,ie,wc) \
265 ((cache)?((aliased)?SUN4V_TLB_CP:SUN4V_TLB_CACHE_MASK):((wc)?0LL:SUN4V_TLB_E))|\
269 #define TSB_DATA(g,sz,pa,priv,write,cache,aliased,valid,ie,wc) \
270 (CPU_ISSUN4V ? SUN4V_TSB_DATA(g,sz,pa,priv,write,cache,aliased,valid,ie,wc) : \
271 SUN4U_TSB_DATA(g,sz,pa,priv,write,cache,aliased,valid,ie,wc))
/netbsd-current/external/bsd/nvi/dist/tcl_scripts/
H A Dmailprocs.tcl54 proc aliased {target} { procedure
72 set found [aliased $target]
75 viMsg $viScreenId "$target is aliased to [string trim $name]"
77 viMsg $viScreenId "$target not aliased"
82 if {![aliased $target]} {
/netbsd-current/external/bsd/openldap/dist/libraries/librewrite/
H A Dconfig.c177 struct rewrite_context *aliased; local
191 " after aliased name"
197 aliased = rewrite_context_find( info,
199 if ( aliased == NULL ) {
201 "[%s:%d] aliased"
209 rewrite_int_curr_context->lc_alias = aliased;
210 rewrite_int_curr_context = aliased;
/netbsd-current/bin/csh/
H A Dexec.c625 (void)fprintf(cshout, "%s: \t aliased to ", vis_str(*v));
644 int aliased, found; local
647 aliased = 0;
653 aliased = 1;
686 if (aliased)
736 if (aliased)
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Daarch64-asm.c1997 const aarch64_opcode *aliased; local
2021 aliased opcode for encoding. */
2038 aliased = aarch64_find_real_opcode (opcode);
2041 and the encoding will be carried out using the rules for the aliased
2043 if (aliased != NULL && (opcode->flags & F_CONV))
2046 aliased->name, opcode->name);
2048 convert_to_real (inst, aliased);
2049 opcode = aliased;
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Daarch64-asm.c2220 const aarch64_opcode *aliased; local
2244 aliased opcode for encoding. */
2261 aliased = aarch64_find_real_opcode (opcode);
2264 and the encoding will be carried out using the rules for the aliased
2266 if (aliased != NULL && (opcode->flags & F_CONV))
2269 aliased->name, opcode->name);
2271 convert_to_real (inst, aliased);
2272 opcode = aliased;
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Daarch64-asm.c2221 const aarch64_opcode *aliased; local
2245 aliased opcode for encoding. */
2262 aliased = aarch64_find_real_opcode (opcode);
2265 and the encoding will be carried out using the rules for the aliased
2267 if (aliased != NULL && (opcode->flags & F_CONV))
2270 aliased->name, opcode->name);
2272 convert_to_real (inst, aliased);
2273 opcode = aliased;
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Daarch64-asm.c2220 const aarch64_opcode *aliased; local
2244 aliased opcode for encoding. */
2261 aliased = aarch64_find_real_opcode (opcode);
2264 and the encoding will be carried out using the rules for the aliased
2266 if (aliased != NULL && (opcode->flags & F_CONV))
2269 aliased->name, opcode->name);
2271 convert_to_real (inst, aliased);
2272 opcode = aliased;
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparc1234/
H A Dmul_1.asm100 C f2 and f4. (3) Store masks in registers aliased to `xffff' and `xffffffff'.
H A Daddmul_2.asm139 C f2 and f4. (3) Store masks in registers aliased to `xffff' and `xffffffff'.
H A Daddmul_1.asm101 C f2 and f4. (3) Store masks in registers aliased to `xffff' and `xffffffff'.
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1952 bool aliased = true; local
1955 aliased = !AA->isNoAlias(Loc1, Loc2);
1958 result = aliased;
1959 return aliased;
5994 // We increment the counter only if the locations are aliased
6019 // dependencies from i0 to i3,i4,.. (even if they are not aliased).
/netbsd-current/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/lib/Text/
H A DTemplate.pm1035 aliased.)
/netbsd-current/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1172 aliased.)

Completed in 314 milliseconds