HomeSort by relevance Sort by last modified time
    Searched refs:RType (Results 1 - 7 of 7) 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/clang/test/CodeGen/
2008-03-24-BitField-And-Alloca.c 45 unsigned int RType : 4;
  /external/llvm/lib/Object/
MachOObjectFile.cpp 1028 unsigned RType = (RENext->Word1 >> 28) & 0xF;
1029 if (RType != 0)
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 360 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) {
361 if (RType->getDecl()->isUnion() &&
368 Field = RType->getDecl()->field_begin(),
369 FieldEnd = RType->getDecl()->field_end();
384 if (RType->getDecl()->isUnion())
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 472 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType();
473 if (LType != RType)
474 return (int)LType - (int)RType;
    [all...]

Completed in 477 milliseconds