| /netbsd-src/external/bsd/file/dist/src/ |
| H A D | softmagic.c | 115 #define SEXT(s,v,p) ((s) ? \ macro 1649 off = SEXT(sgn,8,q->b); in mget() 1654 off = SEXT(sgn,16,q->h); in mget() 1659 off = SEXT(sgn,16,BE16(q)); in mget() 1664 off = SEXT(sgn,16,LE16(q)); in mget() 1669 off = SEXT(sgn,32,q->l); in mget() 1675 off = SEXT(sgn,32,BE32(q)); in mget() 1681 off = SEXT(sgn,32,LE32(q)); in mget() 1686 off = SEXT(sgn,32,ME32(q)); in mget() 1691 off = SEXT(sgn,64,BE64(q)); in mget() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-m68k.c | 944 #define SEXT(X) ((TRUNC (X) ^ 0x80000000) - 0x80000000) macro 946 #define issbyte(x) ((valueT) SEXT (x) + 0x80 < 0x100) 948 #define issword(x) ((valueT) SEXT (x) + 0x8000 < 0x10000) 951 #define isbyte(x) ((valueT) SEXT (x) + 0xff < 0x1ff) 952 #define isword(x) ((valueT) SEXT (x) + 0xffff < 0x1ffff) 2597 SEXT (offs (&opP->disp)), in m68k_ip() 2767 SEXT (offs (&opP->disp)), in m68k_ip() 2908 SEXT (offs (&opP->disp)), in m68k_ip() 3105 SEXT (offs (&opP->disp)), in m68k_ip() 3112 SEXT (offs (&opP->disp)), in m68k_ip() [all …]
|
| H A D | tc-tic6x.c | 35 #define SEXT(X) ((TRUNC (X) ^ 0x80000000U) - 0x80000000U) macro 2538 sign_value = SEXT (operands[opno].value.exp.X_add_number); in tic6x_try_encode() 2575 sign_value = SEXT (-operands[opno].value.exp.X_add_number); in tic6x_try_encode() 3778 value = SEXT (value); in md_apply_fix() 3781 fixP->fx_offset = SEXT (fixP->fx_offset); in md_apply_fix()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-m68k.c | 946 #define SEXT(X) ((TRUNC (X) ^ 0x80000000) - 0x80000000) macro 948 #define issbyte(x) ((valueT) SEXT (x) + 0x80 < 0x100) 950 #define issword(x) ((valueT) SEXT (x) + 0x8000 < 0x10000) 953 #define isbyte(x) ((valueT) SEXT (x) + 0xff < 0x1ff) 954 #define isword(x) ((valueT) SEXT (x) + 0xffff < 0x1ffff) 2599 SEXT (offs (&opP->disp)), in m68k_ip() 2769 SEXT (offs (&opP->disp)), in m68k_ip() 2910 SEXT (offs (&opP->disp)), in m68k_ip() 3107 SEXT (offs (&opP->disp)), in m68k_ip() 3114 SEXT (offs (&opP->disp)), in m68k_ip() [all …]
|
| H A D | tc-tic6x.c | 35 #define SEXT(X) ((TRUNC (X) ^ 0x80000000U) - 0x80000000U) macro 2538 sign_value = SEXT (operands[opno].value.exp.X_add_number); in tic6x_try_encode() 2575 sign_value = SEXT (-operands[opno].value.exp.X_add_number); in tic6x_try_encode() 3778 value = SEXT (value); in md_apply_fix() 3781 fixP->fx_offset = SEXT (fixP->fx_offset); in md_apply_fix()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/or1k/ |
| H A D | or1k.opt | 102 Target RejectNegative Mask(SEXT)
|
| H A D | or1k.md | 391 ;; extending load is always available. If SEXT is not available,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIDefines.h | 201 SEXT = 1 << 0, // Integer sign-extend modifier enumerator
|
| H A D | SIPeepholeSDWA.cpp | 323 Mods |= SISrcMods::SEXT; in getSrcMods()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUInstPrinter.cpp | 769 if (InputModifiers & SISrcMods::SEXT) in printOperandAndIntInputMods() 772 if (InputModifiers & SISrcMods::SEXT) in printOperandAndIntInputMods()
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/ |
| H A D | ChangeLog-2021 | 462 (check_sext): Check SEXT of zero clears bits.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
| H A D | AVRExpandPseudoInsts.cpp | 1879 template <> bool AVRExpandPseudo::expand<AVR::SEXT>(Block &MBB, BlockIt MBBI) { in expand() 2110 EXPAND(AVR::SEXT); in expandMI()
|
| H A D | AVRInstrInfo.td | 1949 def SEXT : ExtensionPseudo< 2148 (SEXT (i8 (EXTRACT_SUBREG i16:$src, sub_lo)))>;
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/xtensa/ |
| H A D | xtensa.md | 617 /* We could expand to a right shift followed by SEXT but that's
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/xtensa/ |
| H A D | xtensa.md | 644 /* We could expand to a right shift followed by SEXT but that's
|
| /netbsd-src/external/gpl3/gdb/dist/sim/sh/ |
| H A D | ChangeLog-2021 | 388 (SEXT, SEXT32): Undefine.
|
| /netbsd-src/external/gpl3/gdb/dist/sim/v850/ |
| H A D | ChangeLog-2021 | 1780 (SEXT{5,7,16,22}): New macros.
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | ChangeLog-2005 | 3142 * config/tc-m68k.c (TRUNC, SEXT): Define. 3146 (md_apply_fix3): Use SEXT.
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | ChangeLog-2005 | 3142 * config/tc-m68k.c (TRUNC, SEXT): Define. 3146 (md_apply_fix3): Use SEXT.
|
| /netbsd-src/external/gpl3/gdb/dist/sim/common/ |
| H A D | ChangeLog-2021 | 6548 * sim-bits.c (LSSEXT, MSSEXT): Replace SEXT. 6554 * sim-bits.h (SEXT*): Define as MSEXT/LSEXT. 7974 (SIGN_EXTEND, SEXT): Change to more terse name.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 87 Operand |= Sext ? SISrcMods::SEXT : 0u; in getIntModifiersOperand()
|
| /netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
| H A D | ChangeLog-2008 | 492 WSR_CPENABLE, XSR_CPENABLE, CLAMPS, MIN, MAX, MINU, MAXU, SEXT, L32AI,
|
| /netbsd-src/external/gpl3/gdb/dist/bfd/ |
| H A D | ChangeLog-2008 | 492 WSR_CPENABLE, XSR_CPENABLE, CLAMPS, MIN, MAX, MINU, MAXU, SEXT, L32AI,
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | ChangeLog-2008 | 492 WSR_CPENABLE, XSR_CPENABLE, CLAMPS, MIN, MAX, MINU, MAXU, SEXT, L32AI,
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | ChangeLog-2008 | 492 WSR_CPENABLE, XSR_CPENABLE, CLAMPS, MIN, MAX, MINU, MAXU, SEXT, L32AI,
|