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

1 2

  /src/external/gpl3/gdb/dist/sim/testsuite/m32c/
testutils.inc 18 # Adjust as the sim expects 3 byte offset. (!?)
37 # Adjust as the sim expects 3 byte offset. (!?)
  /src/external/gpl3/gdb.old/dist/sim/testsuite/m32c/
testutils.inc 18 # Adjust as the sim expects 3 byte offset. (!?)
37 # Adjust as the sim expects 3 byte offset. (!?)
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Pointer.h 115 unsigned Adjust;
117 Adjust = sizeof(InitMap *);
119 Adjust = sizeof(InlineDescriptor);
120 return Pointer(Pointee, Base, Base + getSize() + Adjust);
195 unsigned Adjust = 0;
198 Adjust = sizeof(InlineDescriptor);
200 Adjust = sizeof(InitMap *);
202 return Offset - Base - Adjust;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULateCodeGenPrepare.cpp 150 int64_t Adjust = Offset & 0x3;
151 if (Adjust == 0) {
152 // With a zero adjust, the original alignment could be promoted with a
169 Offset - Adjust),
175 unsigned ShAmt = Adjust * 8;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonVectorCombine.cpp 230 int Adjust) const;
439 Type *ValTy, int Adjust) const
445 if (Adjust % ElemSize == 0) {
446 Value *Tmp0 = Builder.CreateGEP(Ptr, HVC.getConstInt(Adjust / ElemSize));
452 Value *Tmp1 = Builder.CreateGEP(Tmp0, HVC.getConstInt(Adjust));
741 int Adjust = -alignTo(OffAtMax - Start, MinNeeded.value());
743 WithMaxAlign.ValTy, Adjust);
744 int Diff = Start - (OffAtMax + Adjust);
843 // Adjust the store offsets relative to the section start offset.
  /src/external/gpl3/binutils/dist/ld/scripttempl/
elfarc.sc 317 /* Adjust the address for the data segment. We want to adjust up to
  /src/external/gpl3/binutils.old/dist/ld/scripttempl/
elfarc.sc 317 /* Adjust the address for the data segment. We want to adjust up to
  /src/external/lgpl3/gmp/dist/mpn/x86_64/
mul_2.asm 61 C * Adjust initial lea to save some bytes.
62 C * Perhaps adjust n from n_param&3 value?
  /src/external/gpl3/gcc.old/dist/libgcc/config/i386/
morestack.S 133 # To make that work we adjust the return address.
192 .cfi_adjust_cfa_offset 8 # Adjust for pushed register.
221 .cfi_adjust_cfa_offset -8 # Adjust for popped register.
228 .cfi_adjust_cfa_offset -8 # Adjust for popped register.
  /src/external/gpl3/gcc/dist/libgcc/config/i386/
morestack.S 133 # To make that work we adjust the return address.
192 .cfi_adjust_cfa_offset 8 # Adjust for pushed register.
221 .cfi_adjust_cfa_offset -8 # Adjust for popped register.
228 .cfi_adjust_cfa_offset -8 # Adjust for popped register.
  /src/sys/arch/i386/stand/dosboot/
start_dos.S 243 # Adjust the intersegment jump instruction following
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-arm-common.inc 239 /* Adjust SP to point to the start of registers according to
  /src/external/gpl3/gcc/dist/libgcc/
unwind-arm-common.inc 239 /* Adjust SP to point to the start of registers according to
  /src/external/lgpl3/gmp/dist/mpn/powerpc32/
divrem_2.asm 123 C Adjust di by including d0
  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantRange.cpp 757 APInt Adjust = LowerDiv & APInt::getBitsSetFrom(getBitWidth(), DstTySize);
758 LowerDiv -= Adjust;
759 UpperDiv -= Adjust;
1008 // multiple of that element. If wrapping is possible, at least adjust the
Function.cpp 742 int Adjust = NameTable.data() - IntrinsicNameTable;
743 Intrinsic::ID ID = static_cast<Intrinsic::ID>(Idx + Adjust);
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/
lib1funcs.S 1561 ; Adjust dividend's sign
1564 ; Adjust divisor's sign
1571 ; Adjust quotient's sign
1575 ; Adjust remainder's sign
1993 ;; Adjust Dividend's Sign as needed
2004 ;; Adjust Divisor's Sign and SS.7 as needed
2020 ;; Adjust Result's Sign
  /src/external/gpl3/gcc/dist/libgcc/config/avr/
lib1funcs.S 1566 ; Adjust dividend's sign
1569 ; Adjust divisor's sign
1576 ; Adjust quotient's sign
1580 ; Adjust remainder's sign
1998 ;; Adjust Dividend's Sign as needed
2009 ;; Adjust Divisor's Sign and SS.7 as needed
2025 ;; Adjust Result's Sign
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 4155 int Adjust = 0;
4167 --Adjust;
4177 --Adjust;
4195 Adjust -= 2;
4198 --Adjust;
4208 Adjust -= 2;
4323 ++Adjust;
4327 return Adjust;
4414 // Adjust for IT block position.
4417 // Adjust for dynamic def-side opcode variants not captured by the itinerary
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
gdbarch_components.py 1528 Adjust the address retrieved from a DWARF-2 record other than a line
1546 Adjust the address updated by a line entry in a backend-specific way.
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch_components.py 1491 Adjust the address retrieved from a DWARF-2 record other than a line
1509 Adjust the address updated by a line entry in a backend-specific way.
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p9/
sqr_basecase.asm 188 addi r22, un, -1 C count for loop FIXME: Adjust
  /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
peers.cpp 86 peers->setResizeMode(QListView::Adjust);
  /src/external/gpl2/rcs/dist/src/
conf.sh 2068 /* Adjust the following declarations as needed. */
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
ieee754-df.S 314 @ adjust exponent accordingly.
352 @ Adjust exponents for denormalized arguments.
687 @ Adjust result upon the MSB position.

Completed in 94 milliseconds

1 2