HomeSort by relevance Sort by last modified time
    Searched full:rloc (Results 1 - 25 of 33) sorted by null

1 2

  /external/llvm/test/CodeGen/X86/
seh-safe-div.ll 71 ; CHECK: leaq [[rloc:.*\(%rsp\)]], %rcx
75 ; CHECK: movl [[rloc]], %eax
89 ; CHECK: movl $-1, [[rloc]]
96 ; CHECK: movl $-2, [[rloc]]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR.xcodeproj/
acondit.pbxuser 216 rLoc = 0;
226 rLoc = 24441;
236 rLoc = 556;
246 rLoc = 968;
256 rLoc = 598;
266 rLoc = 928;
276 rLoc = 482;
286 rLoc = 2916;
296 rLoc = 1627;
306 rLoc = 158
    [all...]
  /external/valgrind/VEX/priv/
host_generic_regs.h 409 extern void ppRetLoc ( RetLoc rloc );
421 static inline Bool is_sane_RetLoc ( RetLoc rloc ) {
422 switch (rloc.pri) {
424 return rloc.spOff == 0;
host_x86_isel.c 383 RetLoc rloc )
391 cee->regparms, rloc));
1473 RetLoc rloc = mk_RetLoc_INVALID(); local
1997 RetLoc rloc = mk_RetLoc_INVALID(); local
2846 RetLoc rloc = mk_RetLoc_INVALID(); local
4109 RetLoc rloc = mk_RetLoc_INVALID(); local
    [all...]
host_mips_isel.c 1338 RetLoc rloc = mk_RetLoc_INVALID(); local
1749 RetLoc rloc = mk_RetLoc_INVALID(); local
1850 RetLoc rloc = mk_RetLoc_INVALID(); local
3832 RetLoc rloc = mk_RetLoc_INVALID(); local
    [all...]
host_amd64_isel.c 1828 RetLoc rloc = mk_RetLoc_INVALID(); local
2379 RetLoc rloc = mk_RetLoc_INVALID(); local
4586 RetLoc rloc = mk_RetLoc_INVALID(); local
    [all...]
host_s390_isel.c 1823 RetLoc rloc = mk_RetLoc_INVALID(); local
3771 RetLoc rloc = mk_RetLoc_INVALID(); local
    [all...]
host_arm64_defs.h 637 RetLoc rloc; /* where the return value will be */ member in struct:__anon19456::__anon19457::__anon19474
904 RetLoc rloc );
    [all...]
host_s390_defs.h 368 RetLoc rloc; /* where the return value will be */ member in struct:__anon19800
651 const HChar *name, RetLoc rloc);
host_mips_defs.c 870 HReg src, RetLoc rloc )
879 i->Min.Call.rloc = rloc;
884 vassert(is_sane_RetLoc(rloc));
889 UInt argiregs, RetLoc rloc )
897 i->Min.Call.rloc = rloc;
902 vassert(is_sane_RetLoc(rloc));
    [all...]
host_arm64_isel.c 2003 RetLoc rloc = mk_RetLoc_INVALID(); local
3724 RetLoc rloc = mk_RetLoc_INVALID(); local
    [all...]
host_arm_defs.h 732 RetLoc rloc; /* where the return value will be */ member in struct:__anon19559::__anon19560::__anon19575
983 RetLoc rloc );
    [all...]
host_arm_isel.c 1849 RetLoc rloc = mk_RetLoc_INVALID(); local
5989 RetLoc rloc = mk_RetLoc_INVALID(); local
    [all...]
host_ppc_isel.c 2404 RetLoc rloc = mk_RetLoc_INVALID(); local
5851 RetLoc rloc = mk_RetLoc_INVALID(); local
    [all...]
host_x86_defs.c 641 RetLoc rloc ) {
647 i->Xin.Call.rloc = rloc;
649 vassert(is_sane_RetLoc(rloc));
990 ppRetLoc(i->Xin.Call.rloc);
    [all...]
host_amd64_defs.h 476 RetLoc rloc; /* where the return value will be */ member in struct:__anon19370::__anon19371::__anon19383
host_mips_defs.h 452 RetLoc rloc; /* where the return value will be */ member in struct:__anon19644::__anon19645::__anon19653
host_tilegx_defs.h 408 RetLoc rloc; /* where the return value saved. */ member in struct:__anon19866::__anon19867::__anon19877
host_x86_defs.h 456 RetLoc rloc; /* where the return value will be */ member in struct:__anon19916::__anon19917::__anon19928
host_amd64_defs.c 678 RetLoc rloc ) {
684 i->Ain.Call.rloc = rloc;
686 vassert(is_sane_RetLoc(rloc));
    [all...]
host_arm_defs.c     [all...]
host_ppc_defs.h 617 RetLoc rloc; /* where the return value will be */ member in struct:__anon19706::__anon19707::__anon19716
    [all...]
  /external/deqp/modules/gles3/functional/
es3fInstancedRenderingTests.cpp 529 int rLoc = glGetAttribLocation(program, "a_instanceR");
530 setupVarAttribPointer((void*)&m_instanceColorR[0].u32, rLoc, ATTRIB_DIVISOR_R);
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 424 int rLoc = getInstallLoc(flags, expInstallLocation, pkgLen);
425 if (rLoc == INSTALL_LOC_INT) {
468 } else if (rLoc == INSTALL_LOC_SD) {
    [all...]

Completed in 1276 milliseconds

1 2