HomeSort by relevance Sort by last modified time
    Searched full:displacement (Results 126 - 150 of 365) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/test/CodeGen/SystemZ/
bswap-05.ll 7 ; Check STRVG with no displacement.
cmpxchg-04.ll 5 ; Check CSG without a displacement.
frame-14.ll 1 ; Test the handling of base + displacement addresses for large frames,
7 ; This file tests what happens when a displacement is converted from
195 ; Check a case where the original displacement is out of range. The backend
266 ; spill a second register. This leads to an extra displacement of 8.
frame-16.ll 1 ; Test the handling of base + index + displacement addresses for large frames,
7 ; This file tests what happens when a displacement is converted from
185 ; Check a case where the original displacement is out of range. The backend
252 ; spill a second register. This leads to an extra displacement of 8.
int-add-05.ll 17 ; Check AG with no displacement.
int-add-08.ll 84 ; Test the lowest displacement that is in range of both ALG and ALCG.
int-cmp-04.ll 6 ; Check CGH with no displacement.
int-cmp-07.ll 16 ; Check CG with no displacement.
int-cmp-08.ll 17 ; Check CLG with no displacement.
int-mul-04.ll 16 ; Check MSG with no displacement.
int-sub-04.ll 17 ; Check SG with no displacement.
or-03.ll 17 ; Check OG with no displacement.
xor-03.ll 17 ; Check XG with no displacement.
  /external/skia/gyp/
gmslides.gypi 41 '../gm/displacement.cpp',
  /external/v8/src/arm/
frames-arm.h 131 // FP-relative displacement of the caller's SP. It points just
  /external/v8/src/ia32/
frames-ia32.h 90 // FP-relative displacement of the caller's SP. It points just
assembler-ia32.cc 150 // Implementation of Displacement
152 void Displacement::init(Label* L, Type type) {
1326 // Displacement of the last instruction using the label.
1338 Displacement disp = disp_at(&l);
1354 Displacement disp = disp_at(L);
1356 if (disp.type() == Displacement::CODE_RELATIVE) {
1360 if (disp.type() == Displacement::UNCONDITIONAL_JUMP) {
1408 emit_disp(L, Displacement::OTHER);
    [all...]
  /external/v8/src/x64/
frames-x64.h 82 // FP-relative displacement of the caller's SP. It points just
assembler-x64.h 400 // Offset is added to existing displacement as 32-bit signed values and
411 // Size of the ModR/M, SIB and displacement parts of the generated
429 // Adds operand displacement fields (offsets added to the memory address).
569 // On the x64 architecture, we use relative jumps with a 32-bit displacement
594 static const int kSpecialTargetSize = 4; // Use 32-bit displacement.
597 static const int kCallTargetAddressOffset = 4; // Use 32-bit displacement.
599 // 32-bit displacement of a near call would be, relative to the pushed
604 // 32-bit displacement of a near call would be, relative to the pushed
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.c 1049 * readDisplacement - Consumes the displacement of an instruction.
1051 * @param insn - The instruction whose displacement is to be read.
1052 * @return - 0 if the displacement byte was successfully read; nonzero
1075 insn->displacement = d8;
1080 insn->displacement = d16;
1085 insn->displacement = d32;
    [all...]
  /external/chromium_org/v8/src/ia32/
assembler-ia32.cc 182 // Implementation of Displacement
184 void Displacement::init(Label* L, Type type) {
1342 // Displacement of the last instruction using the label.
1354 Displacement disp = disp_at(&l);
1370 Displacement disp = disp_at(L);
1372 if (disp.type() == Displacement::CODE_RELATIVE) {
1376 if (disp.type() == Displacement::UNCONDITIONAL_JUMP) {
1424 emit_disp(L, Displacement::OTHER);
    [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.h 419 // Offset is added to existing displacement as 32-bit signed values and
430 // Size of the ModR/M, SIB and displacement parts of the generated
448 // Adds operand displacement fields (offsets added to the memory address).
548 // On the x64 architecture, we use relative jumps with a 32-bit displacement
578 static const int kSpecialTargetSize = 4; // Use 32-bit displacement.
581 static const int kCallTargetAddressOffset = 4; // Use 32-bit displacement.
601 // 32-bit displacement of a short call would be. The short call is from
606 // 32-bit displacement of a short call would be. The short call is from
    [all...]
  /art/runtime/
disassembler_x86.cc 715 int32_t displacement; local
717 displacement = *reinterpret_cast<const int8_t*>(instr);
721 displacement = *reinterpret_cast<const int32_t*>(instr);
724 args << StringPrintf("%+d (%p)", displacement, instr + displacement);
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 986 // We should never just have a displacement, that should be parsed as an
    [all...]
  /external/flac/libFLAC/ia32/
lpc_asm.nasm 130 fmul dword [esi + (32*4)] ; ST = d*data[sample+32] d WATCHOUT: not a byte displacement here!
131 fadd dword [edi + (32*4)] ; ST = autoc[32]+d*data[sample+32] d WATCHOUT: not a byte displacement here!
132 fstp dword [edi + (32*4)] ; autoc[32]+=d*data[sample+32] ST = d WATCHOUT: not a byte displacement here!
258 fmul dword [esi] ; ST = d*data[sample] d WATCHOUT: no displacement byte here!
259 fadd dword [edi] ; ST = autoc[0]+d*data[sample] d WATCHOUT: no displacement byte here!
260 fstp dword [edi] ; autoc[0]+=d*data[sample] ST = d WATCHOUT: no displacement byte here!
420 fmul dword [esi] ; ST = d*data[sample] d WATCHOUT: no displacement byte here!
421 fadd dword [edi] ; ST = autoc[0]+d*data[sample] d WATCHOUT: no displacement byte here!
422 fstp dword [edi] ; autoc[0]+=d*data[sample] ST = d WATCHOUT: no displacement byte here!
    [all...]

Completed in 491 milliseconds

1 2 3 4 56 7 8 91011>>