Searched refs:FP32 (Results 1 – 15 of 15) sorted by relevance
/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>; 45 defm LTEBR : LoadAndTestRRE<"lteb", 0xB302, FP32>; 53 defm : CompareZeroFP<LTEBRCompare, FP32>; 61 def LTEBRCompare_VecPseudo : Pseudo<(outs), (ins FP32:$R1, FP32:$R2), []>; 66 defm : CompareZeroFP<LTEBRCompare_VecPseudo, FP32>; 75 // fcopysign with an FP32 result. 77 def CPSDRss : BinaryRRF<"cpsd", 0xB372, fcopysign, FP32, FP32>; [all …]
|
D | SystemZRegisterInfo.td | 209 defm FP32 : SystemZRegClass<"FP32", [f32], 32, (sequence "F%uS", 0, 15)>;
|
D | SystemZInstrVector.td | 1003 defm : ScalarToVectorFP<VREPF, v4f32, FP32, subreg_r32>;
|
/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/test/CodeGen/AMDGPU/ |
D | default-fp-mode.ll | 2 …=SI -mattr=+fp32-denormals,-fp64-denormals < %s | FileCheck -check-prefix=FP32-DENORMAL -check-pre… 9 …nga -mattr=+fp32-denormals,-fp64-denormals < %s | FileCheck -check-prefix=FP32-DENORMAL -check-pre… 24 ; FP32-DENORMAL: FloatMode: 48 25 ; FP32-DENORMAL: IeeeMode: 0
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegisterInfo.td | 31 def FP32 : WebAssemblyReg<"%FP32">; 55 def I32 : WebAssemblyRegClass<[i32], 32, (add FP32, SP32)>;
|
D | WebAssemblyRegisterInfo.cpp | 48 for (auto Reg : {WebAssembly::SP32, WebAssembly::SP64, WebAssembly::FP32, in getReservedRegs() 93 /* hasFP */ {WebAssembly::FP32, WebAssembly::FP64}}; in getFrameRegister()
|
/external/libjpeg-turbo/simd/ |
D | jsimdcfg.inc | 74 %define float FP32 ; float 83 %define FLOAT_MULT_TYPE FP32 ; must be float
|
D | jsimdext.inc | 148 %define FP32 dword ; IEEE754 single 149 %define SIZEOF_FP32 SIZEOF_DWORD ; sizeof(FP32) 150 %define FP32_BIT DWORD_BIT ; sizeof(FP32)*BYTE_BIT
|
/external/libjpeg-turbo/win/ |
D | jsimdcfg.inc | 74 %define float FP32 ; float 83 %define FLOAT_MULT_TYPE FP32 ; must be float
|
/external/llvm/test/MC/SystemZ/ |
D | regs-bad.s | 94 # Test FP32 operands
|
/external/vixl/src/vixl/a64/ |
D | constants-a64.h | 398 FP32 = 0x00000000, enumerator 417 NEON_FP_2S = FP32, 418 NEON_FP_4S = FP32 | NEON_Q,
|
D | assembler-a64.h | 4054 return fd.Is64Bits() ? FP64 : FP32; in FPType() 4105 return vd.Is64Bits() ? FP64 : FP32; in FPFormat()
|
/external/v8/src/arm64/ |
D | constants-arm64.h | 412 FP32 = 0x00000000, enumerator
|
D | assembler-arm64-inl.h | 1217 return fd.Is64Bits() ? FP64 : FP32;
|