Home
last modified time | relevance | path

Searched defs:RM (Results 1 – 25 of 79) sorted by relevance

1234

/external/valgrind/none/tests/arm/
Dv6intARM.c9 #define TESTINST2(instruction, RMval, RD, RM, carryin) \ argument
41 #define TESTINST3(instruction, RMval, RNval, RD, RM, RN, carryin) \ argument
70 #define TESTINST4(instruction, RMval, RNval, RSval, RD, RM, RN, RS, carryin) \ argument
100 #define TESTINST4_2OUT(instruction, RDval, RD2val, RMval, RSval, RD, RD2, RM, RS, carryin) \ argument
Dv6media.c18 #define TESTINST2(instruction, RMval, RD, RM, carryin) \ argument
50 #define TESTINST3(instruction, RMval, RNval, RD, RM, RN, carryin) \ argument
79 #define TESTINST4(instruction, RMval, RNval, RSval, RD, RM, RN, RS, carryin) \ argument
109 #define TESTINST4_2OUT(instruction, RDval, RD2val, RMval, RSval, RD, RD2, RM, RS, carryin) \ argument
Dv6intThumb.c74 #define TESTINST2(instruction, RMval, RD, RM, cvin) \ argument
106 #define TESTINST2x(instruction, RDval, RMval, RD, RM, cvin) \ argument
135 #define TESTINST3(instruction, RMval, RNval, RD, RM, RN, cvin) \ argument
162 #define TESTINST4(instruction, RMval, RNval, RSval, RD, RM, RN, RS, cvin) \ argument
190 #define TESTINST4_2OUT(instruction, RDval, RD2val, RMval, RSval, RD, RD2, RM, RS, cvin) \ argument
/external/llvm/lib/Target/ARM/
DARMTargetMachine.cpp179 Reloc::Model RM, CodeModel::Model CM, in ARMBaseTargetMachine()
251 Reloc::Model RM, CodeModel::Model CM, in ARMTargetMachine()
265 Reloc::Model RM, CodeModel::Model CM, in ARMLETargetMachine()
274 Reloc::Model RM, CodeModel::Model CM, in ARMBETargetMachine()
283 Reloc::Model RM, CodeModel::Model CM, in ThumbTargetMachine()
294 Reloc::Model RM, CodeModel::Model CM, in ThumbLETargetMachine()
303 Reloc::Model RM, CodeModel::Model CM, in ThumbBETargetMachine()
/external/llvm/lib/Target/Sparc/
DSparcTargetMachine.cpp60 Reloc::Model RM, CodeModel::Model CM, in SparcTargetMachine()
112 Reloc::Model RM, CodeModel::Model CM, in SparcV8TargetMachine()
121 Reloc::Model RM, CodeModel::Model CM, in SparcV9TargetMachine()
130 Reloc::Model RM, CodeModel::Model CM, in SparcelTargetMachine()
/external/llvm/lib/Target/SystemZ/
DSystemZSubtarget.cpp48 static bool bindsLocally(const GlobalValue *GV, Reloc::Model RM) { in bindsLocally()
57 Reloc::Model RM, in isPC32DBLSymbol()
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetMachine.cpp93 Reloc::Model RM, CodeModel::Model CM, in NVPTXTargetMachine()
113 Reloc::Model RM, CodeModel::Model CM, in NVPTXTargetMachine32()
122 Reloc::Model RM, CodeModel::Model CM, in NVPTXTargetMachine64()
/external/llvm/lib/Target/Mips/
DMipsTargetMachine.cpp88 Reloc::Model RM, CodeModel::Model CM, in MipsTargetMachine()
110 Reloc::Model RM, CodeModel::Model CM, in MipsebTargetMachine()
119 Reloc::Model RM, CodeModel::Model CM, in MipselTargetMachine()
/external/llvm/lib/CodeGen/
DParallelCG.cpp30 const TargetOptions &Options, Reloc::Model RM, in codegen()
46 Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, in splitCodeGen()
DLiveRangeEdit.cpp116 bool LiveRangeEdit::canRematerializeAt(Remat &RM, in canRematerializeAt()
149 const Remat &RM, in rematerializeAt()
/external/llvm/lib/Target/AArch64/
DAArch64TargetMachine.cpp126 Reloc::Model RM, CodeModel::Model CM, in AArch64TargetMachine()
168 const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, in AArch64leTargetMachine()
176 const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, in AArch64beTargetMachine()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUTargetMachine.cpp88 TargetOptions Options, Reloc::Model RM, in AMDGPUTargetMachine()
107 TargetOptions Options, Reloc::Model RM, in R600TargetMachine()
117 TargetOptions Options, Reloc::Model RM, in GCNTargetMachine()
/external/llvm/lib/Target/PowerPC/
DPPCTargetMachine.cpp182 Reloc::Model RM, CodeModel::Model CM, in PPCTargetMachine()
217 Reloc::Model RM, CodeModel::Model CM, in PPC32TargetMachine()
226 Reloc::Model RM, CodeModel::Model CM, in PPC64TargetMachine()
/external/llvm/lib/MC/
DMCCodeGenInfo.cpp18 void MCCodeGenInfo::initMCCodeGenInfo(Reloc::Model RM, CodeModel::Model CM, in initMCCodeGenInfo()
DMCObjectFileInfo.cpp835 void MCObjectFileInfo::InitMCObjectFileInfo(StringRef TT, Reloc::Model RM, in InitMCObjectFileInfo()
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcMCTargetDesc.cpp85 Reloc::Model RM, in createSparcMCCodeGenInfo()
103 Reloc::Model RM, in createSparcV9MCCodeGenInfo()
/external/clang/lib/StaticAnalyzer/Checkers/
DBuiltinFunctionChecker.cpp60 MemRegionManager& RM = C.getStoreManager().getRegionManager(); in evalCall() local
/external/llvm/lib/Target/MSP430/
DMSP430TargetMachine.cpp31 Reloc::Model RM, CodeModel::Model CM, in MSP430TargetMachine()
/external/llvm/lib/Target/BPF/
DBPFTargetMachine.cpp42 Reloc::Model RM, CodeModel::Model CM, in BPFTargetMachine()
/external/mesa3d/src/glx/apple/
DMakefile17 RM=rm macro
/external/llvm/lib/Target/MSP430/MCTargetDesc/
DMSP430MCTargetDesc.cpp52 Reloc::Model RM, in createMSP430MCCodeGenInfo()
/external/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXMCTargetDesc.cpp53 Reloc::Model RM, in createNVPTXMCCodeGenInfo()
/external/llvm/lib/Target/XCore/
DXCoreTargetMachine.cpp28 Reloc::Model RM, CodeModel::Model CM, in XCoreTargetMachine()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUTargetMachine.cpp44 Reloc::Model RM, CodeModel::Model CM, in AMDGPUTargetMachine()
/external/llvm/lib/Target/BPF/MCTargetDesc/
DBPFMCTargetDesc.cpp54 static MCCodeGenInfo *createBPFMCCodeGenInfo(const Triple &TT, Reloc::Model RM, in createBPFMCCodeGenInfo()

1234