/external/valgrind/none/tests/arm/ |
D | v6intARM.c | 9 #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
|
D | v6media.c | 18 #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
|
D | v6intThumb.c | 74 #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/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsTargetMachine.cpp | 38 Reloc::Model RM, CodeModel::Model CM, in MipsTargetMachine() 57 Reloc::Model RM, CodeModel::Model CM) : in MipsebTargetMachine() 63 Reloc::Model RM, CodeModel::Model CM) : in MipselTargetMachine() 69 Reloc::Model RM, CodeModel::Model CM) : in Mips64ebTargetMachine() 75 Reloc::Model RM, CodeModel::Model CM) : in Mips64elTargetMachine()
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcTargetMachine.cpp | 29 Reloc::Model RM, CodeModel::Model CM, in SparcTargetMachine() 56 StringRef FS, Reloc::Model RM, in SparcV8TargetMachine() 63 StringRef FS, Reloc::Model RM, in SparcV9TargetMachine()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcTargetMachine.cpp | 57 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() 67 Optional<Reloc::Model> RM, in SparcTargetMachine() 189 Optional<Reloc::Model> RM, in SparcV8TargetMachine() 199 Optional<Reloc::Model> RM, in SparcV9TargetMachine() 209 Optional<Reloc::Model> RM, in SparcelTargetMachine()
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetMachine.cpp | 178 Optional<Reloc::Model> RM) { in getEffectiveRelocModel() 195 Optional<Reloc::Model> RM, in ARMBaseTargetMachine() 269 Optional<Reloc::Model> RM, in ARMTargetMachine() 284 Optional<Reloc::Model> RM, in ARMLETargetMachine() 294 Optional<Reloc::Model> RM, in ARMBETargetMachine() 304 Optional<Reloc::Model> RM, in ThumbTargetMachine() 316 Optional<Reloc::Model> RM, in ThumbLETargetMachine() 326 Optional<Reloc::Model> RM, in ThumbBETargetMachine()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCTargetMachine.cpp | 31 Reloc::Model RM, CodeModel::Model CM, in PPCTargetMachine() 47 Reloc::Model RM, CodeModel::Model CM) in PPC32TargetMachine() 54 Reloc::Model RM, CodeModel::Model CM) in PPC64TargetMachine()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 925 opStatus add(const APFloat &RHS, roundingMode RM) { in add() 932 opStatus subtract(const APFloat &RHS, roundingMode RM) { in subtract() 939 opStatus multiply(const APFloat &RHS, roundingMode RM) { in multiply() 942 opStatus divide(const APFloat &RHS, roundingMode RM) { in divide() 950 roundingMode RM) { in fusedMultiplyAdd() 954 opStatus roundToIntegral(roundingMode RM) { in roundToIntegral() 987 bool IsSigned, roundingMode RM, in convertToInteger() 991 opStatus convertToInteger(APSInt &Result, roundingMode RM, in convertToInteger() 996 roundingMode RM) { in convertFromAPInt() 1001 roundingMode RM) { in convertFromSignExtendedInteger() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86TargetMachine.cpp | 34 Reloc::Model RM, CodeModel::Model CM) in X86_32TargetMachine() 54 Reloc::Model RM, CodeModel::Model CM) in X86_64TargetMachine() 68 Reloc::Model RM, CodeModel::Model CM, in X86TargetMachine()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMTargetMachine.cpp | 40 Reloc::Model RM, CodeModel::Model CM) in ARMBaseTargetMachine() 52 Reloc::Model RM, CodeModel::Model CM) in ARMTargetMachine() 73 Reloc::Model RM, CodeModel::Model CM) in ThumbTargetMachine()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430TargetMachine.cpp | 29 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() 38 Optional<Reloc::Model> RM, in MSP430TargetMachine()
|
/external/llvm/lib/Target/BPF/ |
D | BPFTargetMachine.cpp | 40 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() 49 Optional<Reloc::Model> RM, in BPFTargetMachine()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCCodeGenInfo.cpp | 18 void MCCodeGenInfo::InitMCCodeGenInfo(Reloc::Model RM, CodeModel::Model CM) { in InitMCCodeGenInfo()
|
/external/llvm/lib/Target/Mips/ |
D | MipsTargetMachine.cpp | 82 Optional<Reloc::Model> RM) { in getEffectiveRelocModel() 96 Optional<Reloc::Model> RM, in MipsTargetMachine() 120 Optional<Reloc::Model> RM, in MipsebTargetMachine() 130 Optional<Reloc::Model> RM, in MipselTargetMachine()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetMachine.cpp | 24 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() 35 Optional<Reloc::Model> RM, in XCoreTargetMachine()
|
/external/llvm/lib/Target/AVR/ |
D | AVRTargetMachine.cpp | 37 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() 44 Optional<Reloc::Model> RM, CodeModel::Model CM, in AVRTargetMachine()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiTargetMachine.cpp | 50 Optional<Reloc::Model> RM) { in getEffectiveRelocModel() 59 Optional<Reloc::Model> RM, in LanaiTargetMachine()
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXTargetMachine.cpp | 90 Reloc::Model RM, CodeModel::Model CM, in PTXTargetMachine() 103 Reloc::Model RM, CodeModel::Model CM) in PTX32TargetMachine() 109 Reloc::Model RM, CodeModel::Model CM) in PTX64TargetMachine()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetMachine.cpp | 182 Optional<Reloc::Model> RM) { in getEffectiveRelocModel() 198 Optional<Reloc::Model> RM, in PPCTargetMachine() 234 Optional<Reloc::Model> RM, in PPC32TargetMachine() 244 Optional<Reloc::Model> RM, in PPC64TargetMachine()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetMachine.cpp | 104 Optional<Reloc::Model> RM, in NVPTXTargetMachine() 128 Optional<Reloc::Model> RM, in NVPTXTargetMachine32() 138 Optional<Reloc::Model> RM, in NVPTXTargetMachine64()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZTargetMachine.cpp | 83 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() 94 Optional<Reloc::Model> RM, in SystemZTargetMachine()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyTargetMachine.cpp | 42 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() 52 const TargetOptions &Options, Optional<Reloc::Model> RM, in WebAssemblyTargetMachine()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetMachine.cpp | 164 Optional<Reloc::Model> RM) { in getEffectiveRelocModel() 180 const TargetOptions &Options, Optional<Reloc::Model> RM, in AArch64TargetMachine() 248 const TargetOptions &Options, Optional<Reloc::Model> RM, in AArch64leTargetMachine() 256 const TargetOptions &Options, Optional<Reloc::Model> RM, in AArch64beTargetMachine()
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
D | BlackfinTargetMachine.cpp | 28 Reloc::Model RM, in BlackfinTargetMachine()
|