HomeSort by relevance Sort by last modified time
    Searched refs:SC (Results 1 - 25 of 425) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libunwind/src/aarch64/
gen-offsets.c 9 #define SC(N,X) \
30 SC ("R0", regs[0]);
31 SC ("R1", regs[1]);
32 SC ("R2", regs[2]);
33 SC ("R3", regs[3]);
34 SC ("R4", regs[4]);
35 SC ("R5", regs[5]);
36 SC ("R6", regs[6]);
37 SC ("R7", regs[7]);
38 SC ("R8", regs[8])
    [all...]
  /external/libunwind/src/arm/
gen-offsets.c 9 #define SC(N,X) \
31 SC ("TRAPNO", trap_no);
32 SC ("ERRORCODE", error_code);
33 SC ("OLDMASK", oldmask);
34 SC ("R0", arm_r0);
35 SC ("R1", arm_r1);
36 SC ("R2", arm_r2);
37 SC ("R3", arm_r3);
38 SC ("R4", arm_r4);
39 SC ("R5", arm_r5)
    [all...]
  /external/libunwind/src/sh/
gen-offsets.c 9 #define SC(N,X) \
30 SC ("R0", sc_regs[0]);
31 SC ("R1", sc_regs[1]);
32 SC ("R2", sc_regs[2]);
33 SC ("R3", sc_regs[3]);
34 SC ("R4", sc_regs[4]);
35 SC ("R5", sc_regs[5]);
36 SC ("R6", sc_regs[6]);
37 SC ("R7", sc_regs[7]);
38 SC ("R8", sc_regs[8])
    [all...]
  /external/jemalloc/include/jemalloc/internal/
size_classes.h 10 * SIZE_CLASSES: Complete table of SC(index, lg_grp, lg_delta, ndelta, psz,
37 SC( 0, 3, 3, 0, no, yes, 3) \
38 SC( 1, 3, 3, 1, no, yes, 3) \
39 SC( 2, 3, 3, 2, no, yes, 3) \
40 SC( 3, 3, 3, 3, no, yes, 3) \
42 SC( 4, 5, 3, 1, no, yes, 3) \
43 SC( 5, 5, 3, 2, no, yes, 3) \
44 SC( 6, 5, 3, 3, no, yes, 3) \
45 SC( 7, 5, 3, 4, no, yes, 3) \
47 SC( 8, 6, 4, 1, no, yes, 4)
    [all...]
  /external/v8/src/
counters.h     [all...]
  /external/llvm/include/llvm/MC/
MCSubtargetInfo.h 120 const MCSchedClassDesc *SC) const {
121 return &WriteProcResTable[SC->WriteProcResIdx];
124 const MCSchedClassDesc *SC) const {
125 return getWriteProcResBegin(SC) + SC->NumWriteProcResEntries;
128 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC,
130 assert(DefIdx < SC->NumWriteLatencyEntries &&
133 return &WriteLatencyTable[SC->WriteLatencyIdx + DefIdx];
136 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx,
141 for (const MCReadAdvanceEntry *I = &ReadAdvanceTable[SC->ReadAdvanceIdx]
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSubtargetInfo.h 123 const MCSchedClassDesc *SC) const {
124 return &WriteProcResTable[SC->WriteProcResIdx];
127 const MCSchedClassDesc *SC) const {
128 return getWriteProcResBegin(SC) + SC->NumWriteProcResEntries;
131 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC,
133 assert(DefIdx < SC->NumWriteLatencyEntries &&
136 return &WriteLatencyTable[SC->WriteLatencyIdx + DefIdx];
139 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx,
144 for (const MCReadAdvanceEntry *I = &ReadAdvanceTable[SC->ReadAdvanceIdx]
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCSubtargetInfo.h 131 const MCSchedClassDesc *SC) const {
132 return &WriteProcResTable[SC->WriteProcResIdx];
135 const MCSchedClassDesc *SC) const {
136 return getWriteProcResBegin(SC) + SC->NumWriteProcResEntries;
139 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC,
141 assert(DefIdx < SC->NumWriteLatencyEntries &&
144 return &WriteLatencyTable[SC->WriteLatencyIdx + DefIdx];
147 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx,
152 for (const MCReadAdvanceEntry *I = &ReadAdvanceTable[SC->ReadAdvanceIdx]
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCSubtargetInfo.h 131 const MCSchedClassDesc *SC) const {
132 return &WriteProcResTable[SC->WriteProcResIdx];
135 const MCSchedClassDesc *SC) const {
136 return getWriteProcResBegin(SC) + SC->NumWriteProcResEntries;
139 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC,
141 assert(DefIdx < SC->NumWriteLatencyEntries &&
144 return &WriteLatencyTable[SC->WriteLatencyIdx + DefIdx];
147 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx,
152 for (const MCReadAdvanceEntry *I = &ReadAdvanceTable[SC->ReadAdvanceIdx]
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCSubtargetInfo.h 135 const MCSchedClassDesc *SC) const {
136 return &WriteProcResTable[SC->WriteProcResIdx];
139 const MCSchedClassDesc *SC) const {
140 return getWriteProcResBegin(SC) + SC->NumWriteProcResEntries;
143 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC,
145 assert(DefIdx < SC->NumWriteLatencyEntries &&
148 return &WriteLatencyTable[SC->WriteLatencyIdx + DefIdx];
151 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx,
156 for (const MCReadAdvanceEntry *I = &ReadAdvanceTable[SC->ReadAdvanceIdx]
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCSubtargetInfo.h 135 const MCSchedClassDesc *SC) const {
136 return &WriteProcResTable[SC->WriteProcResIdx];
139 const MCSchedClassDesc *SC) const {
140 return getWriteProcResBegin(SC) + SC->NumWriteProcResEntries;
143 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC,
145 assert(DefIdx < SC->NumWriteLatencyEntries &&
148 return &WriteLatencyTable[SC->WriteLatencyIdx + DefIdx];
151 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx,
156 for (const MCReadAdvanceEntry *I = &ReadAdvanceTable[SC->ReadAdvanceIdx]
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCSubtargetInfo.h 135 const MCSchedClassDesc *SC) const {
136 return &WriteProcResTable[SC->WriteProcResIdx];
139 const MCSchedClassDesc *SC) const {
140 return getWriteProcResBegin(SC) + SC->NumWriteProcResEntries;
143 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC,
145 assert(DefIdx < SC->NumWriteLatencyEntries &&
148 return &WriteLatencyTable[SC->WriteLatencyIdx + DefIdx];
151 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx,
156 for (const MCReadAdvanceEntry *I = &ReadAdvanceTable[SC->ReadAdvanceIdx]
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCSubtargetInfo.h 135 const MCSchedClassDesc *SC) const {
136 return &WriteProcResTable[SC->WriteProcResIdx];
139 const MCSchedClassDesc *SC) const {
140 return getWriteProcResBegin(SC) + SC->NumWriteProcResEntries;
143 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC,
145 assert(DefIdx < SC->NumWriteLatencyEntries &&
148 return &WriteLatencyTable[SC->WriteLatencyIdx + DefIdx];
151 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx,
156 for (const MCReadAdvanceEntry *I = &ReadAdvanceTable[SC->ReadAdvanceIdx]
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSubtargetInfo.h 123 const MCSchedClassDesc *SC) const {
124 return &WriteProcResTable[SC->WriteProcResIdx];
127 const MCSchedClassDesc *SC) const {
128 return getWriteProcResBegin(SC) + SC->NumWriteProcResEntries;
131 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC,
133 assert(DefIdx < SC->NumWriteLatencyEntries &&
136 return &WriteLatencyTable[SC->WriteLatencyIdx + DefIdx];
139 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx,
144 for (const MCReadAdvanceEntry *I = &ReadAdvanceTable[SC->ReadAdvanceIdx]
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCSubtargetInfo.h 131 const MCSchedClassDesc *SC) const {
132 return &WriteProcResTable[SC->WriteProcResIdx];
135 const MCSchedClassDesc *SC) const {
136 return getWriteProcResBegin(SC) + SC->NumWriteProcResEntries;
139 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC,
141 assert(DefIdx < SC->NumWriteLatencyEntries &&
144 return &WriteLatencyTable[SC->WriteLatencyIdx + DefIdx];
147 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx,
152 for (const MCReadAdvanceEntry *I = &ReadAdvanceTable[SC->ReadAdvanceIdx]
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCSubtargetInfo.h 131 const MCSchedClassDesc *SC) const {
132 return &WriteProcResTable[SC->WriteProcResIdx];
135 const MCSchedClassDesc *SC) const {
136 return getWriteProcResBegin(SC) + SC->NumWriteProcResEntries;
139 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC,
141 assert(DefIdx < SC->NumWriteLatencyEntries &&
144 return &WriteLatencyTable[SC->WriteLatencyIdx + DefIdx];
147 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx,
152 for (const MCReadAdvanceEntry *I = &ReadAdvanceTable[SC->ReadAdvanceIdx]
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCSubtargetInfo.h 135 const MCSchedClassDesc *SC) const {
136 return &WriteProcResTable[SC->WriteProcResIdx];
139 const MCSchedClassDesc *SC) const {
140 return getWriteProcResBegin(SC) + SC->NumWriteProcResEntries;
143 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC,
145 assert(DefIdx < SC->NumWriteLatencyEntries &&
148 return &WriteLatencyTable[SC->WriteLatencyIdx + DefIdx];
151 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx,
156 for (const MCReadAdvanceEntry *I = &ReadAdvanceTable[SC->ReadAdvanceIdx]
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCSubtargetInfo.h 135 const MCSchedClassDesc *SC) const {
136 return &WriteProcResTable[SC->WriteProcResIdx];
139 const MCSchedClassDesc *SC) const {
140 return getWriteProcResBegin(SC) + SC->NumWriteProcResEntries;
143 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC,
145 assert(DefIdx < SC->NumWriteLatencyEntries &&
148 return &WriteLatencyTable[SC->WriteLatencyIdx + DefIdx];
151 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx,
156 for (const MCReadAdvanceEntry *I = &ReadAdvanceTable[SC->ReadAdvanceIdx]
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCSubtargetInfo.h 135 const MCSchedClassDesc *SC) const {
136 return &WriteProcResTable[SC->WriteProcResIdx];
139 const MCSchedClassDesc *SC) const {
140 return getWriteProcResBegin(SC) + SC->NumWriteProcResEntries;
143 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC,
145 assert(DefIdx < SC->NumWriteLatencyEntries &&
148 return &WriteLatencyTable[SC->WriteLatencyIdx + DefIdx];
151 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx,
156 for (const MCReadAdvanceEntry *I = &ReadAdvanceTable[SC->ReadAdvanceIdx]
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCSubtargetInfo.h 135 const MCSchedClassDesc *SC) const {
136 return &WriteProcResTable[SC->WriteProcResIdx];
139 const MCSchedClassDesc *SC) const {
140 return getWriteProcResBegin(SC) + SC->NumWriteProcResEntries;
143 const MCWriteLatencyEntry *getWriteLatencyEntry(const MCSchedClassDesc *SC,
145 assert(DefIdx < SC->NumWriteLatencyEntries &&
148 return &WriteLatencyTable[SC->WriteLatencyIdx + DefIdx];
151 int getReadAdvanceCycles(const MCSchedClassDesc *SC, unsigned UseIdx,
156 for (const MCReadAdvanceEntry *I = &ReadAdvanceTable[SC->ReadAdvanceIdx]
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
TargetSchedule.h 96 const MCSchedClassDesc *SC = nullptr) const;
99 const MCSchedClassDesc *SC = nullptr) const;
103 const MCSchedClassDesc *SC = nullptr) const;
127 ProcResIter getWriteProcResBegin(const MCSchedClassDesc *SC) const {
129 return STI->getWriteProcResBegin(SC);
131 ProcResIter getWriteProcResEnd(const MCSchedClassDesc *SC) const {
132 return STI->getWriteProcResEnd(SC);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
TargetSchedule.h 100 const MCSchedClassDesc *SC = nullptr) const;
103 const MCSchedClassDesc *SC = nullptr) const;
107 const MCSchedClassDesc *SC = nullptr) const;
131 ProcResIter getWriteProcResBegin(const MCSchedClassDesc *SC) const {
133 return STI->getWriteProcResBegin(SC);
135 ProcResIter getWriteProcResEnd(const MCSchedClassDesc *SC) const {
136 return STI->getWriteProcResEnd(SC);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
TargetSchedule.h 100 const MCSchedClassDesc *SC = nullptr) const;
103 const MCSchedClassDesc *SC = nullptr) const;
107 const MCSchedClassDesc *SC = nullptr) const;
131 ProcResIter getWriteProcResBegin(const MCSchedClassDesc *SC) const {
133 return STI->getWriteProcResBegin(SC);
135 ProcResIter getWriteProcResEnd(const MCSchedClassDesc *SC) const {
136 return STI->getWriteProcResEnd(SC);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
TargetSchedule.h 100 const MCSchedClassDesc *SC = nullptr) const;
103 const MCSchedClassDesc *SC = nullptr) const;
107 const MCSchedClassDesc *SC = nullptr) const;
131 ProcResIter getWriteProcResBegin(const MCSchedClassDesc *SC) const {
133 return STI->getWriteProcResBegin(SC);
135 ProcResIter getWriteProcResEnd(const MCSchedClassDesc *SC) const {
136 return STI->getWriteProcResEnd(SC);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
TargetSchedule.h 100 const MCSchedClassDesc *SC = nullptr) const;
103 const MCSchedClassDesc *SC = nullptr) const;
107 const MCSchedClassDesc *SC = nullptr) const;
131 ProcResIter getWriteProcResBegin(const MCSchedClassDesc *SC) const {
133 return STI->getWriteProcResBegin(SC);
135 ProcResIter getWriteProcResEnd(const MCSchedClassDesc *SC) const {
136 return STI->getWriteProcResEnd(SC);

Completed in 777 milliseconds

1 2 3 4 5 6 7 8 91011>>