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

  /system/core/libpixelflinger/codeflinger/
mips64_disassem.c 176 if ( (i.RType.func == OP_ADDU && i.RType.rt == 0) ||
177 (i.RType.func == OP_OR && i.RType.rt == 0) ) {
179 reg_name[i.RType.rd],
180 reg_name[i.RType.rs]);
184 if (i.RType.func == OP_SRL && (i.RType.rs & 1) == 1) {
185 db_printf("rotr\t%s,%s,%d", reg_name[i.RType.rd],
186 reg_name[i.RType.rt], i.RType.shamt)
    [all...]
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 85 unsigned RType = Obj->getAnyRelocationType(RENext);
86 if (RType != X86_64_RELOC_UNSIGNED)
  /external/clang/test/CodeGen/
2008-03-24-BitField-And-Alloca.c 45 unsigned int RType : 4;
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 619 unsigned RType = Obj->getAnyRelocationType(RENext);
620 if (RType != MachO::X86_64_RELOC_UNSIGNED)
667 unsigned RType = Obj->getAnyRelocationType(RENext);
669 if (RType != MachO::GENERIC_RELOC_PAIR)
689 unsigned RType = Obj->getAnyRelocationType(RENext);
690 if (RType != MachO::GENERIC_RELOC_PAIR)
729 unsigned RType = Obj->getAnyRelocationType(RENext);
730 if (RType != MachO::ARM_RELOC_PAIR)
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 648 uint64_t RType = getRelocationType(Rel);
662 if (RType > 5)
665 res = Table[RType];
681 if (RType > 9)
684 res = Table[RType];
700 if (RType > 9)
703 res = Table[RType];
716 if (RType >= array_lengthof(Table))
719 res = Table[RType];
741 if (RType > 15
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 491 if (const RecordType *RType = ILE->getType()->getAs<RecordType>())
492 if (!RType->getDecl()->isUnion())
577 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) {
578 const RecordDecl *RDecl = RType->getDecl();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 471 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType();
472 if (LType != RType)
473 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 1451 milliseconds