Home
last modified time | relevance | path

Searched refs:SEXT (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/bsd/file/dist/src/
H A Dsoftmagic.c115 #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 Dtc-m68k.c944 #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 Dtc-tic6x.c35 #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 Dtc-m68k.c946 #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 Dtc-tic6x.c35 #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 Dor1k.opt102 Target RejectNegative Mask(SEXT)
H A Dor1k.md391 ;; extending load is always available. If SEXT is not available,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIDefines.h201 SEXT = 1 << 0, // Integer sign-extend modifier enumerator
H A DSIPeepholeSDWA.cpp323 Mods |= SISrcMods::SEXT; in getSrcMods()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp769 if (InputModifiers & SISrcMods::SEXT) in printOperandAndIntInputMods()
772 if (InputModifiers & SISrcMods::SEXT) in printOperandAndIntInputMods()
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/
H A DChangeLog-2021462 (check_sext): Check SEXT of zero clears bits.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp1879 template <> bool AVRExpandPseudo::expand<AVR::SEXT>(Block &MBB, BlockIt MBBI) { in expand()
2110 EXPAND(AVR::SEXT); in expandMI()
H A DAVRInstrInfo.td1949 def SEXT : ExtensionPseudo<
2148 (SEXT (i8 (EXTRACT_SUBREG i16:$src, sub_lo)))>;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
H A Dxtensa.md617 /* We could expand to a right shift followed by SEXT but that's
/netbsd-src/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.md644 /* We could expand to a right shift followed by SEXT but that's
/netbsd-src/external/gpl3/gdb/dist/sim/sh/
H A DChangeLog-2021388 (SEXT, SEXT32): Undefine.
/netbsd-src/external/gpl3/gdb/dist/sim/v850/
H A DChangeLog-20211780 (SEXT{5,7,16,22}): New macros.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-20053142 * config/tc-m68k.c (TRUNC, SEXT): Define.
3146 (md_apply_fix3): Use SEXT.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-20053142 * config/tc-m68k.c (TRUNC, SEXT): Define.
3146 (md_apply_fix3): Use SEXT.
/netbsd-src/external/gpl3/gdb/dist/sim/common/
H A DChangeLog-20216548 * 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 DAMDGPUAsmParser.cpp87 Operand |= Sext ? SISrcMods::SEXT : 0u; in getIntModifiersOperand()
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-2008492 WSR_CPENABLE, XSR_CPENABLE, CLAMPS, MIN, MAX, MINU, MAXU, SEXT, L32AI,
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-2008492 WSR_CPENABLE, XSR_CPENABLE, CLAMPS, MIN, MAX, MINU, MAXU, SEXT, L32AI,
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DChangeLog-2008492 WSR_CPENABLE, XSR_CPENABLE, CLAMPS, MIN, MAX, MINU, MAXU, SEXT, L32AI,
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A DChangeLog-2008492 WSR_CPENABLE, XSR_CPENABLE, CLAMPS, MIN, MAX, MINU, MAXU, SEXT, L32AI,

12