Home
last modified time | relevance | path

Searched refs:STC (Results 1 – 25 of 80) sorted by relevance

1234

/external/aac/libFDK/src/
DFDK_tools_rom.cpp758 STC(0x40000000),
759 STC(0xc0000000),
765 STC(0x6ed9eba1),
766 STC(0x6ed9eba1),
772 STC(0x6ed9eba1),
773 STC(0x40000000),
774 STC(0x40000000),
775 STC(0xc0000000),
781 STC(0x40000000),
782 STC(0x6ed9eba1),
[all …]
Dfft_rad2.cpp293 cplxMultDiv2(&vi, &vr, x[t2 + 1], x[t2], STC(0x5a82799a), in dit_fft()
294 STC(0x5a82799a)); in dit_fft()
308 cplxMultDiv2(&vr, &vi, x[t2 + 1], x[t2], STC(0x5a82799a), in dit_fft()
309 STC(0x5a82799a)); in dit_fft()
Dfft.cpp106 #define W_PiFOURTH STC(0x5a82799a)
195 #define C31 (STC(0x91261468)) /* FL2FXCONST_DBL(-0.86602540) = -sqrt(3)/2 */
226 #define F5C(x) STC(x)
291 #define F5C(x) STC(x)
462 #define C31 (STC(0x91261468)) /* FL2FXCONST_DBL(-0.86602540) = -sqrt(3)/2 */
1001 #define W_PiFOURTH STC(0x5a82799a)
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp719 MemRegionManager::getStackLocalsRegion(const StackFrameContext *STC) { in getStackLocalsRegion() argument
720 assert(STC); in getStackLocalsRegion()
721 StackLocalsSpaceRegion *&R = StackLocalsSpaceRegions[STC]; in getStackLocalsRegion()
727 new (R) StackLocalsSpaceRegion(this, STC); in getStackLocalsRegion()
732 MemRegionManager::getStackArgumentsRegion(const StackFrameContext *STC) { in getStackArgumentsRegion() argument
733 assert(STC); in getStackArgumentsRegion()
734 StackArgumentsSpaceRegion *&R = StackArgumentsSpaceRegions[STC]; in getStackArgumentsRegion()
740 new (R) StackArgumentsSpaceRegion(this, STC); in getStackArgumentsRegion()
859 const StackFrameContext *STC = V.get<const StackFrameContext*>(); in getVarRegion() local
861 if (!STC) in getVarRegion()
[all …]
DLoopWidening.cpp52 const StackFrameContext *STC = LCtx->getCurrentStackFrame(); in getWidenedLoopState() local
54 const MemRegion *Regions[] = {MRMgr.getStackLocalsRegion(STC), in getWidenedLoopState()
55 MRMgr.getStackArgumentsRegion(STC), in getWidenedLoopState()
/external/aac/libFDK/include/
DFDK_archdef.h230 #define STC(a) (FX_DBL2FXCONST_SGL(a)) macro
234 #define STC(a) ((FIXP_DBL)(LONG)(a)) macro
239 { STC(cos), STC(sin) } \
/external/aac/libFDK/src/arm/
Dfft_rad2_arm.cpp284 cplxMultDiv2(&vi, &vr, xt2[1], xt2[0], STC(0x5a82799a), in dit_fft()
285 STC(0x5a82799a)); in dit_fft()
299 cplxMultDiv2(&vr, &vi, xt2[1], xt2[0], STC(0x5a82799a), in dit_fft()
300 STC(0x5a82799a)); in dit_fft()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetMachine.h133 template<typename STC> const STC &getSubtarget() const { in getSubtarget()
134 return *static_cast<const STC*>(getSubtargetImpl()); in getSubtarget()
/external/llvm/include/llvm/Target/
DTargetMachine.h128 template <typename STC> const STC &getSubtarget(const Function &F) const { in getSubtarget()
129 return *static_cast<const STC*>(getSubtargetImpl(F)); in getSubtarget()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetMachine.h122 template <typename STC> const STC &getSubtarget(const Function &F) const { in getSubtarget()
123 return *static_cast<const STC*>(getSubtargetImpl(F)); in getSubtarget()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-move-04.ll34 ; Check the high end of the STC range.
44 ; Check the next byte up, which should use STCY instead of STC.
108 ; Check that STC allows an index.
Dregalloc-fast-invalid-kill-flag.mir32 STC %1.subreg_l32, %2, 8, $noreg
Dframe-16.ll104 ; Add 4095 to the previous offset, to test the other end of the STC range.
125 ; Test the next offset after that, which uses STCY instead of STC.
148 ; LLILH while still using STC in more cases than 0x40000 anchors would.
191 ; kind of anchor optimization, so there should be no offset on the STC itself.
Dint-const-03.ll142 ; Check that MVI does not allow an index. We prefer STC in that case.
Dcond-store-01.ll178 ; Check the high end of the STC range.
194 ; Check the next byte up, which should use STCY instead of STC.
/external/llvm/test/CodeGen/SystemZ/
Dint-move-04.ll34 ; Check the high end of the STC range.
44 ; Check the next byte up, which should use STCY instead of STC.
108 ; Check that STC allows an index.
Dframe-16.ll104 ; Add 4095 to the previous offset, to test the other end of the STC range.
125 ; Test the next offset after that, which uses STCY instead of STC.
148 ; LLILH while still using STC in more cases than 0x40000 anchors would.
191 ; kind of anchor optimization, so there should be no offset on the STC itself.
Dint-const-03.ll142 ; Check that MVI does not allow an index. We prefer STC in that case.
Dcond-store-01.ll178 ; Check the high end of the STC range.
194 ; Check the next byte up, which should use STCY instead of STC.
/external/llvm/include/llvm/CodeGen/
DMachineFunction.h272 template<typename STC> const STC &getSubtarget() const {
273 return *static_cast<const STC *>(STI);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFunction.h410 template<typename STC> const STC &getSubtarget() const {
411 return *static_cast<const STC *>(STI);
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/
Dpipes-fpu.s8 # VIMUL/STC
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h1153 getStackLocalsRegion(const StackFrameContext *STC);
1158 getStackArgumentsRegion(const StackFrameContext *STC);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ScheduleBtVer2.td39 def JFPU1 : ProcResource<1>; // Vector/FPU Pipe1: VALU1/STC/FPM
386 // FIXME: f+3 ST, LD+STC latency
/external/llvm/lib/Target/X86/
DX86ScheduleBtVer2.td39 def JFPU1 : ProcResource<1>; // Vector/FPU Pipe1: VALU1/STC/FPM

1234