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

  /external/clang/lib/CodeGen/
CGCall.h 61 struct Writeback {
84 Writeback writeback; local
85 writeback.Address = address;
86 writeback.AddressType = addressType;
87 writeback.Temporary = temporary;
88 Writebacks.push_back(writeback);
93 typedef SmallVectorImpl<Writeback>::const_iterator writeback_iterator;
98 SmallVector<Writeback, 1> Writebacks;
CGCall.cpp     [all...]
  /external/llvm/test/MC/ARM/
thumb-diagnostics.s 41 @ Invalid writeback and register lists for LDM
48 @ CHECK-ERRORS: error: writeback operator '!' expected
51 @ CHECK-ERRORS: error: writeback operator '!' not allowed when base register in register list
56 @ Invalid writeback and register lists for PUSH/POP
67 @ Invalid writeback and register lists for STM
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 1442 bool writeback = (P == 0) || (W == 1); local
1544 bool writeback = (W == 1) | (P == 0); local
4216 bool writeback = (W == 1) | (P == 0); local
4253 bool writeback = (W == 1) | (P == 0); local
    [all...]
  /external/oprofile/events/i386/nehalem/
unit_masks 332 0x10 l1d_wb Counts L1D writeback operations to the L2
333 0x20 fill Counts L2 cache line fill operations due to load, RFO, L1D writeback or prefetch
334 0x40 wb Counts L2 writeback operations to the LLC
  /external/oprofile/events/mips/sb1/
events 48 event:0xd counters:1,2,3 um:zero minimum:500 name:VICTIM_WRITEBACK :A writeback occurs due to replacement
  /external/oprofile/events/i386/westmere/
unit_masks 171 0x10 l1d_wb L1D writeback to L2 transactions
173 0x40 wb L2 writeback to LLC transactions
  /external/oprofile/events/i386/atom/
events 46 event:0x67 counters:0,1 um:core,agent minimum:500 name:BUS_TRANS_WB : Explicit writeback bus transactions
  /external/qemu/
arm-dis.c 3455 bfd_boolean writeback = false, postind = false; local
    [all...]
  /external/oprofile/events/x86-64/family11h/
events 61 event:0x7f counters:0,1,2,3 um:l2_fill minimum:500 name:L2_CACHE_FILL_WRITEBACK : L2 fill/writeback
  /external/oprofile/events/x86-64/hammer/
events 61 event:0x7f counters:0,1,2,3 um:l2_fill minimum:500 name:L2_CACHE_FILL_WRITEBACK : L2 fill/writeback
  /external/qemu/target-arm/
translate.c 8702 int writeback = 0; local
    [all...]
  /external/valgrind/main/none/tests/arm/
vfp.stdout.exp     [all...]

Completed in 424 milliseconds