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

  /system/core/libpixelflinger/codeflinger/
mips_disassem.c 211 if ( (i.RType.func == OP_ADDU && i.RType.rt == 0) ||
212 (i.RType.func == OP_OR && i.RType.rt == 0) ) {
214 reg_name[i.RType.rd],
215 reg_name[i.RType.rs]);
219 if (i.RType.func == OP_SRL && (i.RType.rs & 1) == 1) {
220 db_printf("rotr\t%s,%s,%d", reg_name[i.RType.rd],
221 reg_name[i.RType.rt], i.RType.shamt)
    [all...]
mips_opcode.h 70 } RType;
102 } RType;
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachORelocationInfo.cpp 82 unsigned RType = Obj->getAnyRelocationType(RENext);
83 if (RType != RIT_X86_64_Unsigned)
  /external/clang/test/CodeGen/
2008-03-24-BitField-And-Alloca.c 45 unsigned int RType : 4;
  /external/llvm/lib/Object/
MachOObjectFile.cpp 904 uint64_t RType;
905 getRelocationType(Rel, RType);
919 if (RType > 6)
922 res = Table[RType];
938 if (RType > 9)
941 res = Table[RType];
957 if (RType > 9)
960 res = Table[RType];
982 res = Table[RType];
1028 unsigned RType = getAnyRelocationType(RENext)
    [all...]
  /external/chromium_org/content/gpu/
gpu_idirect3d9_mock_win.h 27 D3DRESOURCETYPE RType, D3DFORMAT CheckFormat));
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 438 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) {
439 const RecordDecl *RDecl = RType->getDecl();
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 478 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType();
479 if (LType != RType)
480 return (int)LType - (int)RType;
    [all...]

Completed in 252 milliseconds