HomeSort by: relevance | last modified time | path
    Searched refs:aliased (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/arch/sparc64/include/
pte.h 257 #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))
  /src/external/bsd/nvi/dist/tcl_scripts/
mailprocs.tcl 54 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]} {
  /src/external/bsd/openldap/dist/libraries/librewrite/
config.c 177 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;
  /src/bin/csh/
exec.c 625 (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)
  /src/sys/arch/sandpoint/
README 69 range is aliased to the PCI CONFIG_ADDR register)
71 range is aliased to the PCI CONFIG_DATA register)
  /src/external/gpl3/binutils/dist/opcodes/
aarch64-asm.c 2619 const aarch64_opcode *aliased; local
2643 aliased opcode for encoding. */
2660 aliased = aarch64_find_real_opcode (opcode);
2663 and the encoding will be carried out using the rules for the aliased
2665 if (aliased != NULL && (opcode->flags & F_CONV))
2668 aliased->name, opcode->name);
2670 convert_to_real (inst, aliased);
2671 opcode = aliased;
  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-asm.c 2609 const aarch64_opcode *aliased; local
2633 aliased opcode for encoding. */
2650 aliased = aarch64_find_real_opcode (opcode);
2653 and the encoding will be carried out using the rules for the aliased
2655 if (aliased != NULL && (opcode->flags & F_CONV))
2658 aliased->name, opcode->name);
2660 convert_to_real (inst, aliased);
2661 opcode = aliased;
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-asm.c 2588 const aarch64_opcode *aliased; local
2612 aliased opcode for encoding. */
2629 aliased = aarch64_find_real_opcode (opcode);
2632 and the encoding will be carried out using the rules for the aliased
2634 if (aliased != NULL && (opcode->flags & F_CONV))
2637 aliased->name, opcode->name);
2639 convert_to_real (inst, aliased);
2640 opcode = aliased;
  /src/external/gpl3/gdb/dist/opcodes/
aarch64-asm.c 2607 const aarch64_opcode *aliased; local
2631 aliased opcode for encoding. */
2648 aliased = aarch64_find_real_opcode (opcode);
2651 and the encoding will be carried out using the rules for the aliased
2653 if (aliased != NULL && (opcode->flags & F_CONV))
2656 aliased->name, opcode->name);
2658 convert_to_real (inst, aliased);
2659 opcode = aliased;
  /src/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparc1234/
addmul_2.asm 139 C f2 and f4. (3) Store masks in registers aliased to `xffff' and `xffffffff'.
mul_1.asm 100 C f2 and f4. (3) Store masks in registers aliased to `xffff' and `xffffffff'.
addmul_1.asm 101 C f2 and f4. (3) Store masks in registers aliased to `xffff' and `xffffffff'.
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 1952 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).

Completed in 42 milliseconds