HomeSort by relevance Sort by last modified time
    Searched refs:RType (Results 1 - 10 of 10) 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 != X86_64_RELOC_UNSIGNED)
  /external/clang/test/CodeGen/
2008-03-24-BitField-And-Alloca.c 45 unsigned int RType : 4;
  /external/llvm/lib/Object/
MachOObjectFile.cpp 900 uint64_t RType;
901 getRelocationType(Rel, RType);
915 if (RType > 5)
918 res = Table[RType];
934 if (RType > 9)
937 res = Table[RType];
953 if (RType > 9)
956 res = Table[RType];
970 if (RType >= array_lengthof(Table))
973 res = Table[RType];
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 528 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) {
529 const RecordDecl *RDecl = RType->getDecl();
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 476 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType();
477 if (LType != RType)
478 return (int)LType - (int)RType;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d9.h 197 STDMETHOD(CheckDeviceFormat)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFormat) PURE;
275 STDMETHOD(CheckDeviceFormat)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFormat) PURE;
    [all...]
d3d8.h 145 STDMETHOD(CheckDeviceFormat)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFormat) PURE;
    [all...]

Completed in 335 milliseconds