HomeSort by relevance Sort by last modified time
    Searched refs:SH (Results 1 - 20 of 20) sorted by null

  /bionic/libdl/arch-sh/
sobegin.S 33 # The toolchain for SH-Linux does not produce INIT_ARRAY information which
34 # bionic linker relies on. Instead of it, The toolchain for SH-Linux produces
  /external/srec/config/en.us/dictionary/
c0.6 50 "!EXCLAMATION-POINT EH2 K S K L AH0 M EY1 SH AH0 N P OY2 N T
58 #SHARP-SIGN SH AA1 R P S AY1 N
94 -DASH D AE1 SH
102 /SLASH S L AE1 SH
159 ABASH AH0 B AE1 SH
160 ABASHED AH0 B AE1 SH T
191 ABBREVIATION AH0 B R IY2 V IY0 EY1 SH AH0 N
192 ABBREVIATIONS AH0 B R IY2 V IY0 EY1 SH AH0 N Z
206 ABDICATION AE2 B D IH0 K EY1 SH AH0 N
221 ABDUCTION AE0 B D AH1 K SH AH0
    [all...]
  /external/strace/
sock.c 41 #if defined (ALPHA) || defined(SH) || defined(SH64)
config.h.in 357 /* Define for the SH architecture. */
358 #undef SH
io.c 250 #if defined(SH)
syscall.c 777 #elif defined(SH)
1197 #elif defined(SH)
1243 #elif defined(SH)
    [all...]
defs.h 325 # if defined(ALPHA) || defined(SPARC) || defined(SPARC64) || defined(POWERPC) || defined(IA64) || defined(HPPA) || defined(SH) || defined(SH64) || defined(S390) || defined(S390X) || defined(ARM)
mem.c 242 #elif defined(SH) || defined(SH64)
243 /* SH has always passed the args in registers */
net.c 1451 #if defined(LINUX) && !defined(SPARC) && !defined(SPARC64) && !defined(SH) && !defined(IA64)
1464 #elif defined(SPARC) || defined(SPARC64) || defined(SH) || defined(SVR4) || defined(FREEBSD) || defined(IA64)
    [all...]
process.c 695 #elif defined(SH)
    [all...]
  /bionic/linker/
Android.mk 13 ifeq ($(TARGET_ARCH),sh)
14 # SH-4A series virtual address range from 0x00000000 to 0x7FFFFFFF.
53 ifeq ($(TARGET_ARCH),sh)
  /external/qemu/tcg/ppc/
tcg-target.c 383 #define SH(s) ((s)<<11)
533 | SH (32 - (TARGET_PAGE_BITS - CPU_TLB_ENTRY_BITS))
548 | SH (0)
720 | SH (32 - (TARGET_PAGE_BITS - CPU_TLB_ENTRY_BITS))
735 | SH (0)
772 | SH (0)
780 | SH (0)
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 380 #define SH(s) ((s)<<11)
426 static void tcg_out_rld (TCGContext *s, int op, int ra, int rs, int sh, int mb)
428 sh = SH (sh & 0x1f) | (((sh >> 5) & 1) << 1);
430 tcg_out32 (s, op | RA (ra) | RS (rs) | sh | mb);
550 | SH (32 - (TARGET_PAGE_BITS - CPU_TLB_ENTRY_BITS))
560 | SH (0)
1301 int sh = SH (args[2] & 0x1f) | (((args[2] >> 5) & 1) << 1); local
    [all...]
  /external/strace/linux/
syscall.h 149 # elif defined SH
  /external/strace/strace/linux/
syscall.h 149 # elif defined SH
  /external/libffi/
Makefile.am 24 src/sh/ffi.c src/sh/sysv.S src/sh/ffitarget.h \
150 if SH
151 nodist_libffi_la_SOURCES += src/sh/sysv.S src/sh/ffi.c
configure 1 #! /bin/sh
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 emulate sh
44 echo "#! /bin/sh" >conf$$.sh
45 echo "exit 0" >>conf$$.sh
46 chmod +x conf$$.sh
47 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
52 rm -f conf$$.sh
    [all...]
  /external/qemu/
ppc-dis.c 753 /* The SH field in an X or M form instruction. */
754 #define SH RSO + 1
757 #define EVUIMM SH
760 /* The SH field in an MD form instruction. This is split. */
761 #define SH6 SH + 1
765 /* The SH field of the tlbwe instruction, which is optional. */
883 /* SH field starting at bit position 16. */
    [all...]
  /external/opencore/protocols/rtp_payload_parser/util/output/
pv_rtp.bin 135 ???} (Sh??Ao
    [all...]
  /external/bison/tests/
testsuite 1 #! /bin/sh
7 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
8 emulate sh
16 DUALCASE=1; export DUALCASE # for MKS sh
82 echo "#! /bin/sh" >conf$$.sh
83 echo "exit 0" >>conf$$.sh
84 chmod +x conf$$.sh
85 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
90 rm -f conf$$.sh
    [all...]

Completed in 1681 milliseconds