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

1 2 3

  /prebuilts/misc/common/swig/include/2.0.11/octave/
std_list.i 8 static int asptr(const octave_value& obj, std::list<T> **lis) {
9 return traits_asptr_stdseq<std::list<T> >::asptr(obj, lis);
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_list.i 10 static int asptr(PyObject *obj, std::list<T> **lis) {
11 return traits_asptr_stdseq<std::list<T> >::asptr(obj, lis);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
vxworks-relax-2.s 4 lis 9,elsewhere@ha
vxworks-relax.s 4 lis 9,elsewhere@ha
elfv2-2exe.d 12 .*: (3c 40 10 01|01 10 40 3c) lis r2,4097
36 .*: (3c 40 10 01|01 10 40 3c) lis r2,4097
relaxr.d 15 14: (3d 80 00 00|00 00 80 3d) lis r12,0
21 24: (3d 80 00 00|00 00 80 3d) lis r12,0
relax.d 12 14: (3d 80 80 00|00 80 80 3d) lis r12,-32768
defsym.d 16 100000bc: (02 10 40 3c|3c 40 10 02) lis r2,4098
vxworks1-lib.s 8 lis r30,__GOTT_BASE__@ha
elfv2exe.d 23 .*: (02 10 40 3c|3c 40 10 02) lis r2,4098
  /external/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 54 LiveIntervals &LIS;
62 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis,
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
74 void calculateSpillWeightsAndHints(LiveIntervals &LIS, MachineFunction &MF,
LiveRangeEdit.h 64 LiveIntervals &LIS;
115 /// @param lis The collection of all live intervals in this function.
120 MachineFunction &MF, LiveIntervals &lis, VirtRegMap *vrm,
122 : Parent(parent), NewRegs(newRegs), MRI(MF.getRegInfo()), LIS(lis),
212 /// to erase it from LIS.
  /external/valgrind/coregrind/m_dispatch/
dispatch-ppc32-linux.S 81 lis 6,VG_(machine_ppc32_has_FP)@ha
133 lis 6,VG_(machine_ppc32_has_VMX)@ha
198 lis 6,VG_(machine_ppc32_has_FP)@ha
215 lis 6,VG_(machine_ppc32_has_VMX)@ha
256 lis 10,VG_(machine_ppc32_has_FP)@ha
260 lis 11,VG_(machine_ppc32_has_VMX)@ha
443 lis 5,VG_(stats__n_xindirs_32)@ha
450 lis 5,VG_(tt_fast)@ha
469 lis 5,VG_(stats__n_xindir_misses_32)@ha
  /external/valgrind/exp-bbv/tests/ppc32-linux/
million.S 8 lis 15,499997@ha # load high 16-bits of counter
ll.S 53 # as we can just do an addi rather than an lis;addi
55 lis 25,bss_begin@ha
58 lis 26,data_begin@ha
230 lis 20,('l'<<8)+'o' # find 'lock ' and grab up to M
244 lis 20,('c'<<8)+'p' # find 'cpu\t: ' and grab up to \n
280 lis 20,('m'<<8)+'i' # find 'mips' and grab up to \n
402 lis 4,escape@ha
410 lis 4,c@ha
420 lis 4,linefeed@ha
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_list.i 10 static int asptr(VALUE obj, std::list<T> **lis) {
11 return traits_asptr_stdseq<std::list<T> >::asptr(obj, lis);
  /external/llvm/lib/CodeGen/
RegAllocBase.h 64 LiveIntervals *LIS;
69 : TRI(nullptr), MRI(nullptr), VRM(nullptr), LIS(nullptr), Matrix(nullptr) {}
74 void init(VirtRegMap &vrm, LiveIntervals &lis, LiveRegMatrix &mat);
RegAllocBase.cpp 58 LiveIntervals &lis,
63 LIS = &lis;
78 enqueue(&LIS->getInterval(Reg));
95 LIS->removeInterval(VirtReg->reg);
140 LiveInterval *SplitVirtReg = &LIS->getInterval(*I);
145 LIS->removeInterval(SplitVirtReg->reg);
InterferenceCache.h 57 /// LIS - Used for accessing register mask interference maps.
58 LiveIntervals *LIS;
97 Entry() : PhysReg(0), Tag(0), RefCount(0), Indexes(nullptr), LIS(nullptr) {}
99 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) {
104 LIS = lis;
SplitKit.h 46 const LiveIntervals &LIS;
120 SplitAnalysis(const VirtRegMap &vrm, const LiveIntervals &lis,
213 LiveIntervals &LIS;
  /frameworks/base/core/java/android/view/
OrientationEventListener.java 78 void registerListener(OrientationListener lis) {
79 mOldListener = lis;
  /external/curl/packages/vms/
clean_gnv_curl.com 56 $ file = "lcl_root:[]conftest.lis"
75 $ file = "lcl_root:[.lib]*.lis"
78 $ file = "lcl_root:[.src]*.lis"
154 $ file = "lcl_root:[...]*.lis"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
test1elf64.s 49 lis 4,.L_tsym5@toc@ha
test1elf.asm 49 lis 4,.L_tsym5@toc@ha
  /external/v8/test/cctest/
test-disasm-ppc.cc 132 COMPARE(lis(r8, Operand(22560)), "3d005820 lis r8, 22560");

Completed in 2521 milliseconds

1 2 3