/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrHFP.td | 23 def LTER : UnaryRR <"lter", 0x32, null_frag, FP32, FP32>; 33 def LEDR : UnaryRR <"ledr", 0x35, null_frag, FP32, FP64>; 34 def LEXR : UnaryRRE<"lexr", 0xB366, null_frag, FP32, FP128>; 37 def LRER : UnaryRR <"lrer", 0x35, null_frag, FP32, FP64>; 42 def LDER : UnaryRRE<"lder", 0xB324, null_frag, FP64, FP32>; 43 def LXER : UnaryRRE<"lxer", 0xB326, null_frag, FP128, FP32>; 51 def CEFR : UnaryRRE<"cefr", 0xB3B4, null_frag, FP32, GR32>; 55 def CEGR : UnaryRRE<"cegr", 0xB3C4, null_frag, FP32, GR64>; 62 def CFER : BinaryRRFe<"cfer", 0xB3B8, GR32, FP32>; 66 def CGER : BinaryRRFe<"cger", 0xB3C8, GR64, FP32>; [all …]
|
D | SystemZInstrFP.td | 22 def SelectF32 : SelectWrapper<f32, FP32>; 29 defm CondStoreF32 : CondStores<FP32, nonvolatile_store, 40 def LZER : InherentRRE<"lzer", 0xB374, FP32, fpimm0>; 46 def LER : UnaryRR <"ler", 0x38, null_frag, FP32, FP32>; 52 def LDR32 : UnaryRR<"ldr", 0x28, null_frag, FP32, FP32>; 57 defm LTEBR : LoadAndTestRRE<"ltebr", 0xB302, FP32>; 65 defm : CompareZeroFP<LTEBRCompare, FP32>; 73 def LTEBRCompare_VecPseudo : Pseudo<(outs), (ins FP32:$R1, FP32:$R2), []>; 78 defm : CompareZeroFP<LTEBRCompare_VecPseudo, FP32>; 88 // fcopysign with an FP32 result. [all …]
|
D | SystemZInstrDFP.td | 35 def LEDTR : TernaryRRFe<"ledtr", 0xB3D5, FP32, FP64>; 39 def LDETR : BinaryRRFd<"ldetr", 0xB3D4, FP64, FP32>; 220 def TDCET : TestRXE<"tdcet", 0xED50, null_frag, FP32>; 227 def TDGET : TestRXE<"tdget", 0xED51, null_frag, FP32>;
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 15 def SelectF32 : SelectWrapper<FP32>; 19 defm CondStoreF32 : CondStores<FP32, nonvolatile_store, 30 def LZER : InherentRRE<"lzer", 0xB374, FP32, (fpimm0)>; 37 def LER : UnaryRR <"le", 0x38, null_frag, FP32, FP32>; 43 def LDR32 : UnaryRR<"ld", 0x28, null_frag, FP32, FP32>; 49 defm LTEBR : LoadAndTestRRE<"lteb", 0xB302, FP32>; 57 defm : CompareZeroFP<LTEBRCompare, FP32>; 65 def LTEBRCompare_VecPseudo : Pseudo<(outs), (ins FP32:$R1, FP32:$R2), []>; 70 defm : CompareZeroFP<LTEBRCompare_VecPseudo, FP32>; 79 // fcopysign with an FP32 result. [all …]
|
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
D | runtime_options.h | 26 FP32, enumerator 29 Precision storage_precision = Precision::FP32; 31 Precision accumulator_precision = Precision::FP32;
|
D | compute_task_descriptor.cc | 36 if (destination_type == metal::RuntimeOptions::Precision::FP32) { in GetByteBufferConverted() 57 destination_type == metal::RuntimeOptions::Precision::FP32 in GetByteBufferConvertedResized()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | 2013-11-18-fp64-const0.ll | 1 ; RUN: llc -march=mips -mattr=-fp64 < %s | FileCheck -check-prefix=CHECK-FP32 %s 13 ; CHECK-FP32: mtc1 $zero, $f{{[0-3]*[02468]}} 14 ; CHECK-FP32: mtc1 $zero, $f{{[0-3]*[13579]}}
|
/external/llvm/test/CodeGen/Mips/ |
D | 2013-11-18-fp64-const0.ll | 1 ; RUN: llc -march=mips -mattr=-fp64 < %s | FileCheck -check-prefix=CHECK-FP32 %s 13 ; CHECK-FP32: mtc1 $zero, $f{{[0-3]*[02468]}} 14 ; CHECK-FP32: mtc1 $zero, $f{{[0-3]*[13579]}}
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegisterInfo.td | 31 def FP32 : WebAssemblyReg<"%FP32">; 55 def I32 : WebAssemblyRegClass<[i32], 32, (add FP32, SP32)>;
|
D | WebAssemblyFrameLowering.cpp | 172 WebAssembly::FP32) in emitPrologue() 208 .addReg(hasFP(MF) ? WebAssembly::FP32 : WebAssembly::SP32) in emitEpilogue() 211 SPReg = hasFP(MF) ? WebAssembly::FP32 : WebAssembly::SP32; in emitEpilogue()
|
D | WebAssemblyRegisterInfo.cpp | 48 for (auto Reg : {WebAssembly::SP32, WebAssembly::SP64, WebAssembly::FP32, in getReservedRegs() 130 /* hasFP */ {WebAssembly::FP32, WebAssembly::FP64}}; in getFrameRegister()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegisterInfo.td | 31 def FP32 : WebAssemblyReg<"%FP32">; 62 def I32 : WebAssemblyRegClass<[i32], 32, (add FP32, SP32, I32_0)>;
|
D | WebAssemblyFrameLowering.cpp | 193 WebAssembly::FP32) in emitPrologue() 232 .addReg(hasFP(MF) ? WebAssembly::FP32 : WebAssembly::SP32) in emitEpilogue() 235 SPReg = hasFP(MF) ? WebAssembly::FP32 : WebAssembly::SP32; in emitEpilogue()
|
D | WebAssemblyRegisterInfo.cpp | 48 for (auto Reg : {WebAssembly::SP32, WebAssembly::SP64, WebAssembly::FP32, in getReservedRegs() 136 /* hasFP */ {WebAssembly::FP32, WebAssembly::FP64}}; in getFrameRegister()
|
/external/eigen/Eigen/src/Core/arch/CUDA/ |
D | Half.h | 278 union FP32 { union 293 FP32 f; f.f = ff; in float_to_half_rtne() 295 const FP32 f32infty = { 255 << 23 }; in float_to_half_rtne() 296 const FP32 f16max = { (127 + 16) << 23 }; in float_to_half_rtne() 297 const FP32 denorm_magic = { ((127 - 15) + (23 - 10) + 1) << 23 }; in float_to_half_rtne() 346 const FP32 magic = { 113 << 23 }; in half_to_float() 348 FP32 o; in half_to_float()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | utils.cc | 28 case TrtPrecisionMode::FP32: in TrtPrecisionModeToName() 45 *mode = TrtPrecisionMode::FP32; in TrtPrecisionModeFromName()
|
D | convert_graph.h | 42 TrtPrecisionMode precision_mode = TrtPrecisionMode::FP32;
|
/external/tensorflow/tensorflow/lite/tools/benchmark/ |
D | benchmark_test.cc | 37 enum class ModelGraphType { FP32, INT8 }; enumerator 40 ModelGraphType graph_type = ModelGraphType::FP32) { in CreateParams() 84 return CreateParams(2, 1.0f, 150.0f, ModelGraphType::FP32); in CreateFp32Params()
|
/external/libjpeg-turbo/simd/nasm/ |
D | jsimdcfg.inc.h | 107 %define FAST_FLOAT FP32 ; float 119 %define FLOAT_MULT_TYPE FP32 ; must be float
|
D | jsimdcfg.inc | 74 %define float FP32 ; float 83 %define FLOAT_MULT_TYPE FP32 ; must be float
|
/external/skqp/third_party/libjpeg-turbo/ |
D | jsimdcfg.inc | 74 %define float FP32 ; float 83 %define FLOAT_MULT_TYPE FP32 ; must be float
|
/external/skia/third_party/libjpeg-turbo/ |
D | jsimdcfg.inc | 74 %define float FP32 ; float 83 %define FLOAT_MULT_TYPE FP32 ; must be float
|
/external/tensorflow/tensorflow/compiler/jit/tests/ |
D | opens2s_gnmt_mixed_precision.pbtxt.gz |
|
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/kernels/ |
D | test_util.mm | 81 options.storage_precision = RuntimeOptions::Precision::FP32; 82 options.accumulator_precision = RuntimeOptions::Precision::FP32; 186 options.storage_precision = RuntimeOptions::Precision::FP32; 187 options.accumulator_precision = RuntimeOptions::Precision::FP32;
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.experimental.tensorrt.-converter.pbtxt | 7 …nfig_template=None, max_workspace_size_bytes=1073741824, precision_mode=\'FP32\', minimum_segment_…
|