/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | ArchHandler_arm64.cpp | 335 int32_t displacement) { in setDisplacementInBranch26() argument 336 assert((displacement <= 134217727) && (displacement > (-134217728)) && in setDisplacementInBranch26() 338 return (instr & 0xFC000000) | ((uint32_t)(displacement >> 2) & 0x03FFFFFF); in setDisplacementInBranch26() 342 int64_t displacement) { in setDisplacementInADRP() argument 343 assert((displacement <= 0x100000000LL) && (displacement > (-0x100000000LL)) && in setDisplacementInADRP() 347 uint32_t immhi = (displacement >> 9) & (0x00FFFFE0); in setDisplacementInADRP() 348 uint32_t immlo = (displacement << 17) & (0x60000000); in setDisplacementInADRP() 594 int32_t displacement; in applyFixupFinal() local 600 displacement = (targetAddress - fixupAddress) + ref.addend(); in applyFixupFinal() 601 *loc32 = setDisplacementInBranch26(*loc32, displacement); in applyFixupFinal() [all …]
|
D | ArchHandler_arm.cpp | 358 int32_t displacement = (instruction & 0x00FFFFFF) << 2; in getDisplacementFromArmBranch() local 359 if ((displacement & 0x02000000) != 0) in getDisplacementFromArmBranch() 360 displacement |= 0xFC000000; in getDisplacementFromArmBranch() 363 displacement += 2; in getDisplacementFromArmBranch() 364 return displacement; in getDisplacementFromArmBranch() 369 int32_t displacement, in setDisplacementInArmBranch() argument 371 assert((displacement <= 33554428) && (displacement > (-33554432)) in setDisplacementInArmBranch() 385 if (displacement & 2) in setDisplacementInArmBranch() 393 newInstruction |= (h << 24) | ((displacement >> 2) & 0x00FFFFFF); in setDisplacementInArmBranch() 425 int32_t displacement, in setDisplacementInThumbBranch() argument [all …]
|
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
D | flow_cache.h | 209 Point2f displacement; in LookupGuessFromLevel() local 214 displacement = cache_level >= kNumCacheLevels - 1 ? in LookupGuessFromLevel() 233 &displacement.x, &displacement.y); in LookupGuessFromLevel() 240 (*displacements_[cache_level])[index_y][index_x] = displacement; in LookupGuessFromLevel() 242 displacement = (*displacements_[cache_level])[index_y][index_x]; in LookupGuessFromLevel() 247 return displacement; in LookupGuessFromLevel()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | addr-01.ll | 17 ; An address with an index and a displacement (order 1). 29 ; An address with an index and a displacement (order 2). 41 ; An address with an index and a subtracted displacement (order 1). 53 ; An address with an index and a subtracted displacement (order 2). 65 ; An address with an index and a displacement added using OR. 79 ; Like f6, but without the masking. This OR doesn't count as a displacement.
|
D | addr-02.ll | 19 ; An address with an index and a displacement (order 1). 32 ; An address with an index and a displacement (order 2). 45 ; An address with an index and a subtracted displacement (order 1). 58 ; An address with an index and a subtracted displacement (order 2). 71 ; An address with an index and a displacement added using OR. 86 ; Like f6, but without the masking. This OR doesn't count as a displacement.
|
D | asm-02.ll | 2 ; an index and a 12-bit displacement. 74 ; Check that LAY is used if there is an index but the displacement is too large
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | addr-01.ll | 17 ; An address with an index and a displacement (order 1). 29 ; An address with an index and a displacement (order 2). 41 ; An address with an index and a subtracted displacement (order 1). 53 ; An address with an index and a subtracted displacement (order 2). 65 ; An address with an index and a displacement added using OR. 79 ; Like f6, but without the masking. This OR doesn't count as a displacement.
|
D | addr-02.ll | 19 ; An address with an index and a displacement (order 1). 32 ; An address with an index and a displacement (order 2). 45 ; An address with an index and a subtracted displacement (order 1). 58 ; An address with an index and a subtracted displacement (order 2). 71 ; An address with an index and a displacement added using OR. 86 ; Like f6, but without the masking. This OR doesn't count as a displacement.
|
D | vec-intrinsics-02.ll | 48 ; VLRLR with the lowest in-range displacement. 57 ; VLRLR with the highest in-range displacement. 67 ; VLRLR with an out-of-range displacement. 87 ; VLRL with the lowest in-range displacement. 96 ; VLRL with the highest in-range displacement. 106 ; VLRL with an out-of-range displacement. 135 ; VSTRLR with the lowest in-range displacement. 144 ; VSTRLR with the highest in-range displacement. 154 ; VSTRLR with an out-of-range displacement. 174 ; VSTRL with the lowest in-range displacement. [all …]
|
D | asm-02.ll | 2 ; an index and a 12-bit displacement. 74 ; Check that LAY is used if there is an index but the displacement is too large
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZOperands.td | 84 // (base register, displacement, etc.). 100 // (base register, displacement, etc.). SELTYPE is the type of the memory 103 // a suffix appended to the displacement for selection purposes; 114 // An addressing mode with a base and displacement but no index. 120 // An addressing mode with a base, displacement and index. 136 // An addressing mode with a base, displacement and a vector index. 486 // 12-bit displacement operands. 490 // 20-bit displacement operands. 507 // shift : base + displacement (32-bit) 508 // bdaddr : base + displacement [all …]
|
/external/skqp/src/effects/imagefilters/ |
D | SkDisplacementMapEffect.cpp | 107 sk_sp<SkImageFilter> displacement, in Make() argument 115 sk_sp<SkImageFilter> inputs[2] = { std::move(displacement), std::move(color) }; in Make() 158 sk_sp<GrTextureProxy> displacement, const SkMatrix& offsetMatrix, in Make() argument 161 xChannelSelector, yChannelSelector, scale, std::move(displacement), offsetMatrix, in Make() 192 sk_sp<GrTextureProxy> displacement, const SkMatrix& offsetMatrix, 364 sk_sp<SkImageFilter> displacement = sk_ref_sp(const_cast<SkImageFilter*>(this->getInput(0))); in onMakeColorSpace() local 369 std::move(displacement), std::move(color), in onMakeColorSpace() 434 sk_sp<GrTextureProxy> displacement, in GrDisplacementMapEffect() argument 440 , fDisplacementTransform(offsetMatrix, displacement.get()) in GrDisplacementMapEffect() 441 , fDisplacementSampler(displacement) in GrDisplacementMapEffect()
|
/external/llvm/test/MC/MachO/ARM/ |
D | thumb-bl-jbits.s | 16 # has it displacement encoded correctly with respect to the J1 and J2 bits when 17 # the branch is assembled with a label not a displacement.
|
/external/llvm-project/llvm/test/MC/MachO/ARM/ |
D | thumb-bl-jbits.s | 16 # has it displacement encoded correctly with respect to the J1 and J2 bits when 17 # the branch is assembled with a label not a displacement.
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZOperands.td | 103 // (base register, displacement, etc.). 120 // (base register, displacement, etc.). SELTYPE is the type of the memory 123 // a suffix appended to the displacement for selection purposes; 134 // An addressing mode with a base and displacement but no index. 140 // An addressing mode with a base, displacement and index. 163 // An addressing mode with a base, displacement and a vector index. 590 // 12-bit displacement operands. 594 // 20-bit displacement operands. 613 // shift : base + displacement (32-bit) 614 // bdaddr : base + displacement [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZOperands.td | 103 // (base register, displacement, etc.). 120 // (base register, displacement, etc.). SELTYPE is the type of the memory 123 // a suffix appended to the displacement for selection purposes; 134 // An addressing mode with a base and displacement but no index. 140 // An addressing mode with a base, displacement and index. 163 // An addressing mode with a base, displacement and a vector index. 590 // 12-bit displacement operands. 594 // 20-bit displacement operands. 613 // shift : base + displacement (32-bit) 614 // bdaddr : base + displacement [all …]
|
/external/skia/src/effects/imagefilters/ |
D | SkDisplacementMapImageFilter.cpp | 109 sk_sp<SkImageFilter> displacement, sk_sp<SkImageFilter> color, const CropRect& cropRect) { in DisplacementMap() argument 115 sk_sp<SkImageFilter> inputs[2] = { std::move(displacement), std::move(color) }; in DisplacementMap() 157 GrSurfaceProxyView displacement, 188 std::unique_ptr<GrFragmentProcessor> displacement, 427 GrSurfaceProxyView displacement, in Make() argument 443 auto dispEffect = GrTextureEffect::Make(std::move(displacement), in Make() 468 std::unique_ptr<GrFragmentProcessor> displacement, in GrDisplacementMapEffect() argument 474 this->registerChild(std::move(displacement)); in GrDisplacementMapEffect()
|
/external/ImageMagick/MagickCore/ |
D | shear.c | 1185 displacement; in XShearImage() local 1210 displacement=degrees*(double) (y-height/2.0); in XShearImage() 1211 if (displacement == 0.0) in XShearImage() 1213 if (displacement > 0.0) in XShearImage() 1217 displacement*=(-1.0); in XShearImage() 1220 step=CastDoubleToLong(floor((double) displacement)); in XShearImage() 1221 area=(double) (displacement-step); in XShearImage() 1397 displacement; in YShearImage() local 1427 displacement=degrees*(double) (x-width/2.0); in YShearImage() 1428 if (displacement == 0.0) in YShearImage() [all …]
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | hex-displacement.test | 1 # Check that target displacement has '0x' prefix
|
/external/llvm-project/llvm/test/tools/llvm-objdump/MachO/ |
D | hex-displacement.test | 1 # Check that target displacement has '0x' prefix
|
/external/llvm-project/flang/unittests/Evaluate/ |
D | ISO-Fortran-binding.cpp | 542 std::size_t displacement{offsetof(Galaxy, stars)}; in run_CFI_select_part_tests() local 544 retCode = CFI_select_part(result, source, displacement, elem_len); in run_CFI_select_part_tests() 548 static_cast<char *>(source->base_addr) + displacement == in run_CFI_select_part_tests() 574 displacement = offsetof(Galaxy, name) + 2; in run_CFI_select_part_tests() 576 retCode = CFI_select_part(result, source, displacement, elem_len); in run_CFI_select_part_tests() 579 baseAddrShiftedOk = static_cast<char *>(source->base_addr) + displacement == in run_CFI_select_part_tests()
|
/external/llvm-project/llvm/lib/Target/X86/Disassembler/ |
D | X86Disassembler.cpp | 582 insn->displacement = d8; in readDisplacement() 587 insn->displacement = d16; in readDisplacement() 592 insn->displacement = d32; in readDisplacement() 1539 insn->displacement *= 1 << (Op.encoding - ENCODING_VSIB); in readOperands() 1558 insn->displacement *= 1 << (Op.encoding - ENCODING_RM); in readOperands() 2043 MCOperand displacement; in translateRMMemory() local 2111 insn.displacement + pcrel, Dis); in translateRMMemory() 2164 displacement = MCOperand::createImm(insn.displacement); in translateRMMemory() 2171 if(!tryAddingSymbolicOperand(insn.displacement + pcrel, false, in translateRMMemory() 2174 mcInst.addOperand(displacement); in translateRMMemory()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/ |
D | X86Disassembler.cpp | 582 insn->displacement = d8; in readDisplacement() 587 insn->displacement = d16; in readDisplacement() 592 insn->displacement = d32; in readDisplacement() 1534 insn->displacement *= 1 << (Op.encoding - ENCODING_VSIB); in readOperands() 1544 insn->displacement *= 1 << (Op.encoding - ENCODING_RM); in readOperands() 2027 MCOperand displacement; in translateRMMemory() local 2094 insn.displacement + pcrel, Dis); in translateRMMemory() 2147 displacement = MCOperand::createImm(insn.displacement); in translateRMMemory() 2154 if(!tryAddingSymbolicOperand(insn.displacement + pcrel, false, in translateRMMemory() 2157 mcInst.addOperand(displacement); in translateRMMemory()
|
/external/autotest/client/deps/nvmap_compactor/src/ |
D | nvmap_carveout_compactor.c | 310 unsigned int displacement; in RunPhase() local 342 displacement = (freeBefore - freeAfter) / (1024 * 1024); in RunPhase() 344 if (displacement < phase_size) { in RunPhase() 347 displacement, phase_size); in RunPhase()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | lea-opt-memop-check-2.ll | 4 ; UNREACHABLE: "Invalid address displacement operand"
|