HomeSort by: relevance | last modified time | path
    Searched refs:Special (Results 1 - 25 of 82) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXTargetTransformInfo.cpp 145 Optional<SpecialCase> Special;
161 SimplifyAction(SpecialCase Special, FtzRequirementTy FtzReq)
162 : Special(Special), FtzRequirement(FtzReq) {}
215 // nvvm_sqrt_f is a special case. For most intrinsics, foo_ftz_f is the
278 // need special handling.
349 // All that's left are the special cases.
350 if (!Action.Special)
353 switch (*Action.Special) {
  /src/sys/arch/acorn32/doc/
bootoptions 26 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
68 Special debugging options not for normal use
  /src/usr.bin/make/unit-tests/
deptgt.exp 23 make: deptgt.mk:64: warning: Special and mundane targets don't mix. Mundane ones ignored
deptgt.mk 3 # Tests for special targets like .BEGIN or .SUFFIXES in dependency
8 # Just in case anyone tries to compile several special targets in a single
63 # expect+1: warning: Special and mundane targets don't mix. Mundane ones ignored
varmod-defined.mk 38 # Special characters that would be interpreted differently can be escaped.
  /src/external/apache2/llvm/dist/llvm/utils/vim/syntax/
tablegen.vim 48 HiLink tgCode Special
  /src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/
gcc-match.vim 66 hi def link pdCapture Special
gimple.vim 60 " Special 'values'
  /src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/
gcc-match.vim 66 hi def link pdCapture Special
gimple.vim 60 " Special 'values'
  /src/sys/arch/atari/atari/
vectors.s 24 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
83 VECTOR(trap3) | 35: compat_16_sigreturn special syscall
183 VECTOR(badtrap) | 102: SCC Special Rx cond. Channel B
191 VECTOR(badtrap) | 110: SCC Special Rx cond. Channel A
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
trigd.inc 130 /* Special cases with exact results. */
278 /* Special cases with exact results.
424 /* Special cases with exact results. */
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
trigd.inc 130 /* Special cases with exact results. */
278 /* Special cases with exact results.
424 /* Special cases with exact results. */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
fission-base.S 323 .byte 0xf6 # Line Base Value (Special Opcodes)
324 .byte 0xf5 # Line Range Value (Special Opcodes)
325 .byte 0xa # Special Opcode Base
fission-loclists-pie.S 436 .byte 0xf6 # Line Base Value (Special Opcodes)
437 .byte 0xf2 # Line Range Value (Special Opcodes)
438 .byte 0xd # Special Opcode Base
fission-loclists.S 546 .byte 0xf6 # Line Base Value (Special Opcodes)
547 .byte 0xf2 # Line Range Value (Special Opcodes)
548 .byte 0xd # Special Opcode Base
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
fission-base.S 323 .byte 0xf6 # Line Base Value (Special Opcodes)
324 .byte 0xf5 # Line Range Value (Special Opcodes)
325 .byte 0xa # Special Opcode Base
fission-loclists-pie.S 436 .byte 0xf6 # Line Base Value (Special Opcodes)
437 .byte 0xf2 # Line Range Value (Special Opcodes)
438 .byte 0xd # Special Opcode Base
fission-loclists.S 546 .byte 0xf6 # Line Base Value (Special Opcodes)
547 .byte 0xf2 # Line Range Value (Special Opcodes)
548 .byte 0xd # Special Opcode Base
  /src/external/lgpl3/gmp/dist/mpn/x86_64/coreihwl/
redc_1.asm 105 C Special code for n = 2 since general code cannot handle it
193 C Special code for n = 1 since general code cannot handle it
269 C Special code for n = 3 since general code cannot handle it
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 162 // instructions that have special allocation requirements. Also assume all
177 bool Special =
237 if (MO.isUse() && Special) {
493 // There are three anti-dependencies here, and without special care,
605 // If MI's defs have a special allocation requirement, don't allow
609 // If this instruction's defs have special allocation requirement, don't
  /src/external/lgpl3/gmp/dist/mpn/x86/k6/
pre_mod_1.asm 135 C Special case for q1=0xFFFFFFFF, giving q=0xFFFFFFFF meaning the low dword
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerMutate.cpp 65 const char Special[] = "!*'();:@&=+$,/?%#[]012Az-`~.\xff\x00";
66 return Special[Rand(sizeof(Special) - 1)];
  /src/external/gpl3/gcc/dist/libgcc/config/rl78/
fpbit-sf.S 12 ; Special values (xxx != 0):
274 ;; Special case handling for infinities as __fixunssfsi
531 ;; Special case handling for zero.
  /src/external/gpl3/gcc.old/dist/libgcc/config/rl78/
fpbit-sf.S 12 ; Special values (xxx != 0):
274 ;; Special case handling for infinities as __fixunssfsi
531 ;; Special case handling for zero.

Completed in 34 milliseconds

1 2 3 4