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

  /external/autotest/client/site_tests/platform_DebugDaemonGetPerfData/
platform_DebugDaemonGetPerfData.py 60 def validate_get_perf_method(self, duration, num_reps, load_type):
66 @param load_type: A label to use for storing into perf keyvals.
115 key = 'mean_%s_size_%s_%d' % (result_type, load_type, duration)
140 for load_type, load_command in load_items:
147 self.validate_get_perf_method(duration, num_reps, load_type)
  /external/gemmlowp/meta/generators/
neon_emitter.py 404 def EmitVLoad(self, load_no, load_type, destination, source):
405 self.EmitVLoadA(load_no, load_type, [destination], source)
407 def EmitVLoadA(self, load_no, load_type, destinations, source):
408 self.EmitOp2('vld%d.%d' % (load_no, load_type),
412 load_type,
417 bits_to_load = load_type * elem_count
493 def EmitVLoadE(self, load_type, count, destination, source, alignment=None):
494 self.EmitVLoadAE(load_type, count, [destination], source, alignment)
496 def EmitVLoadAllLanes(self, load_no, load_type, destination, source):
503 self.EmitVLoadA(load_no, load_type, destinations, source
    [all...]
neon_emitter_64.py 807 def EmitVLoad(self, load_no, load_type, destination, source):
808 self.EmitVLoadA(load_no, load_type, [destination], source)
810 def EmitVLoadA(self, load_no, load_type, destinations, source):
814 self.EmitVLoadAPostIncrement(load_no, load_type, destinations, source,
817 self.EmitVLoadAPostIncrement(load_no, load_type, destinations, source,
820 def EmitVLoadAPostIncrement(self, load_no, load_type, destinations, source,
824 destination = '{%s}' % _AppendType(load_type, destinations[0])
831 destination_list = _RegisterList(load_type, destinations)
838 load_type,
844 bits_to_load = load_type * elem_coun
    [all...]
  /art/compiler/optimizing/
code_generator_mips64.cc 1117 LoadOperandType load_type = double_slot ? kLoadDoubleword : kLoadWord; local
1279 LoadOperandType load_type = source.IsStackSlot() ? kLoadWord : kLoadDoubleword; local
1473 LoadOperandType load_type = mem_loc.IsStackSlot() ? kLoadWord : kLoadDoubleword; local
    [all...]
code_generator_mips.cc 6112 LoadOperandType load_type = kLoadUnsignedByte; local
    [all...]
code_generator_arm_vixl.cc 6352 LoadOperandType load_type = GetLoadOperandType(type); local
    [all...]
  /art/compiler/utils/mips64/
assembler_mips64.cc     [all...]
assembler_mips64.h     [all...]

Completed in 143 milliseconds