HomeSort by relevance Sort by last modified time
    Searched refs:adjusted_offset (Results 1 - 4 of 4) sorted by null

  /external/llvm/utils/testgen/
mc-bundling-x86-gen.py 60 def print_check(adjusted_offset=None, nop_split_offset=None):
61 if adjusted_offset is not None:
65 print('# CHECK: {0:x}: incl'.format(adjusted_offset))
  /art/compiler/optimizing/
intrinsics_x86.cc 130 int32_t adjusted_offset = offset + constant * element_size; variable
131 __ movl(temp2, Address(src, temp1, ScaleFactor::TIMES_4, adjusted_offset));
154 int32_t adjusted_offset = offset + constant * element_size; variable
155 __ movl(Address(dest, temp1, ScaleFactor::TIMES_4, adjusted_offset), temp2);
    [all...]
code_generator_arm64.cc 2797 int64_t adjusted_offset = local
    [all...]
  /art/compiler/
oat_writer.cc     [all...]

Completed in 4513 milliseconds