Home
last modified time | relevance | path

Searched refs:FP32 (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td15 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>;
49 defm : CompareZeroFP<LTEBRCompare, FP32>;
57 // fcopysign with an FP32 result.
59 def CPSDRss : BinaryRRF<"cpsd", 0xB372, fcopysign, FP32, FP32>;
60 def CPSDRsd : BinaryRRF<"cpsd", 0xB372, fcopysign, FP32, FP64>;
64 def : Pat<(fcopysign FP32:$src1, FP128:$src2),
[all …]
DSystemZRegisterInfo.td178 defm FP32 : SystemZRegClass<"FP32", f32, 32, (sequence "F%uS", 0, 15)>;
/external/llvm/test/CodeGen/Mips/
D2013-11-18-fp64-const0.ll1 ; 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/R600/
Ddefault-fp-mode.ll2 …=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/test/MC/SystemZ/
Dregs-bad.s94 # Test FP32 operands
/external/vixl/src/vixl/a64/
Dconstants-a64.h398 FP32 = 0x00000000, enumerator
417 NEON_FP_2S = FP32,
418 NEON_FP_4S = FP32 | NEON_Q,
Dassembler-a64.h3972 return fd.Is64Bits() ? FP64 : FP32; in FPType()
4023 return vd.Is64Bits() ? FP64 : FP32; in FPFormat()
/external/v8/src/arm64/
Dconstants-arm64.h415 FP32 = 0x00000000, enumerator
Dassembler-arm64-inl.h1225 return fd.Is64Bits() ? FP64 : FP32;