HomeSort by: relevance | last modified time | path
    Searched defs:SH (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/gprofng/src/
hwc_intel_icelake.h 24 #define SH(val, n) (((unsigned long long) (val)) << n)
29 .config = SH(event, 0) | SH(umask, 8) | SH(edge, 18) | SH(cmask, 24) \
30 | SH(inv, 23), \
31 .config1 = SH(offcore_rsp, 0) | SH(ldlat, 0) | SH(frontend, 0), \
1171 #undef SH
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
hwc_intel_icelake.h 24 #define SH(val, n) (((unsigned long long) (val)) << n)
29 .config = SH(event, 0) | SH(umask, 8) | SH(edge, 18) | SH(cmask, 24) \
30 | SH(inv, 23), \
31 .config1 = SH(offcore_rsp, 0) | SH(ldlat, 0) | SH(frontend, 0), \
1171 #undef SH
    [all...]
  /src/usr.sbin/paxctl/
paxctl.c 192 #define SH(field) (size == 32 ? SWAP(s.h32.field) : SWAP(s.h64.field))
244 if (SH(sh_type) != SHT_NOTE)
247 if (pread(fd, &n, NHSIZE, (off_t)SH(sh_offset)) != NHSIZE) {
255 if (pread(fd, &pax_tag, sizeof(pax_tag), SH(sh_offset) + NHSIZE)
300 (off_t)SH(sh_offset) + NHSIZE) != sizeof(pax_tag))
  /src/crypto/external/apache2/openssl/dist/test/
tls13groupselection_test.c 40 SH = 2
64 "secp384r1", SH },
68 "secp521r1", SH },
85 * (C) Explicit key shares, SH tests
94 "x25519", SH },
98 "secp256r1", SH },
122 "x25519", SH },
126 "x448", SH },
132 "x25519", SH },
136 "x448", SH },
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCInstPrinter.cpp 115 unsigned char SH = MI->getOperand(2).getImm();
119 if (SH <= 31 && MB == 0 && ME == (31-SH)) {
122 if (SH <= 31 && MB == (32-SH) && ME == 31) {
124 SH = 32-SH;
130 O << ", " << (unsigned int)SH;
139 unsigned char SH = MI->getOperand(2).getImm();
141 // rldicr RA, RS, SH, 63-SH == sldi RA, RS, S
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
mips16-opc.c 198 #define SH INSN2_SHORT_ONLY
213 {"nop", "", 0x6500, 0xffff, 0, SH|RD_16|AL, I1, 0, 0 }, /* move $0,$Z */
221 {"addiu", "x,S,V", 0x0000, 0xf800, WR_1, SH|RD_SP, 0, E2, 0 },
225 {"addu", "z,v,y", 0xe001, 0xf803, WR_1|RD_2|RD_3, SH, I1, 0, 0 },
231 {"addu", "x,S,V", 0x0000, 0xf800, WR_1, SH|RD_SP, 0, E2, 0 },
235 {"and", "x,y", 0xe80c, 0xf81f, MOD_1|RD_2, SH, I1, 0, 0 },
260 {"break", "", 0xe805, 0xffff, TRAP, SH, I1, 0, 0 },
261 {"break", "6", 0xe805, 0xf81f, TRAP, SH, I1, 0, 0 },
266 {"cmp", "x,y", 0xe80a, 0xf81f, RD_1|RD_2|WR_T, SH, I1, 0, 0 },
275 {"daddu", "z,v,y", 0xe000, 0xf803, WR_1|RD_2|RD_3, SH, I3, 0, 0 }
    [all...]
ppc-opc.c 1165 /* The b operand of extrwi, sets SH = b + n. */
1205 int64_t sh = (insn >> 11) & 0x1f; local
1208 if (sh != 31 - me)
1210 return (mb + sh) & 0x1f;
1232 int64_t sh = (insn >> 11) & 0x1f; local
1235 if (((sh + mb) & 0x1f) != 0)
1259 int64_t sh = (insn >> 11) & 0x1f; local
1262 if (((sh + me + 1) & 0x1f) != 0)
1818 /* The n operand of rotrwi, sets SH = 32 - n. */
1837 /* The n operand of slwi, sets SH = n and ME = 31 - n. *
1853 int64_t sh = (insn >> 11) & 0x1f; local
1938 int64_t sh = extract_sh6 (insn, dialect, invalid); local
1962 int64_t sh = extract_rrdn (insn, dialect, invalid); local
1986 int64_t sh = extract_sh6 (insn, dialect, invalid); local
2010 int64_t sh = extract_sh6 (insn, dialect, invalid); local
2034 int64_t sh = extract_sh6 (insn, dialect, invalid); local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
mips16-opc.c 198 #define SH INSN2_SHORT_ONLY
213 {"nop", "", 0x6500, 0xffff, 0, SH|RD_16|AL, I1, 0, 0 }, /* move $0,$Z */
221 {"addiu", "x,S,V", 0x0000, 0xf800, WR_1, SH|RD_SP, 0, E2, 0 },
225 {"addu", "z,v,y", 0xe001, 0xf803, WR_1|RD_2|RD_3, SH, I1, 0, 0 },
231 {"addu", "x,S,V", 0x0000, 0xf800, WR_1, SH|RD_SP, 0, E2, 0 },
235 {"and", "x,y", 0xe80c, 0xf81f, MOD_1|RD_2, SH, I1, 0, 0 },
260 {"break", "", 0xe805, 0xffff, TRAP, SH, I1, 0, 0 },
261 {"break", "6", 0xe805, 0xf81f, TRAP, SH, I1, 0, 0 },
266 {"cmp", "x,y", 0xe80a, 0xf81f, RD_1|RD_2|WR_T, SH, I1, 0, 0 },
275 {"daddu", "z,v,y", 0xe000, 0xf803, WR_1|RD_2|RD_3, SH, I3, 0, 0 }
    [all...]
ppc-opc.c 1165 /* The b operand of extrwi, sets SH = b + n. */
1205 int64_t sh = (insn >> 11) & 0x1f; local
1208 if (sh != 31 - me)
1210 return (mb + sh) & 0x1f;
1232 int64_t sh = (insn >> 11) & 0x1f; local
1235 if (((sh + mb) & 0x1f) != 0)
1259 int64_t sh = (insn >> 11) & 0x1f; local
1262 if (((sh + me + 1) & 0x1f) != 0)
1818 /* The n operand of rotrwi, sets SH = 32 - n. */
1837 /* The n operand of slwi, sets SH = n and ME = 31 - n. *
1853 int64_t sh = (insn >> 11) & 0x1f; local
1938 int64_t sh = extract_sh6 (insn, dialect, invalid); local
1962 int64_t sh = extract_rrdn (insn, dialect, invalid); local
1986 int64_t sh = extract_sh6 (insn, dialect, invalid); local
2010 int64_t sh = extract_sh6 (insn, dialect, invalid); local
2034 int64_t sh = extract_sh6 (insn, dialect, invalid); local
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
mips16-opc.c 198 #define SH INSN2_SHORT_ONLY
213 {"nop", "", 0x6500, 0xffff, 0, SH|RD_16|AL, I1, 0, 0 }, /* move $0,$Z */
221 {"addiu", "x,S,V", 0x0000, 0xf800, WR_1, SH|RD_SP, 0, E2, 0 },
225 {"addu", "z,v,y", 0xe001, 0xf803, WR_1|RD_2|RD_3, SH, I1, 0, 0 },
231 {"addu", "x,S,V", 0x0000, 0xf800, WR_1, SH|RD_SP, 0, E2, 0 },
235 {"and", "x,y", 0xe80c, 0xf81f, MOD_1|RD_2, SH, I1, 0, 0 },
260 {"break", "", 0xe805, 0xffff, TRAP, SH, I1, 0, 0 },
261 {"break", "6", 0xe805, 0xf81f, TRAP, SH, I1, 0, 0 },
266 {"cmp", "x,y", 0xe80a, 0xf81f, RD_1|RD_2|WR_T, SH, I1, 0, 0 },
275 {"daddu", "z,v,y", 0xe000, 0xf803, WR_1|RD_2|RD_3, SH, I3, 0, 0 }
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
mips16-opc.c 198 #define SH INSN2_SHORT_ONLY
213 {"nop", "", 0x6500, 0xffff, 0, SH|RD_16|AL, I1, 0, 0 }, /* move $0,$Z */
221 {"addiu", "x,S,V", 0x0000, 0xf800, WR_1, SH|RD_SP, 0, E2, 0 },
225 {"addu", "z,v,y", 0xe001, 0xf803, WR_1|RD_2|RD_3, SH, I1, 0, 0 },
231 {"addu", "x,S,V", 0x0000, 0xf800, WR_1, SH|RD_SP, 0, E2, 0 },
235 {"and", "x,y", 0xe80c, 0xf81f, MOD_1|RD_2, SH, I1, 0, 0 },
260 {"break", "", 0xe805, 0xffff, TRAP, SH, I1, 0, 0 },
261 {"break", "6", 0xe805, 0xf81f, TRAP, SH, I1, 0, 0 },
266 {"cmp", "x,y", 0xe80a, 0xf81f, RD_1|RD_2|WR_T, SH, I1, 0, 0 },
275 {"daddu", "z,v,y", 0xe000, 0xf803, WR_1|RD_2|RD_3, SH, I3, 0, 0 }
    [all...]
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 31 OS_VERSION!= sh ${.PARSEDIR}/../../../sys/conf/osrelease.sh
118 SH?= /bin/sh
654 sh ${.CURDIR}/../../../../sets/makeplist ${SETNAME} ${PKGBASE} > ${PLIST}
  /src/crypto/external/apache2/openssl/dist/crypto/
mem_sec.c 97 * These are the functions that must be implemented by a secure heap (sh).
303 * of "sh.minsize" units. The freelist and bitmaps are kept separately,
317 ((char *)(p) >= sh.arena && (char *)(p) < &sh.arena[sh.arena_size])
319 ((char *)(p) >= (char *)sh.freelist && (char *)(p) < (char *)&sh.freelist[sh.freelist_size])
337 } SH;
339 static SH sh variable
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/
mem_sec.c 85 * These are the functions that must be implemented by a secure heap (sh).
283 * of "sh.minsize" units. The freelist and bitmaps are kept separately,
297 ((char*)(p) >= sh.arena && (char*)(p) < &sh.arena[sh.arena_size])
299 ((char*)(p) >= (char*)sh.freelist && (char*)(p) < (char*)&sh.freelist[sh.freelist_size])
320 } SH;
322 static SH sh variable
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/
mem_sec.c 64 * These are the functions that must be implemented by a secure heap (sh).
255 * of "sh.minsize" units. The freelist and bitmaps are kept separately,
269 ((char*)(p) >= sh.arena && (char*)(p) < &sh.arena[sh.arena_size])
271 ((char*)(p) >= (char*)sh.freelist && (char*)(p) < (char*)&sh.freelist[sh.freelist_size])
292 } SH;
294 static SH sh variable
    [all...]
  /src/usr.sbin/lpr/common_source/
common.c 104 long SH; /* suppress header page */
  /src/usr.sbin/makefs/cd9660/
cd9660_eltorito.h 131 boot_catalog_section_header SH;
  /src/games/warp/
warp.h 268 /* ksh or sh would be okay here */
274 #ifndef SH
275 # define SH "/bin/sh"
  /src/sys/arch/powerpc/powerpc/
db_disasm.c 921 u_int SH;
922 SH = extract_field(instr, 31 - 20, 5);
923 db_printf("%d", SH);
934 u_int sh, shl, shh; local
937 sh = shh << 4 | shl;
938 db_printf(", %d", sh);
  /src/usr.bin/deroff/
deroff.c 225 static int SH(pacmac);
1229 SH(pacmac c12)
1338 * only called for -me .pp or .sh, when parag is on
1671 M(NONE, 'S','H', SH), /* section heading */
1672 M(NONE, 'S','N', SH), /* undocumented */
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 199 unsigned &SH, unsigned &MB, unsigned &ME);
647 bool isShiftMask, unsigned &SH,
681 SH = Shift & 31;
792 unsigned Value, SH = 0;
822 SH = (Op1Opc == ISD::SHL) ? Value : 32 - Value;
837 SH = (SHOpc == ISD::SHL) ? Value : 32 - Value;
841 SH &= 31;
842 SDValue Ops[] = { Op0, Op1, getI32Imm(SH, dl), getI32Imm(MB, dl),
4718 unsigned SH, MB, ME;
4721 if (isRotateAndMask(Val.getNode(), Imm, false, SH, MB, ME))
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
coff-sh.c 29 #include "coff/sh.h"
373 #define SH 1
465 /* This structure is used to map BFD reloc codes to SH PE relocs. */
473 /* An array mapping BFD reloc codes to SH PE relocs. */
481 /* An array mapping BFD reloc codes to SH PE relocs. */
490 corresponding SH PE reloc. */
560 /* This is the howto function for the SH relocations. */
665 /* This function handles relaxing on the SH.
667 Function calls on the SH look like this:
701 SH relaxing also handles another, unrelated, matter. On the SH, i
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
coff-sh.c 29 #include "coff/sh.h"
373 #define SH 1
465 /* This structure is used to map BFD reloc codes to SH PE relocs. */
473 /* An array mapping BFD reloc codes to SH PE relocs. */
481 /* An array mapping BFD reloc codes to SH PE relocs. */
490 corresponding SH PE reloc. */
560 /* This is the howto function for the SH relocations. */
665 /* This function handles relaxing on the SH.
667 Function calls on the SH look like this:
701 SH relaxing also handles another, unrelated, matter. On the SH, i
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
coff-sh.c 29 #include "coff/sh.h"
373 #define SH 1
465 /* This structure is used to map BFD reloc codes to SH PE relocs. */
473 /* An array mapping BFD reloc codes to SH PE relocs. */
481 /* An array mapping BFD reloc codes to SH PE relocs. */
490 corresponding SH PE reloc. */
560 /* This is the howto function for the SH relocations. */
665 /* This function handles relaxing on the SH.
667 Function calls on the SH look like this:
701 SH relaxing also handles another, unrelated, matter. On the SH, i
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
coff-sh.c 29 #include "coff/sh.h"
373 #define SH 1
465 /* This structure is used to map BFD reloc codes to SH PE relocs. */
473 /* An array mapping BFD reloc codes to SH PE relocs. */
481 /* An array mapping BFD reloc codes to SH PE relocs. */
490 corresponding SH PE reloc. */
560 /* This is the howto function for the SH relocations. */
665 /* This function handles relaxing on the SH.
667 Function calls on the SH look like this:
701 SH relaxing also handles another, unrelated, matter. On the SH, i
    [all...]

Completed in 67 milliseconds

1 2