HomeSort by relevance Sort by last modified time
    Searched full:displacement (Results 1 - 25 of 322) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/MachO/ARM/
thumb-bl-jbits.s 17 # has it displacement encoded correctly with respect to the J1 and J2 bits when
18 # the branch is assembled with a label not a displacement.
  /frameworks/support/v4/api21/android/support/v4/widget/
EdgeEffectCompatLollipop.java 23 public static boolean onPull(Object edgeEffect, float deltaDistance, float displacement) {
24 ((EdgeEffect) edgeEffect).onPull(deltaDistance, displacement);
  /art/compiler/linker/x86_64/
relative_patcher_x86_64.cc 29 uint32_t displacement = target_offset - patch_offset; local
30 displacement -= kPcDisplacement; // The base PC is at the end of the 4-byte patch.
33 reinterpret_cast<unaligned_int32_t*>(&(*code)[patch.LiteralOffset()])[0] = displacement;
  /art/compiler/linker/arm/
relative_patcher_thumb2.cc 37 uint32_t displacement = CalculateDisplacement(patch_offset, target_offset & ~1u); local
38 displacement -= kPcDisplacement; // The base PC is at the end of the 4-byte patch.
39 DCHECK_EQ(displacement & 1u, 0u);
40 DCHECK((displacement >> 24) == 0u || (displacement >> 24) == 255u); // 25-bit signed.
41 uint32_t signbit = (displacement >> 31) & 0x1;
42 uint32_t i1 = (displacement >> 23) & 0x1;
43 uint32_t i2 = (displacement >> 22) & 0x1;
44 uint32_t imm10 = (displacement >> 12) & 0x03ff;
45 uint32_t imm11 = (displacement >> 1) & 0x07ff
    [all...]
relative_patcher_thumb2.h 43 // PC displacement from patch location; Thumb2 PC is always at instruction address + 4.
46 // Maximum positive and negative displacement measured from the patch location.
47 // (Signed 25 bit displacement with the last bit 0 has range [-2^24, 2^24-2] measured from
relative_patcher_arm_base.cc 119 uint32_t displacement = target_offset - patch_offset; local
121 if (displacement > max_positive_displacement_ && displacement < -max_negative_displacement_) {
127 displacement = thunk_locations_[current_thunk_to_write_] - patch_offset;
132 displacement = thunk_locations_[current_thunk_to_write_ - 1] - patch_offset;
133 DCHECK(displacement >= -max_negative_displacement_);
136 return displacement;
  /art/compiler/dex/quick/arm/
utility_arm.cc 881 int displacement, RegStorage r_src_dest,
883 DCHECK_EQ(displacement & 3, 0);
885 int encoded_disp = (displacement & kOffsetMask) >> 2; // Within range of the instruction.
887 if ((displacement & ~kOffsetMask) != 0) {
889 // Add displacement & ~kOffsetMask to base, it's a single instruction for up to +-256KiB.
890 OpRegRegImm(kOpAdd, r_ptr, r_base, displacement & ~kOffsetMask);
899 if ((displacement & ~kOffsetMask) != 0 && !r_work.Valid()) {
906 * Load value from base + displacement. Optionally perform null check
910 LIR* ArmMir2Lir::LoadBaseDispBody(RegStorage r_base, int displacement, RegStorage r_dest,
925 load = LoadStoreUsingInsnWithOffsetImm8Shl2(kThumb2Vldrd, r_base, displacement, r_dest)
    [all...]
  /art/compiler/linker/x86/
relative_patcher_x86_base.cc 41 uint32_t displacement = target_offset - patch_offset; local
42 displacement -= kPcDisplacement; // The base PC is at the end of the 4-byte patch.
45 reinterpret_cast<unaligned_int32_t*>(&(*code)[literal_offset])[0] = displacement;
  /external/llvm/test/CodeGen/SystemZ/
asm-03.ll 2 ; and a 20-bit displacement.
asm-04.ll 2 ; an index and a 20-bit displacement.
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.
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.
  /art/compiler/dex/quick/mips/
utility_mips.cc 690 LIR* MipsMir2Lir::LoadBaseDispBody(RegStorage r_base, int displacement, RegStorage r_dest,
693 * Load value from base + displacement. Optionally perform null check
704 bool short_form = IS_SIMM16(displacement);
717 DCHECK_EQ((displacement & 0x3), 0);
725 short_form = IS_SIMM16_2WORD(displacement);
739 DCHECK_EQ((displacement & 0x3), 0);
743 DCHECK_EQ((displacement & 0x1), 0);
747 DCHECK_EQ((displacement & 0x1), 0);
761 load = res = NewLIR3(opcode, r_dest.GetReg(), displacement, r_base.GetReg());
764 res = OpRegRegImm(kOpAdd, r_tmp, r_base, displacement);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeableItemView.java 33 * Returns the minimum allowed displacement in the Y axis that is considered a scroll. After
34 * this displacement, all future events are considered scroll events rather than swipes.
  /frameworks/support/v4/java/android/support/v4/widget/
EdgeEffectCompat.java 55 public boolean onPull(Object edgeEffect, float deltaDistance, float displacement);
92 public boolean onPull(Object edgeEffect, float deltaDistance, float displacement) {
130 public boolean onPull(Object edgeEffect, float deltaDistance, float displacement) {
136 public boolean onPull(Object edgeEffect, float deltaDistance, float displacement) {
137 return EdgeEffectCompatLollipop.onPull(edgeEffect, deltaDistance, displacement);
207 * @param displacement The displacement from the starting side of the effect of the point
212 public boolean onPull(float deltaDistance, float displacement) {
213 return IMPL.onPull(mEdgeEffect, deltaDistance, displacement);
  /external/jmonkeyengine/engine/src/core-data/Common/ShaderLib/
Parallax.glsllib 5 // The length of this vector determines the furthest amount of displacement: (Ati's comment)
9 // Compute the actual reverse parallax displacement vector: (Ati's comment)
12 // Need to scale the amount of displacement to account for different height ranges
  /external/llvm/test/CodeGen/X86/
2011-07-13-BadFrameIndexDisplacement.ll 4 ; a large displacement and a frame index into a single lea.
  /art/compiler/dex/quick/x86/
utility_x86.cc 400 int displacement = SRegOffset(rl_dest.s_reg_low); local
418 LIR *l = NewLIR3(opcode, rs_rX86_SP_32.GetReg(), displacement, r_value);
420 AnnotateDalvikRegAccess(l, displacement >> 2, true /* is_load */, is64Bit /* is_64bit */);
421 AnnotateDalvikRegAccess(l, displacement >> 2, false /* is_load */, is64Bit /* is_64bit */);
429 int displacement = SRegOffset(rl_value.s_reg_low); local
444 LIR *l = NewLIR3(opcode, r_dest.GetReg(), rs_rX86_SP_32.GetReg(), displacement);
446 AnnotateDalvikRegAccess(l, displacement >> 2, true /* is_load */, is64Bit /* is_64bit */);
644 int displacement, RegStorage r_dest, OpSize size) {
662 DCHECK_EQ((displacement & 0x3), 0);
680 DCHECK_EQ((displacement & 0x3), 0)
    [all...]
  /external/llvm/lib/Target/MSP430/InstPrinter/
MSP430InstPrinter.cpp 66 // Print displacement first
68 // If the global address expression is a part of displacement field with a
80 assert(Disp.isImm() && "Expected immediate in displacement field");
  /art/compiler/linker/arm64/
relative_patcher_arm64.h 52 // Maximum positive and negative displacement measured from the patch location.
53 // (Signed 28 bit displacement with the last bit 0 has range [-2^27, 2^27-4] measured from
  /external/compiler-rt/lib/builtins/arm/
switch16.S 19 // It then uses R0 to index into the table and get the displacement of the
21 // to the last entry in the table. Each displacement in the table is actually
switch32.S 19 // It then uses R0 to index into the table and get the displacement of the
21 // to the last entry in the table. Each displacement in the table is actually
switch8.S 19 // It then uses R0 to index into the table and get the displacement of the
21 // to the last entry in the table. Each displacement in the table is actually
switchu8.S 19 // It then uses R0 to index into the table and get the displacement of the
21 // to the last entry in the table. Each displacement in the table is actually
  /external/skia/src/effects/
SkDisplacementMapEffect.cpp 76 // Truncate the displacement values
166 SkImageFilter* displacement,
174 SkImageFilter* inputs[2] = { displacement, color };
288 str->appendf("displacement: (");
336 GrTexture* displacement, const SkMatrix& offsetMatrix, GrTexture* color,
341 displacement,
375 GrTexture* displacement, const SkMatrix& offsetMatrix,
423 GrTexture* displacement = displacementBM.getTexture(); local
443 SkMatrix offsetMatrix = GrCoordTransform::MakeDivByTextureWHMatrix(displacement);
451 displacement,
    [all...]

Completed in 754 milliseconds

1 2 3 4 5 6 7 8 91011>>